Page 1 of 1

New messages not appearing in Recent Messages or Quarantine

Posted: 08 May 2014 17:12
by cape2211
Hi,

Not sure what happened but after some yum updates were installed it seems that new email messages are no longer being logged to mySQL database and therefore not visible within the Recent Messages and Quarantines views in the WEB GUI.

I checked maillog and the last entry related to logging message to SQL was just before the yum update.

What can I do to check and try and resolve this?

Thanks

Re: New messages not appearing in Recent Messages or Quarant

Posted: 11 May 2014 15:55
by shawniverson
Check your postfix queue permissions...

Code: Select all

chown -R postfix:apache /var/spool/postfix/hold
chown -R postfix:apache /var/spool/postfix/incoming
chmod -R 750 /var/spool/postfix/hold
chmod -R 750 /var/spool/postfix/incoming