Re: [Exim] non-mail commands

Page principale
Supprimer ce message
Répondre à ce message
Auteur: Sheldon Hearn
Date:  
À: tlabs
CC: exim-users
Sujet: 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.