Re: [Exim] non-mail commands

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Sheldon Hearn
Ημερομηνία:  
Προς: tlabs
Υ/ο: exim-users
Αντικείμενο: Re: [Exim] non-mail commands
On (2003/07/15 15:40), tlabs wrote:

> > > smtp_accept_max_nonmail_hosts = 193.195.142.43
>
>
> Ok, this setting did not work.


You got bum advice. You want:

    smtp_accept_max_nonmail_hosts = !193.195.142.43 : *


I use this to allow a broken Win2K w/ ColdFusion CFMail to relay mail
through my server, and the option works for me.

Ciao,
Sheldon.