]> git.pld-linux.org Git - packages/sendmail.git/blobdiff - sendmail.mc
- added man to BR
[packages/sendmail.git] / sendmail.mc
index 05fd8b75d030703032d7f76c7bc5a4fbe2206f0e..3cd38f5c857c0c38eb8f226570ac262918cef565 100644 (file)
@@ -1,10 +1,10 @@
 divert(-1)
-dnl This is the macro config file used to generate the /etc/sendmail.cf
+dnl This is the macro config file used to generate the /etc/mail/sendmail.cf
 dnl file. If you modify thei file you will have to regenerate the
-dnl /etc/sendmail.cf by running this macro config through the m4
+dnl /etc/mail/sendmail.cf by running this macro config through the m4
 dnl preprocessor:
 dnl
-dnl        m4 /etc/sendmail.mc > /etc/sendmail.cf
+dnl        m4 /etc/mail/sendmail.mc > /etc/mail/sendmail.cf
 dnl
 dnl You will need to have the sendmail-cf package installed for this to
 dnl work.
@@ -13,12 +13,16 @@ define(`confDEF_USER_ID',``8:12'')
 OSTYPE(`linux')
 undefine(`UUCP_RELAY')
 undefine(`BITNET_RELAY')
-define(`confAUTO_REBUILD')
 define(`confTO_CONNECT', `1m')
 define(`confTRY_NULL_MX_LIST',true)
 define(`confDONT_PROBE_INTERFACES',true)
 define(`PROCMAIL_MAILER_PATH',`/usr/bin/procmail')
 define('ALIAS_FILE','/etc/mail/aliases')
+define(`confPRIVACY_FLAGS',`authwarnings,novrfy,noexpn,noetrn')
+TRUST_AUTH_MECH(`LOGIN PLAIN GSSAPI KERBEROS_V4 DIGEST-MD5 CRAM-MD5')
+define(`confAUTH_MECHANISMS',`LOGIN PLAIN GSSAPI KERBEROS_V4 DIGEST-MD5 CRAM-MD5')
+dnl    Define maximum message size here if you want:
+dnl    define(`confMAX_MESSAGE_SIZE', `10000000')
 FEATURE(`smrsh',`/usr/sbin/smrsh')
 FEATURE(`mailertable',`hash -o /etc/mail/mailertable')
 FEATURE(`virtusertable',`hash -o /etc/mail/virtusertable')
@@ -34,7 +38,7 @@ FEATURE(`blacklist_recipients')
 dnl We strongly recommend to comment this one out if you want to protect
 dnl yourself from spam. However, the laptop and users on computers that do
 dnl not hav 24x7 DNS do need this.
-FEATURE(`accept_unresolvable_domains')
+dnl FEATURE(`accept_unresolvable_domains')
 dnl FEATURE(`relay_based_on_MX')
 MAILER(smtp)
 MAILER(procmail)
This page took 0.029937 seconds and 4 git commands to generate.