Browse Source

Remove unnecessary option to supply password

Password is not necessary when using a trusted
connection (localhost).  Tested by moving mail in and out of Junk
folder while monitoring `/var/log/rspamd/rspamd.log`.
Mike Ashley 6 years ago
parent
commit
fe60d23bad
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      roles/mailserver/files/etc_dovecot_conf.d_90-antispam.conf

+ 1
- 1
roles/mailserver/files/etc_dovecot_conf.d_90-antispam.conf View File

@@ -5,5 +5,5 @@ plugin {
5 5
     antispam_mail_sendmail = /usr/bin/rspamc
6 6
     antispam_mail_spam     = learn_spam
7 7
     antispam_mail_notspam  = learn_ham
8
-    antispam_mail_sendmail_args = -h;localhost:11334;-P;q1
8
+    antispam_mail_sendmail_args = -h;localhost:11334
9 9
 }

Loading…
Cancel
Save