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
When you install CyberPanel, you don't automatically install Sieve (Filter) with SnappyMail.
Perhaps that is something for a mod since CP doesn't seem to include it.
service dovecot restart && service postfix restart;
service dovecot status && service postfix status;
With spamassassin:
service dovecot restart && service postfix restart && service spamassassin restart;
service dovecot status && service postfix status && service spamassassin status;
The text was updated successfully, but these errors were encountered:
I had to add dovecot-pigeonhole, and edit the dovecot file, since the original CyberPanel file, does not include Sieve.
I did not replace any other file than the Dovecot file, since CyberPanel fixed the Postfix file, so it includes sieve half way.
When you install CyberPanel, you don't automatically install Sieve (Filter) with SnappyMail.
Perhaps that is something for a mod since CP doesn't seem to include it.
https://community.cyberpanel.net/t/filtering-spam-in-rainloop-autoreply-and-email-filters-with-sieve/30637/2
How i fix it:
Almalinux 8.x
https://pastebin.com/raw/3vhEkQUq
Without spamassassin:
With spamassassin:
The text was updated successfully, but these errors were encountered: