|
@@ -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}
|