New messages not appearing in Recent Messages or Quarantine

Questions and answers about how to do stuff
Post Reply
cape2211
Posts: 2
Joined: 16 Apr 2014 08:44

New messages not appearing in Recent Messages or Quarantine

Post 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
User avatar
shawniverson
Posts: 3644
Joined: 13 Jan 2014 23:30
Location: Indianapolis, Indiana USA
Contact:

Re: New messages not appearing in Recent Messages or Quarant

Post 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
Post Reply