On Sun, Jun 18, 2006 at 10:14:24PM +0200, Robert Millan wrote: > When attempting to send mail to a non-existant user, exim accepts the mail for > delivery and then returns it to the sender, instead of generating a DSN during > the transaction. Is there any way to change that?
As the docs, a nearby FAQ, and the archives of this list would I'm sure tell you, the answer is to use "verify = recipient" in your acl_smtp_rcpt. e.g. "require verify = recipient". -- Dave Evans Power Internet PGP key: http://powernet.co.uk/~davide/pgpkey
signature.asc
Description: Digital signature
-- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
