aboutsummaryrefslogtreecommitdiff
path: root/mc/relay2.mc
diff options
context:
space:
mode:
Diffstat (limited to 'mc/relay2.mc')
-rw-r--r--mc/relay2.mc58
1 files changed, 0 insertions, 58 deletions
diff --git a/mc/relay2.mc b/mc/relay2.mc
deleted file mode 100644
index dd324a9..0000000
--- a/mc/relay2.mc
+++ /dev/null
@@ -1,58 +0,0 @@
-dnl * Sendmail configuration for tor.farlep.net
-
-divert(-1)
-
-VERSIONID(`$Id$')
-OSTYPE(linux)dnl
-
-define(`confCF_VERSION',`Relay2 $Revision$')
-
-LOCAL_CONFIG
-# Additional header
-HOrganization: ISP Farlep (Odessa)
-DUtor
-Cwtor
-
-dnl * Include common defaults
-include(common.mc)
-
-dnl * Site-specific settings
-define(`confMAX_DAEMON_CHILDREN',`256')
-define(`confCONNECTION_RATE_THROTTLE',`128')
-
-dnl * Features
-FEATURE(use_cw_file)
-FEATURE(redirect)
-FEATURE(always_add_domain)
-FEATURE(access_db, hash -o -T<TMPF> /etc/mail/access)
-FEATURE(mailertable, hash -o /etc/mail/xroutes)
-FEATURE(domaintable, hash -o /etc/mail/domains)
-FEATURE(blacklist_recipients)
-FEATURE(relay_entire_domain)
-
-dnl * RBL configuration
-
-FEATURE(dnsbl, `dyn-rbl.farlep.net', `"E-Cards are not allowed to use SMTP"')
-
-PUSHDIVERT(8)
-# Allow all addresses from our dialup pool
-R$* $: $&{client_addr}
-R::ffff:$-.$-.$-.$- $: OKSOFAR
-R$-.$-.$-.$- $: <?> $(host $4.$3.$2.$1.dialup-rev.farlep.net. $: OK $)
-R<?>OK $: OKSOFAR
-R<?>$* $@ OKSOFAR
-POPDIVERT
-
-FEATURE(dnsbl, `rbl.farlep.net', `"Stop SPAM from this host"')
-FEATURE(dnsbl, `bl.spamcop.net', `"Spam blocked see; http://spamcop.net/bl.shtml?"$&{client_addr}')
-
-dnl * Milter configuration
-include(`milter.conf')
-
-dnl * Mailers
-undefine(`LOCAL_MAILER_PATH')
-define(`LOCAL_MAILER_PATH', `/usr/libexec/mail.local')
-define(`LOCAL_MAILER_ARGS', `Mail -xt -S /home/%u/.sieve $u')
-
-MAILER(local)
-MAILER(smtp)

Return to:

Send suggestions and report system problems to the System administrator.