K.M.Ganesh wrote:
I get the same error using qmail with vpopmail sometimes. I also get this in /var/log/messages:
Check out the out of memory errors
May 20 16:52:34 mail kernel: Out of Memory: Killed process 729 (MailScanner).
May 20 16:52:37 mail qmailq: Process did not exit cleanly, returned 0 with signal 9
OOM means a lot of things, try increasing softlimit or ulimit of qmailq user.
this COULD work:
edit /etc/init.d/openprotect
and in start() function, instead of :
check_mailscanner 2> /dev/null
softlimit -a 500000000 /usr/sbin/check_mailscanner
yeah the above is 5 followed by 8 zeros - 50 M !!!
cheers, G.
-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
Opencomputing-openprotect mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opencomputing-openprotect
8 zeros would be 500 M surely
-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
Opencomputing-openprotect mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opencomputing-openprotect
