Re: [Exim] lowest numbered MX record points to local host

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Giuliano Gavazzi
日付:  
To: Darren Casey, exim-users
題目: Re: [Exim] lowest numbered MX record points to local host
Just a couple of points:

At 23:41 +0000 2003/03/23, Darren Casey wrote:
>
># Because we use our own perl mailer we have to turn off validation of local
>users
>
>   accept  domains       = +local_domains
>           endpass
>           message       = unknown user
>           #verify        = recipient


why? First the above does not make much sense to me. If you really
want to turn off valid. of loc. users do:

    accept domains = +local_domains


also, if your users are in database/flatfile you can still verify local users.

Giuliano