[Exim] Re: pop before smtp ??

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Jens Vonderheide
Ημερομηνία:  
Προς: exim-users
Αντικείμενο: [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