Correct mistakenly hardcoded users and paths, add spamd(1) and spamc(1).

Wed, 22 Apr 2009 22:48:22 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 22 Apr 2009 22:48:22 +0200
changeset 190
35b9f699911a
parent 189
1a7b9c850a13
child 191
d980506f80fc

Correct mistakenly hardcoded users and paths, add spamd(1) and spamc(1).

postfix/postfix.txt file | annotate | diff | comparison | revisions
     1.1 --- a/postfix/postfix.txt	Wed Apr 22 14:04:08 2009 +0200
     1.2 +++ b/postfix/postfix.txt	Wed Apr 22 22:48:22 2009 +0200
     1.3 @@ -103,6 +103,7 @@
     1.4  #               (yes)   (yes)   (yes)   (never) (100)
     1.5  # ==========================================================================
     1.6  smtp       inet  n       -       n       -       -       smtpd
     1.7 +#smtp       inet  n       -       n       -       -       smtpd -o content_filter=spamass
     1.8  #628       inet  n       -       n       -       -       qmqpd
     1.9  pickup     fifo  n       -       n       60      1       pickup
    1.10  cleanup    unix  n       -       n       -       0       cleanup
    1.11 @@ -128,7 +129,8 @@
    1.12  scache     unix  -       -       n       -       1       scache
    1.13  #maildrop  unix  -       n       n       -       -       pipe flags=DRhu user=@l_nusr@ argv=@l_prefix@/bin/maildrop -d ${recipient}
    1.14  #cyrus     unix  -       n       n       -       -       pipe user=@l_nusr@ argv=@l_prefix@/bin/cyrdeliver -e -r ${sender} -m ${extension} ${user}
    1.15 -#dovecot   unix  -       n       n       -       -       pipe flags=DR user=opmi-r argv=/opmi/libexec/dovecot/deliver -f ${sender} -d ${user} -n -m ${extension}
    1.16 +#dovecot    unix  -       n       n       -       -       pipe flags=DR user=@l_rusr@ argv=@l_prefix@/libexec/dovecot/deliver -f ${sender} -d ${user} -n -m ${extension}
    1.17 +#spamass    unix  -       n       n       -       -       pipe flags=R user=@l_rusr@ argv=@l_prefix@/bin/spamc -f -u ${user} -e @l_prefix@/sbin/sendmail -oi -f ${sender} ${recipient}
    1.18  #uucp      unix  -       n       n       -       -       pipe flags=Fqhu user=@l_nusr@ argv=@l_prefix@/bin/uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
    1.19  #ifmail    unix  -       n       n       -       -       pipe flags=F user=@l_nusr@ argv=@l_prefix@/bin/ifmail -r $nexthop ($recipient)
    1.20  #bsmtp     unix  -       n       n       -       -       pipe flags=Fq. user=@l_nusr@ argv=@l_prefix@/bin/bsmtp -f $sender $nexthop $recipient

mercurial