Re: [exim] Blocking hosts without MX/A records in DNS

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: John Burnham
Ημερομηνία:  
Προς: exim-users
Αντικείμενο: Re: [exim] Blocking hosts without MX/A records in DNS
>
> Just a question: how can I allow AUTHENTICATED user to send
> an E-Mail without
> the sender verify?
>

Put something in the ACL to just accept authenticated emails before you have the
sender verification check. Hmm.... something like

accept authenticated=*
somewhere before
deny !verify=sender

J