remove unneeded files

This commit is contained in:
Sebastian Hugentobler 2016-07-11 16:30:22 +02:00
parent 7336edabb9
commit 41fc706623
6 changed files with 2 additions and 22 deletions

View File

@ -1,3 +0,0 @@
[template]
src = "sender-transport.tmpl"
dest = "/etc/postfix/sender-transport"

View File

@ -26,6 +26,3 @@ virtual unix - n n - - virtual
lmtp unix - - n - - lmtp
anvil unix - - n - 1 anvil
scache unix - - n - 1 scache
spamfilter unix - n n - - pipe
flags=Rq user=postfix argv=/usr/bin/spamfilter ${sender} ${recipient}

View File

@ -1,3 +0,0 @@
{{range $mailhost := split (getenv "MAILHOSTS") ","}}
@{{$mailhost}} {{$mailhost}}-out
{{end}}

View File

@ -1,3 +0,0 @@
#!/usr/bin/with-contenv sh
postmap /etc/postfix/sender-transport

View File

@ -1,8 +0,0 @@
#!/usr/bin/with-contenv sh
SENDMAIL=/usr/sbin/sendmail
SPAMASSASSIN=/usr/bin/spamc
${SPAMASSASSIN} -u $1 -d spamassassin | ${SENDMAIL} -oi -f $1 $2
exit $?