-
Notifications
You must be signed in to change notification settings - Fork 178
Q0204
Nigel Metheringham edited this page Nov 29, 2012
·
2 revisions
Every system has a nobody
account under which httpd etc run. I would
like to know how to restrict mail which comes from that account to users
on that host only.
Set up a first router like this:
fail_nobody:
driver = redirect
senders = [email protected]
domains = ! +local_domains
allow_fail
data = :fail: Nobody may not mail off-site
This assumes you have defined +local_domains
as in the default
configuration.
- 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?