diff options
Diffstat (limited to 'debian/debian.m4')
-rw-r--r-- | debian/debian.m4 | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/debian/debian.m4 b/debian/debian.m4 new file mode 100644 index 0000000..8c111e4 --- /dev/null +++ b/debian/debian.m4 @@ -0,0 +1,69 @@ +divert(-1) +# +# Copyright (c) 1983 Eric P. Allman +# Copyright (c) 1988, 1993 +# The Regents of the University of California. All rights reserved. +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions +# are met: +# 1. Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# 2. Redistributions in binary form must reproduce the above copyright +# notice, this list of conditions and the following disclaimer in the +# documentation and/or other materials provided with the distribution. +# 3. All advertising materials mentioning features or use of this software +# must display the following acknowledgement: +# This product includes software developed by the University of +# California, Berkeley and its contributors. +# 4. Neither the name of the University nor the names of its contributors +# may be used to endorse or promote products derived from this software +# without specific prior written permission. +# +# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND +# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +# ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE +# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +# SUCH DAMAGE. +# +divert(0) +VERSIONID(`@(#)debian.m4 8.8 (Debian) 01/21/98') +define(`confCF_VERSION', `Debian/GNU')dnl +define(`LOCAL_MAILER_PATH', `/usr/sbin/sensible-mda')dnl +dnl define(`LOCAL_MAILER_FLAGS', `mnru9')dnl +define(`LOCAL_MAILER_FLAGS', `hnu90')dnl +define(`LOCAL_MAILER_ARGS', `sensible-mda $g $u ${client_addr}')dnl +define(`LOCAL_SHELL_FLAGS', `u90')dnl +define(`PROCMAIL_MAILER_PATH', `/usr/bin/procmail')dnl +define(`USENET_MAILER_PATH', `/usr/bin/inews')dnl +define(`confSAFE_QUEUE', `True')dnl +define(`confTEMP_FILE_MODE', `600')dnl +define(`STATUS_FILE', `/var/log/sendmail.st')dnl +define(`confCW_FILE', `-o /etc/mail/sendmail.cw')dnl +define(`confCT_FILE', `-o /etc/mail/sendmail.ct')dnl +define(`confCON_EXPENSIVE', `True')dnl +define(`confHOST_STATUS_DIRECTORY', `/var/state/sendmail')dnl +define(`confDIAL_DELAY', `45')dnl +define(`confTO_ICONNECT', `30s')dnl +define(`confQUEUE_SORT_ORDER', `Host')dnl +define(`confMAX_DAEMON_CHILDREN', `30s')dnl +define(`confDONT_INIT_GROUPS', `True')dnl + +# These undocumented features are available in Debian sendmail. + +# O PidFile=/var/run/sendmail.pid +# O WritableDirectoriesAreFatal=False +# O ChownIsAlwaysSafe=False +# O DontProbeInterfaces=False +# O MaxRecipientPerMessage= +# O DeadLetterDrop=False +# O RrtImpliesDSN=False +# O TCPWrappers=False + + |