On Fri, 2012-03-16 at 12:21 -0400, Jeffrey Starin wrote: > > > > acl_check_rcpt: > > > > deny message = [2C03] Unknown email address $local_part@$domain. > > recipients = [email protected] > > condition = ${if match{$sender_address}{[email protected]}} > > > > > > > Hmmm. . . I've tried both methods. Not working yet. I'm wondering if > the placement of the acl_check_rcpt within the acl stanza of exim.conf > matters? Currently it's the first entry after "begin acl"
It needs to be defined. In your configuration file before 'begin acl' you need: acl_smtp_rcpt = acl_check_rcpt --------------------- The sequence in the configuration file is:- acl_smtp_rcpt = acl_check_rcpt begin acl acl_check_rcpt: Hope that helps. -- Paul. England, EU. -- ## 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/
