Re: [Mailman-Users] Mailman error log file

2013-02-26 Thread Mark Sapiro
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

Re: [Mailman-Users] Mailman error log file

2013-02-26 Thread Hung Phan
That's it! The set_debuglevel(1) commend is left over from when we debugged an issue previously. 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 wri

Re: [Mailman-Users] Mailman error log file

2013-02-22 Thread Mark Sapiro
Hung Phan wrote: > >How do we check if verbose logging is on? Unless you have enabled SMTP debugging as discussed in the FAQ at (adding " self.__conn.set_debuglevel(1)" to the definition of the _connect method in Mailman/Handlers/SMTPDirect.py) or installed s

[Mailman-Users] Mailman error log file

2013-02-22 Thread Hung Phan
We receive an error "We're sorry, we hit a bug!" Upon inspection, we found that we run out of space on the server. We found that the error log file in /usr/local/mailman/logs grows rapidly. We delete one a couple days ago at 33GB in size. 3 days pass and it grows to 11GB. How do we check if ve