Recover after crash

Questions and answers about how to do stuff
Post Reply
ulus
Posts: 3
Joined: 22 Mar 2013 17:07

Recover after crash

Post by ulus »

Hello,
yesterday our EFA 3.0.1.1 crashed due to out of memory situation

Code: Select all

Jul  5 15:26:11 dmzmail kernel: Out of memory: Kill process 26193 (clamd) score 162 or sacrifice child
Jul  5 15:26:11 dmzmail kernel: Killed process 26193, UID 496, (clamd) total-vm:378720kB, anon-rss:310528kB, file-rss:28kB
Jul  5 15:26:12 dmzmail root: EFA Monitor ALERT: Service clamd down and restarted ( 3 attempts in past day, max attempts is 3 )
Jul  5 15:26:18 dmzmail rsyslogd-2177: imuxsock begins to drop messages from pid 8262 due to rate-limiting
Jul  5 15:26:21 dmzmail rsyslogd-2177: imuxsock begins to drop messages from pid 8446 due to rate-limiting
At around 23:50 the system was rebooted by hand.

In /var/spool/MailScanner/quarantine/20160705 now we have 157 dirs each containing a message file.
The daily report lists them in state "other". We can't release/resend this messages by GUI.
Is there a simple way to resend them? Cause they are no queue files putting them in postfix incoming queue won't work.

Regards
ulus
User avatar
shawniverson
Posts: 3783
Joined: 13 Jan 2014 23:30
Location: Indianapolis, Indiana USA
Contact:

Re: Recover after crash

Post by shawniverson »

It may be possible to resend them by piping them to sendmail/postfix.

Take a look at /var/www/cgi-bin/release-msg.cgi for hints.
Post Reply