Re: [exim] mandatory SMTP AUTH except for one MTA peer

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Phil Pennock
日付:  
To: vitko
CC: exim-users
題目: Re: [exim] mandatory SMTP AUTH except for one MTA peer
On 2008-04-17 at 14:11 +0200, vitko@??? wrote:
> Thanks in advance for any configuration snippet example (or at least hint how to set
> this up).


Look into the ACLs, in the section after "begin acl". There will be an
ACL controlling the use of RCPT; it's an ordered list of checks to carry
out.

In somewhere like /usr/share/doc/exim4/ there's a default configuration
file which is the configuration supplied by Exim, not the special
version used by Debian. That is a heavily-commented configuration and
should be helpful in understanding what's going on.

To figure out how to apply your changes as part of the Debian
configuration system, you'll need to ask on the Debian-specific Exim
mailing-list. It's mentioned in README.Debian, IIRC.

-Phil