Auteur: Randy Bush Datum: Aan: Pete Naylor CC: exim-users Onderwerp: Re: [Exim] restricted virt domain with /dev/null for rest
>> the 'normal' domain here is psg.com, and we have many users <user>@psg.com. >> we also have a few domains such as bogus.com, for which we want mail for
>> <user>@bogus.com delivered locally, but only for two of the local users.
>>
>> all the rest we want to send to /dev/null. there is no sense bouncing mail
>> for <wrong-user>@bogus.com as it is all spam, and massive amounts of it.
>
> Makes sense to me. Rather than accepting the mail and sending it to
> /dev/null though, consider setting...
>
> receiver_verify = true
>
> That way, mail for non-existent recipients is not accepted at all.
receiver_verify has been on the whole time, and is working for other types
of failures.
will try to get more time to play later today. thanks all.