Re: [Exim] How to turn on Domain exists verification

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Nico Erfurth
Ημερομηνία:  
Προς: Harmohan Bhamra
Υ/ο: exim-users
Αντικείμενο: Re: [Exim] How to turn on Domain exists verification
Harmohan Bhamra wrote:
> Hi
>
> Is there any way for me to enable in exim, for exim to verify if the domain
> from which the sender is sending email exists?


for exim3 add verify_sender to your configfile

fo exim4, add this to the rcpt-acl

require message = Sender verification failed
         verify = sender


Nico