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 define(`MAIL_SETTINGS_DIR',`/etc/') define(`confCW_FILE', /etc/sendmail.cw) define(`confCT_FILE', /etc/sendmail.ct) VERSIONID(`$Id: generic-linux.mc,v 8.1 1999/09/24 22:48:05 gshapiro Exp $') OSTYPE(linux)dnl DOMAIN(generic)dnl FEATURE(`local_procmail') FEATURE(`mailertable',`hash -o /etc/mailertable') FEATURE(`no_default_msa') FEATURE(`virtusertable',`hash -o /etc/virtusertable') FEATURE(`redirect') FEATURE(`use_cw_file',`/etc/sendmail.cw') FEATURE(`always_add_domain') FEATURE(`use_ct_file',`/etc/sendmail.ct') FEATURE(`access_db') FEATURE(`blacklist_recipients') FEATURE(`accept_unresolvable_domains') MAILER(local)dnl MAILER(smtp)dnl