-
Notifications
You must be signed in to change notification settings - Fork 178
Q0208
Nigel Metheringham edited this page Nov 29, 2012
·
2 revisions
I can't get a lookup to work in a domain list. I'm trying this:
domainlist local_domains = @:localhost:${lookup pgsql{SELECT ...
Does the lookup return a colon separated list of domains? If not, you are using the wrong kind of lookup. The most common way of using a lookup in a domain list is something like this:
domainlist local_domains = @:localhost:pgsql;SELECT ...
Using that syntax, if the query succeeds, the domain is considered to be in the list. The value that is returned is not relevant.
- 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?