divert(-1) # # Original Version # ---------------- # http://www.Linux-Sec.net/Mail/sendmail-8.12.3.config.mc # http://www.Linux-Sec.net/Mail/sendmail-8.12.3.antispam.howto.txt # # # 10-May-02 amo Enabled anti-spam features, added Tmajordom, delay_checks(check_rcpt) # 12-May-02 amo Added check-local-5 from http://www.digitalanswers.org/check_local # # # Copyright (c) 1998, 1999 Sendmail, Inc. and its suppliers. # All rights reserved. # Copyright (c) 1983 Eric P. Allman. All rights reserved. # Copyright (c) 1988, 1993 # The Regents of the University of California. All rights reserved. # # By using this file, you agree to the terms and conditions set # forth in the LICENSE file which can be found at the top level of # the sendmail distribution. # # # # This is a generic configuration file for Linux. # It has support for local and SMTP mail only. If you want to # customize it, copy it to a name appropriate for your environment # and do the modifications there. # # # divert(0)dnl VERSIONID(`$Id: 08-May-02 amo Modified sendmail-8.12.3 Exp $') OSTYPE(linux)dnl DOMAIN(generic)dnl FEATURE(`use_cw_file') FEATURE(`redirect') FEATURE(`always_add_domain') FEATURE(`local_procmail') FEATURE(`domaintable') FEATURE(`genericstable') FEATURE(`virtusertable') FEATURE(`smrsh') FEATURE(`access_db') dnl dnl turn on for 8.12.3 FEATURE(`mailertable') dnl FEATURE(`blacklist_recipients') FEATURE(`delay_checks') dnl dnl dnl turn on for 8.12.3 define(`_CLIENT_MUST_RESOLVE_')dnl dnl dnl dnl - use spam haters or spam_friends -- NOT both dnl dnl (`_SPAM_HATERS_', `hash /etc/mail/db/spam_haters')dnl define(`_SPAM_FRIENDS_', `hash /etc/mail/db/spam_friends')dnl dnl dnl dnl define(`_HC_SWITCH_')dnl define(`_REGEX_LOCALNUMS_')dnl define(`_CHECK_HEADER_RECEIVED_')dnl define(`_CHECK_HEADER_FROM_')dnl define(`_CHECK_MESSAGE_ID_')dnl HACK(check_local)dnl dnl dnl check_local-3.15 from http://www.digitalanswers.org/check_local/ dnl Might cause LookUpDomain LookUpAddress and RSET dnl FEATURE(`check_local') dnl dnl dnl defaults to blackholes.mail-abuse.org dnl FEATURE(`dnsbl') FEATURE(`enhdnsbl') dnl dnl dnl ** dnl ** turn on some MAPS/RBL options ** dnl ** dnl dnl - FEATURE(dnsbl, `blackholes.mail-abuse.org',` Mail from $&{client_addr} rejected by http://mail-abuse.org/rbl') dnl - FEATURE(dnsbl, `relays.mail-abuse.org',` Mail from $&{client_addr} rejected by http://mail-abuse.org/rss') dnl - FEATURE(dnsbl, `dialups.mail-abuse.org',` Mail from $&{client_addr} rejected by http://mail-abuse.org/dul') dnl dnl FEATURE(`dnsbl', `or.orbl.org', `Mail from $&{client_addr} rejected: see http://www.orbl.org/ (ORBL)') FEATURE(`dnsbl', `relays.ordb.org', `Mail from $&{client_addr} rejected: see http://ordb.org/ (relays)') FEATURE(`dnsbl', `spamsites.relays.osirusoft.com', `Mail from $&{client_addr} rejected by http://relays.osirusoft.com/ (spamsites)') FEATURE(`dnsbl', `spamhaus.relays.osirusoft.com', `Mail from $&{client_addr} rejected by http://relays.osirusoft.com/ (spamhaus)') FEATURE(`dnsbl', `spews.relays.osirusoft.com', `Mail from $&{client_addr} rejected by http://relays.osirusoft.com/ (spews)') dnl dnl dnl define Trusted user ( Tmajordom ) for majordomo and for majordomo files dnl dnl define(`ALIAS_FILE',`/etc/mail/aliases, /usr/local/majordomo/majordomo.aliases') define(`confTRUSTED_USERS',`majordom') dnl dnl dnl define for 8.12.3 dnl define(`confSMTP_LOGIN_MSG', ``$j Sendmail 1.0/1.0; $b'') define(`confPRIVACY_FLAGS', `authwarnings noexpn novrfy needmailhelo') define(`confTO_IDENT',`0') dnl dnl dnl Mailers dnl MAILER(local)dnl MAILER(smtp)dnl # # # end of file