Colin, 2011-10-26 13:38: > The default Exim configuration has "require verify = recipient" in > acl_check_rcpt. ... > Can anyone suggest what is needed to modify the line to do this, or > alternatively a way to prevent the whole SMTP session from being > rejected when only one recipient gets this error?
Change the line to: deny ! authenticated = * ! verify = recipient -- ## List details at https://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/
