diff options
Diffstat (limited to 'net-mail/sendmail/files/sendmail.mc')
-rw-r--r-- | net-mail/sendmail/files/sendmail.mc | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/net-mail/sendmail/files/sendmail.mc b/net-mail/sendmail/files/sendmail.mc new file mode 100644 index 000000000000..a05651ed6d57 --- /dev/null +++ b/net-mail/sendmail/files/sendmail.mc @@ -0,0 +1,29 @@ +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: sendmail.mc,v 1.1 2002/06/12 19:15:55 g2boojum Exp $') +OSTYPE(linux)dnl +DOMAIN(generic)dnl +FEATURE(`smrsh',`/usr/sbin/smrsh')dnl +FEATURE(`local_lmtp',`/usr/sbin/mail.local')dnl +MAILER(local)dnl +MAILER(smtp)dnl |