• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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