• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

postfix troubles after upgrade

V

vinilios

Guest
Last night after an upgrade from plesk 9.2.1 to 9.2.2 postfix configuration seems to got messed up,

all accounts on the server cannot receive mail and logs are filled with "Relay access denied" errors.

Any idea what might have caused this ?
 
postfix troubles after upgrade - relay access denied

I have this too.

Postfix usually gives this error out because it has recieved an email it doesn't know about so it tries to relay it outbound however there is no permission for it to do so.
i think the problem is with
/var/spool/postfix/plesk/virtual_domains.db

This is the file I believe were postfix looks to see what domains it should recieve mail for.
This is not a text file.
I think we need to regenerate this file.

normally with postfix ( not on plesk server ) there would be a corresponding text file that you would edit and then regenrate the hash (.db file)



Any idea on how to fix this ?
 
we managed to sync postfix with plesk db by reconfiguring psa-mail-driver-common package

this is the command (debian dist)

dpkg-reconfigure psa-mail-driver-common
 
Back
Top