comparison test.cf @ 13:75e1a9bcbc2e

gpl3, add removal option for original recipients
author carl
date Sat, 25 Aug 2007 11:14:49 -0700
parents 45c8592d5d13
children
comparison
equal deleted inserted replaced
12:bb3d2cd6007e 13:75e1a9bcbc2e
14 ###################################################################### 14 ######################################################################
15 ###################################################################### 15 ######################################################################
16 ##### 16 #####
17 ##### SENDMAIL CONFIGURATION FILE 17 ##### SENDMAIL CONFIGURATION FILE
18 ##### 18 #####
19 ##### built by root@ns.five-ten-sg.com on Sat Sep 17 18:06:39 PDT 2005 19 ##### built by root@ns.five-ten-sg.com on Sat Aug 25 09:09:02 PDT 2007
20 ##### in /usr/usr/cvs/gpl/dnsbl 20 ##### in /usr/usr/cvs/gpl/sm-archive
21 ##### using /usr/share/sendmail-cf/ as configuration include directory 21 ##### using /usr/share/sendmail-cf/ as configuration include directory
22 ##### 22 #####
23 ###################################################################### 23 ######################################################################
24 ##### 24 #####
25 ##### DO NOT EDIT THIS FILE! Only edit the source .mc file. 25 ##### DO NOT EDIT THIS FILE! Only edit the source .mc file.
594 594
595 # SMTP STARTTLS server options 595 # SMTP STARTTLS server options
596 #O TLSSrvOptions 596 #O TLSSrvOptions
597 597
598 # Input mail filters 598 # Input mail filters
599 O InputMailFilters=dnsbl 599 O InputMailFilters=smarchive
600 600
601 # Milter options 601 # Milter options
602 #O Milter.LogLevel 602 #O Milter.LogLevel
603 O Milter.macros.connect=j, _, {daemon_name}, {if_name}, {if_addr} 603 O Milter.macros.connect=j, _, {daemon_name}, {if_name}, {if_addr}
604 O Milter.macros.helo={tls_version}, {cipher}, {cipher_bits}, {cert_subject}, {cert_issuer} 604 O Milter.macros.helo={tls_version}, {cipher}, {cipher_bits}, {cert_subject}, {cert_issuer}
1233 R<@> < $* @ localhost > $: < ? $&{client_name} > < $1 @ localhost > 1233 R<@> < $* @ localhost > $: < ? $&{client_name} > < $1 @ localhost >
1234 R<@> < $* @ [127.0.0.1] > 1234 R<@> < $* @ [127.0.0.1] >
1235 $: < ? $&{client_name} > < $1 @ [127.0.0.1] > 1235 $: < ? $&{client_name} > < $1 @ [127.0.0.1] >
1236 R<@> < $* @ localhost.$m > 1236 R<@> < $* @ localhost.$m >
1237 $: < ? $&{client_name} > < $1 @ localhost.$m > 1237 $: < ? $&{client_name} > < $1 @ localhost.$m >
1238 R<@> < $* @ localhost.localdomain >
1239 $: < ? $&{client_name} > < $1 @ localhost.localdomain >
1238 R<@> < $* @ localhost.UUCP > 1240 R<@> < $* @ localhost.UUCP >
1239 $: < ? $&{client_name} > < $1 @ localhost.UUCP > 1241 $: < ? $&{client_name} > < $1 @ localhost.UUCP >
1240 R<@> $* $: $1 no localhost as domain 1242 R<@> $* $: $1 no localhost as domain
1241 R<? $=w> $* $: $2 local client: ok 1243 R<? $=w> $* $: $2 local client: ok
1242 R<? $+> <$+> $#error $@ 5.5.4 $: "553 Real domain name required for sender address" 1244 R<? $+> <$+> $#error $@ 5.5.4 $: "553 Real domain name required for sender address"
1760 ##### MAIL FILTER DEFINITIONS 1762 ##### MAIL FILTER DEFINITIONS
1761 ##### 1763 #####
1762 ###################################################################### 1764 ######################################################################
1763 ###################################################################### 1765 ######################################################################
1764 1766
1765 Xdnsbl, S=local:/var/run/dnsbl/dnsbl.sock2, F=T, T=S:30s;R:30s;E:30s 1767 Xsmarchive, S=local:/var/run/smarchive/smarchive.sock, F=T, T=S:30s;R:30s;E:30s
1766 # 1768 #
1767 ###################################################################### 1769 ######################################################################
1768 ###################################################################### 1770 ######################################################################
1769 ##### 1771 #####
1770 ##### MAILER DEFINITIONS 1772 ##### MAILER DEFINITIONS