Re: [Exim] how to verify recipient on a mailhub

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Nico Erfurth
Ημερομηνία:  
Προς: Wolfgang.Fuertbauer
Υ/ο: exim-users
Αντικείμενο: Re: [Exim] how to verify recipient on a mailhub
> require verify = recipient/defer_ok/callout=10s/callout_defer_ok

Sorry for replying to myself, this should be
deny domains = +relay_to_domains
      !verify = recipient/defer_ok/callout=10s/callout_defer_ok


otherwise the server will run a callout for every recipient.

Nico