Luis Hernán Otegui,
> Hi, list, I've got a recurrent problem, and I think I've been able to track
> it down to its cause, but I would like to have some opinions from more
> experienced people.
>
> Every sunday AMAVIS dies, and a lot of mail gets queued until I restart the
> service. It appears to happen when some cron jobs run. Currently, my
> crontab looks like this:

> Apr 22 06:27:02 dalton amavis[15226]: Net::Server: 2007/04/22-06:27:02
> Server closing!
> Apr 22 06:27:02 dalton amavis[15226]: Net::Server: 2007/04/22-06:27:02
> HUP'ing server

Some service is sending HUP signal to amavisd, and it shuts down.
This is a normal response from amavisd (very long time ago this
worked as a restart, but not any longer, use: 'amavisd reload' for that).

Find the guilty script that sends a HUP, and remove it.

I suspect some log rotation script. Log from amavisd should
go to syslog, directly writing a log file is not recommended.
If logging goes to syslog, there is no need to restart amavisd
in order to rotate logs.

  Mark

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/

Reply via email to