On 2/26/2013 3:02 PM, Hung Phan wrote:
> We, however, have a different issue. We use logrotate to rotate the error log 
> daily. After we implemented that, the new error log file stays at 0. Is it 
> normal? Posts mention other services also write entries in this log file 
> besides exim so should the file stay at 0 after 2 days?


Almost everything written to Mailman's error log is the result of some
kind of error or exception that should not normally occur. Some of these
can result from user errors such as an invalid list name in a URL to
access a web admin page or an invalid private archive URL, but most
indicate some kind of Mailman internal error, so yes, it is normal for
this log to be empty and when it isn't, the messages should be examined
to see if there is some error condition that should be attended to.

Note: exim writes its own logs. It does not write to Mailman's logs. The
'error' log messages from set_debuglevel(1) are written by Python's
smtplib module used by Mailman/Handlers/SMTPDirect.py

-- 
Mark Sapiro <m...@msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan
------------------------------------------------------
Mailman-Users mailing list Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to