-
Notifications
You must be signed in to change notification settings - Fork 179
Q0203
Nigel Metheringham edited this page Nov 29, 2012
·
2 revisions
How can I arrange to do my own qualification of non-fully-qualified domains, and then pass them on to the next router?
If you have some list of domains that you want to qualify, you can do this using a redirect router. For example,
qualify:
driver = redirect
domains = *.a.b
data = ${quote:$local_part}@$domain.c.com
This adds .c.com
to any domain that matches *.a.b
. If you want to do
this in conjunction with a dnslookup router, the widen_domains
option of that router may be another way of achieving what you want.
- How can I arrange that messages larger than some limit are handled by a
- Can I specify a list of domains to explicitly reject?
- How can I arrange to do my own qualification of non-fully-qualified
- Every system has a
nobody
account under which httpd etc run. I would - How can I get Exim to deliver to me locally and everyone else at the
- How can I get Exim to deliver certain domains to a different SMTP port
- Why does Exim lower-case the local-part of a non-local domain when
- I can't get a lookup to work in a domain list. I'm trying this:
- How do I look up multiple LDAP DNs with query-style lookups?