-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
TJ Davis wrote:
> I tried the amavisd-maia debug with loglevel 5 and
didn't get anything
> other than the standard startup output with no errors.
I checked the
> Unix::Syslog module and it seems to be the most recent
version. I tried
> pointing the $SYSLOG_LEVEL variable to mail.info and
mail.debug and that
> didn't help either.
Check your /etc/syslog.conf to see the list of syslog
facilities you've
defined, and the log files they map to. You probably have
something like:
mail.* -/var/log/maillog
The '-' prevents the syslog daemon from committing the disc
writes after
each entry, which is good for performance, but on the
downside it can
mean that you don't get all the log data written out in the
event of a
fatal error. Remove the '-' to force syslogd to flush the
output:
mail.* /var/log/maillog
After restarting syslogd, try restarting amavisd-maia and
see if your
maillog shows any further information when things crash.
- --
Robert LeBlanc <rjl renaissoft.com>
Renaissoft, Inc.
Maia Mailguard <http://www.maiamail
guard.com/>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFGCuMEGmqOER2NHewRAhM1AJ9XLLhMaVJaVG5RYKX1EIBEP5y3YACe
Lp50
kdG/uUh8/MLqW+w08r4cuFM=
=eCKa
-----END PGP SIGNATURE-----
_______________________________________________
Maia-users mailing list
Maia-users renaissoft.com
http://www.renaissoft.com/mailman/listinfo/maia-users
|