Deleted Added
full compact
freebsd.mc (256281) freebsd.mc (256982)
1divert(-1)
2#
3# Copyright (c) 1983 Eric P. Allman
4# Copyright (c) 1988, 1993
5# The Regents of the University of California. All rights reserved.
6#
7# Redistribution and use in source and binary forms, with or without
8# modification, are permitted provided that the following conditions

--- 28 unchanged lines hidden (view full) ---

37# This is a generic configuration file for FreeBSD 6.X and later systems.
38# If you want to customize it, copy it to a name appropriate for your
39# environment and do the modifications there.
40#
41# The best documentation for this .mc file is:
42# /usr/share/sendmail/cf/README or
43# /usr/src/contrib/sendmail/cf/README
44#
1divert(-1)
2#
3# Copyright (c) 1983 Eric P. Allman
4# Copyright (c) 1988, 1993
5# The Regents of the University of California. All rights reserved.
6#
7# Redistribution and use in source and binary forms, with or without
8# modification, are permitted provided that the following conditions

--- 28 unchanged lines hidden (view full) ---

37# This is a generic configuration file for FreeBSD 6.X and later systems.
38# If you want to customize it, copy it to a name appropriate for your
39# environment and do the modifications there.
40#
41# The best documentation for this .mc file is:
42# /usr/share/sendmail/cf/README or
43# /usr/src/contrib/sendmail/cf/README
44#
45#
46# NOTE: If you enable RunAsUser, make sure that you adjust the permissions
47# and owner of the SSL certificates and keys in /etc/mail/certs to be usable
48# by that user.
49#
45
46divert(0)
50
51divert(0)
47VERSIONID(`$FreeBSD: stable/10/etc/sendmail/freebsd.mc 249732 2013-04-21 17:11:45Z gshapiro $')
52VERSIONID(`$FreeBSD: stable/10/etc/sendmail/freebsd.mc 256982 2013-10-23 16:55:20Z jmg $')
48OSTYPE(freebsd6)
49DOMAIN(generic)
50
51FEATURE(access_db, `hash -o -T<TMPF> /etc/mail/access')
52FEATURE(blacklist_recipients)
53FEATURE(local_lmtp)
54FEATURE(mailertable, `hash -o /etc/mail/mailertable')
55FEATURE(virtusertable, `hash -o /etc/mail/virtusertable')
56
53OSTYPE(freebsd6)
54DOMAIN(generic)
55
56FEATURE(access_db, `hash -o -T<TMPF> /etc/mail/access')
57FEATURE(blacklist_recipients)
58FEATURE(local_lmtp)
59FEATURE(mailertable, `hash -o /etc/mail/mailertable')
60FEATURE(virtusertable, `hash -o /etc/mail/virtusertable')
61
62dnl Enable STARTTLS for receiving email.
63define(`CERT_DIR', `/etc/mail/certs')dnl
64define(`confSERVER_CERT', `CERT_DIR/host.cert')dnl
65define(`confSERVER_KEY', `CERT_DIR/host.key')dnl
66define(`confCLIENT_CERT', `CERT_DIR/host.cert')dnl
67define(`confCLIENT_KEY', `CERT_DIR/host.key')dnl
68define(`confCACERT', `CERT_DIR/cacert.pem')dnl
69define(`confCACERT_PATH', `CERT_DIR')dnl
70define(`confDH_PARAMETERS', `CERT_DIR/dh.param')dnl
71
57dnl Uncomment to allow relaying based on your MX records.
58dnl NOTE: This can allow sites to use your server as a backup MX without
59dnl your permission.
60dnl FEATURE(relay_based_on_MX)
61
62dnl DNS based black hole lists
63dnl --------------------------------
64dnl DNS based black hole lists come and go on a regular basis

--- 26 unchanged lines hidden ---
72dnl Uncomment to allow relaying based on your MX records.
73dnl NOTE: This can allow sites to use your server as a backup MX without
74dnl your permission.
75dnl FEATURE(relay_based_on_MX)
76
77dnl DNS based black hole lists
78dnl --------------------------------
79dnl DNS based black hole lists come and go on a regular basis

--- 26 unchanged lines hidden ---