Hello guys
is there any way to disable spamm assasin ?
i am not sure because of it but it seem it remove all incoming email,
i can sent the email but cant receive
please help
Hello guys
is there any way to disable spamm assasin ?
i am not sure because of it but it seem it remove all incoming email,
i can sent the email but cant receive
please help
open /etc/postfix/main.cf and remove following lines
smtpd_milters = inet:127.0.0.1:8891
non_smtpd_milters = $smtpd_milters
milter_default_action = accept
and then restart postfix using
systemctl restart postfix
Thank you @usmannasir