On 04/03/2008, Niles Ingalls <[EMAIL PROTECTED]> wrote: > Hello, > > I'm currently in the process of migrating my employer to Exim 4.69 > from an Exchange server, and > I'm down to just a single issue. My mail server is scanning all of my > outgoing e-mails in addition to > the incoming e-mail, which is of course undesirable. > What I would like is for the ACL's to be skipped when the client uses > SMTP authentication, and this > appears to be working fine for the acl_check_rcpt, but not for the > data/mime sections.
That'll be because you haven't told exim to do that with the data or mime ACLs... Try accept authenticated = * ahead of any tests you want to skip. Peter -- Peter Bowyer Email: [EMAIL PROTECTED] -- ## 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/
