Re: [exim] I need to filter the rcpt field

Etusivu
Poista viesti
Vastaa
Lähettäjä: Jeremy Harris
Päiväys:  
Vastaanottaja: exim-users
Aihe: Re: [exim] I need to filter the rcpt field
Christian Schmidt wrote:
> Hello enediel,
>> I have the whole list of available accounts on the domain, and I want to
>> configure exim4 to pass to the exchange server only the messages with valid
>> rcpt field.
>
> This can easily be done by a recipient verification via smtp callout.


Don't forget to also ensure the ES is configure to reject, not
accept-then-bounce, invalid recipients.

The default is, rather unfortunately, the latter.

- Jeremy