Re: [exim] Exim not sending NMS FormMail messages

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: David Woodhouse
Data:  
Para: Bruce Kallick
CC: exim-users, Phil Pennock
Asunto: Re: [exim] Exim not sending NMS FormMail messages
On Tue, 2004-09-07 at 20:18 -0500, Bruce Kallick wrote:
> On 9/7/04, at 8:00 AM +0100, David Woodhouse wrote:
> >     accept hosts   = 127.0.0.1
> >            control = submission

> >
> Thank you, David -- this didn't work when I added it where you suggested,
> but instead I changed
>
> require verify = header_sender
> to
> accept hosts = 127.0.0.1
> require verify = header_sender


That will make your machine accept it, but what if there's anyone else
out there who also does the same check? I suspect this outgoing mail is
missing a From: header, which is why I suggested that you use
'control=submission' to make Exim add one, rather than simply bypassing
the checks.

--
dwmw2