You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The Plesk Email Security extension uses Amavis as a content filter behind Postfix. The conversion process removes Amavis, but leaves the Postfix config as is. When the server comes back online, routing mails to Amavis fails, leading to the unrecoverable loss of messages.
Describe the solution you'd like
During conversion, either:
Remove or comment the line content_filter = smtp-amavis:[127.0.0.1]:10024 in /etc/postfix/main.cf, if present.
Reinstall and enable Amavis when Plesk Email Security is installed on the server.
Describe alternatives you've considered
Manually reinstall Amavis or the entire Plesk Email Security extension directly after the conversion.
The text was updated successfully, but these errors were encountered:
The Plesk Email Security extension configures Dovecot to always use Amavis for sending emails.
To ensure emails can still be sent after the conversion, we need to reinstall Amavis
More details can be found at plesk/centos2alma#288
I have added the reinstallation of the Amavis antivirus in #321.
I also discovered that AlmaLinux 8 needs more RAM to ensure proper operation. Therefore, I added a pre-check to verify available RAM to prevent conversion if there's uncertainty about Amavis functioning afterward.
Is your feature request related to a problem? Please describe.
The Plesk Email Security extension uses Amavis as a content filter behind Postfix. The conversion process removes Amavis, but leaves the Postfix config as is. When the server comes back online, routing mails to Amavis fails, leading to the unrecoverable loss of messages.
Describe the solution you'd like
During conversion, either:
content_filter = smtp-amavis:[127.0.0.1]:10024
in/etc/postfix/main.cf
, if present.Describe alternatives you've considered
Manually reinstall Amavis or the entire Plesk Email Security extension directly after the conversion.
The text was updated successfully, but these errors were encountered: