Report forwarded to debian-bugs-dist@lists.debian.org, Robert Leslie <rob@mars.org>:
Bug#9788; Package sendmail.
debian-bugs-dist@lists.debian.orgRobert Leslie <rob@mars.org>
Sorry, this message was lost when this bug report was restored from a backup.
Acknowledgement sent to Torsten Eichstaedt <te@koblenz.netsurf.de>:
New bug report received and forwarded. Copy sent to Robert Leslie <rob@mars.org>.
Torsten Eichstaedt <te@koblenz.netsurf.de>
Sorry, this message was lost when this bug report was restored from a backup.
Received: (at submit) by bugs.debian.org; 13 May 1997 19:01:46 +0000
Received: (qmail 22607 invoked from network); 13 May 1997 19:01:40 -0000
Received: from surfserv.koblenz.netsurf.de (root@194.195.143.65)
by master.debian.org with SMTP; 13 May 1997 19:01:39 -0000
Received: from vian.schnullerbacke.org (root@port3.koblenz.netsurf.de [194.195.143.100])
by surfserv.koblenz.netsurf.de (8.8.5/8.8.4) with ESMTP
id VAA16581 for ; Tue, 13 May 1997 21:01:53 +0200
Received: (from root@localhost) by vian.schnullerbacke.org (8.7.5/8.7.3) id MAA02867 for submit@bugs.debian.org; Tue, 13 May 1997 12:31:50 +0200
Date: Tue, 13 May 1997 12:31:50 +0200
From: root
Message-Id: <199705131031.MAA02867@vian.schnullerbacke.org>
Reply-To: Torsten Eichstaedt
To: submit@bugs.debian.org
Subject: Bug in sendmail Version: 8.7.5-4
Package: sendmail
Version: 8.7.5-4
-- Please describe the problems with the package here
confCON_EXPENSIVE doesn't work
m4 configuration option confCON_EXPENSIVE does nothing in `normal'
sendmail.mc. It _does_ work when it occurs in a domain .m4 file
in /usr/lib/sendmail.cf/domain. Maybe that's a bug in m4, or it's
the order the includes are beeing processed; if so, other options
given in the .mc file possibly do not work, too.
It should be documented to save the poor user's time :)
-- System Information
Debian Release: 1.1
Kernel Version: Linux vian 2.0.30 #15 Tue May 13 02:38:41 MET DST 1997 i486
Versions of the packages this package depends on:
libc5 Version: 5.4.13-1
libgdbm1 Version: 1.7.3-11
libdb1 Version: 1.85.2-8
netbase Version: 2.06-1
deliver Version: 2.1.12-2
m4 Version: 1.4-2
--- Begin /etc/aliases (modified conffile)
postmaster: root
usenet:torsten
root: \root,torsten
remote: torsten
webmaster: torsten
admin: torsten
--- End /etc/aliases
--- Begin /etc/init.d/sendmail (modified conffile)
test -x /usr/sbin/sendmail -a \
-f /etc/sendmail.cf || exit 0
Q="2m"
OPTS="-oc"
case "$1" in
start)
( cd /var/spool/mqueue && rm -f [lnx]f* )
start-stop-daemon --start --verbose --exec /usr/sbin/sendmail -- -bd -q"$Q" -oc
;;
stop)
start-stop-daemon --stop --verbose \
--pidfile /var/run/sendmail.pid --exec /usr/sbin/sendmail
;;
reload)
start-stop-daemon --stop --signal 1 --verbose \
--pidfile /var/run/sendmail.pid --exec /usr/sbin/sendmail
;;
restart)
$0 stop && $0 start
;;
*)
echo "Usage: /etc/init.d/sendmail {start|stop|reload|restart}" >&2
exit 1
;;
esac
exit 0
--- End /etc/init.d/sendmail
-- bug report generated by the debmake bug tool