瀏覽代碼

Fix dspam user parameter and data paths. fixes #196

Luke Cyca 10 年之前
父節點
當前提交
1986dc96a4

+ 1
- 1
roles/mailserver/files/etc_postfix_dspam_filter_access 查看文件

@@ -1 +1 @@
1
-/./   FILTER dspam:unix:/run/dspam/dspam.sock
1
+/./   FILTER dspam:dspam

+ 1
- 1
roles/mailserver/files/etc_postfix_master.cf 查看文件

@@ -126,6 +126,6 @@ mailman   unix  -       n       n       -       -       pipe
126 126
   ${nexthop} ${user}
127 127
 # spam protection
128 128
 dspam     unix  -       n       n       -       10      pipe
129
-  flags=Ru user=dspam argv=/usr/bin/dspam --deliver=innocent,spam --user ${user}@${nexthop} -i -f $sender -- $recipient
129
+  flags=Ru user=dspam argv=/usr/bin/dspam --deliver=innocent,spam --user ${user}@${domain} -i -f $sender -- $recipient
130 130
 dovecot   unix  -       n       n       -       -       pipe
131 131
   flags=DRhu user=vmail:vmail argv=/usr/lib/dovecot/dovecot-lda -f ${sender} -d ${user}@${nexthop}

Loading…
取消
儲存