[Exim] Re: pop before smtp ??

Page principale
Supprimer ce message
Répondre à ce message
Auteur: Jens Vonderheide
Date:  
À: exim-users
Sujet: [Exim] Re: pop before smtp ??
> From: "Nancy Pettigrew" <nancy@???>
> Subject: [Exim] pop before smtp ??


> i guess what i'm looking for at this point is the syntax for setting the
> host_accept_relay option to look at my db file of pop authenticated ip
> addresses, as i'm getting pretty confused on this point..


My scripts just put the host names(!) into a text file, so I am using this
line:

host_accept_relay = lsearch;/var/spool/exim/popauth

It seems that exim expects the names, not the IPs in this file.

Jens