On 27/09/2010 01:15, erkan yanar wrote: > I would like to temporary defer incoming mails for some user with 4xx. > Therefor I would like to set it the exact smtp code via defer in > acl_smtp_rcpt. > I didn't find the right way to set the smtp reply code via defer. > How can I achieve this?
"defer message = Foobar" defaults to using the 451 SMTP code. "defer message = 452 Foobar" outputs the same error message, but uses a 452 smtp code instead of the 451. -- Mike Cardwell - Perl/Java/Web developer, Linux admin, Email admin Read my tech Blog - https://secure.grepular.com/ Follow me on Twitter - http://twitter.com/mickeyc Hire me - http://cardwellit.com/ http://uk.linkedin.com/in/mikecardwell -- ## 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/
