[Exim] Re: pop before smtp ??

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Jens Vonderheide
Fecha:  
A: exim-users
Asunto: [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