Doug Jolley <[EMAIL PROTECTED]> wrote:
> I have an instance of exim setup for the exclusive purpose of
> receiving and delivering incoming e-mail to local mailboxes.  It does
> not handle any outgoing e-mail.  I would like to configure this
> instance of Exim to deny all deliveries (including the delivery of
> things like bounce reports, etc.) to remote users.  I would think that
> could be easily accomplished with a very simple rcpt acl statement.
[...]

require verify = recipient

together with a router that denies remote deliveries should work.

nonlocal:
  debug_print = "R: nonlocal for [EMAIL PROTECTED]"
  driver = redirect
  domains = ! +local_domains
  allow_fail
  data = :fail: Mailing to remote domains not supported
  no_more

Hmm, it will break verify = sender, though.

cu andreas
-- 
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'


-- 
## List details at http://lists.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to