]> git.pld-linux.org Git - packages/sendmail.git/commitdiff
- corrected /etc/sendmail.* to /etc/mail/sendmail.* (in comments)
authorjack <jack@pld-linux.org>
Sat, 13 Apr 2002 00:30:30 +0000 (00:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- Added:
dnl     Define maximum message size here if you want:
dnl     define(`confMAX_MESSAGE_SIZE', `10000000')
- Suggestions and thanks from/to Baseciq

Changed files:
    sendmail.mc -> 1.7

sendmail.mc

index c25c47296ffea7137fbe9dd7326fbe4a4c77d3a5..4c1d8e696ae90c584c12d4512fbb7fa12978ae36 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.
@@ -21,6 +21,8 @@ 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')
This page took 0.044211 seconds and 4 git commands to generate.