• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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