On Sat, 28 May 2005, Fred Viles wrote: > On 28 May 2005 at 21:06, Gasperi Michael wrote: > > | is there a way how to bounce unroutable addresses only to my local users? > > Rather than rejecting at SMTP time, you mean? Just suppress your > verify=recipient ACL condition only for your local users.
E.g. with the default configuration, move these two ACL statements after the require verify = sender statement. accept hosts = +relay_from_hosts accept authenticated = * Tony. -- <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> http://dotat.at/ ${sg{\N${sg{\ N\}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}}\ \N}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}} -- ## 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/
