divert(-1) # # 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: custom-linux.mc,v 8.1 2000/5/5 10:31:38 ednegari Exp $') OSTYPE(linux)dnl DOMAIN(generic)dnl FEATURE(`local_procmail', `/usr/bin/procmail') MAILER(local)dnl MAILER(smtp)dnl undefine(`UUCP_RELAY') undefine(`BITNET_RELAY') FEATURE(`always_add_domain') FEATURE(access_db) # Anti-Spam measures FEATURE(`greet_pause',5000) define(`confBAD_RCPT_THROTTLE', `1')dnl FEATURE(`use_cw_file')dnl define(`confCW_FILE', `-o /etc/mail/sendmail.cw') FEATURE(`virtusertable', `hash -o /etc/mail/virtusertable')dnl FEATURE(mailertable,`hash -o /etc/mail/mailertable') FEATURE(dnsbl,`blackholes.mail-abuse.org',` Mail from $&{client_addr} rejected, see http://mail-abuse.org/cgi-bin/lookup?$& {client_addr}')dnl FEATURE(dnsbl,`relays.mail-abuse.org',` Mail from $&{client_addr} rejected; see http://mail-abuse.org/cgi-bin/nph-rss?$& {client_addr}')dnl