Re: [Exim] URGENT: closing relaying

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Suresh Ramasubramanian
Fecha:  
A: Dave C.
Cc: hanasaki, exim-users
Asunto: Re: [Exim] URGENT: closing relaying
*[Dave C. on Fri, Jul 20, 2001 at 04:17:56PM -0400]:
> Did you restart (or send it HUP) exim after changing the config?
> Something like
> killall -HUP exim


Wouldn't it be preferable to only HUP the main exim process rather than
hupping all the child processes - quite a few of which will be mail
delivery? Like with sendmail, all you need to do is

# kill -HUP `head -n1 /var/run/sendmail.pid`

As for Hanasaki's original q, an added thing would be to set
sender_verify - as an id of spam@spam most likely won't resolve :)

    -suresh