Code: Select all
Sep 21 22:47:42 scalix sendmail[16335]: m8LKlf51016335: Milter (milter-amavis): local socket name /var/amavis/amavisd-milter.sock unsafe
Sep 21 22:47:42 scalix sendmail[16335]: m8LKlf51016335: Milter (milter-amavis): to error state
Sep 21 22:47:42 scalix sendmail[16335]: m8LKlf51016335: Milter: initialization failed, temp failing commands
During that period of time, mails between internal users didn't arrive to the destination but the sender saw it in the "Sent" folder as correctly delivered. They didn't get a notification error. The messages are not in the queue, they just "dissapeared" without Sendmail reply a MAIL DELIVERY notification to the sender.
After adding more RAM to the server and restart it, Scalix works properly (no change at all in configuration files or web admin).
Well, the important thing here is that we cannot know how many mails from outside arrived to our Scalix server, couldn't be delivered to internal users, and the sender wasn't be notificated about problem delivering it. This is really an important issue.
Where could we look for more information? Thanks a lot.
PD: My Sendmail configuration looks like this:
Code: Select all
INPUT_MAIL_FILTER(`milter-amavis', `S=local:/var/amavis/amavisd-milter.sock, F=T, T=S:10m;R:10m;E:10m')dnl
AFAIK this is the correct configuration in order to ask Sendmail replying a MAIL DELIVERY notification in case a filter fails.