Your message dated Tue, 26 May 2020 00:47:04 +0000
with message-id <[email protected]>
and subject line Bug#961289: Removed package(s) from unstable
has caused the Debian Bug report #57078,
regarding qmail: Mention maildirmake /etc/skel/Maildir in 
/usr/doc/qmail/README.Debian
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
57078: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=57078
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: qmail
Version: 1.03-10
Severity: wishlist

Might help some people down the track if this is documented in the 
README.Debian as well.


-- System Information
Debian Release: 2.2
Kernel Version: Linux woodcut 2.2.14 #11 Sat Feb 5 17:36:09 NZDT 2000 i586 
unknown

Versions of the packages qmail depends on:
ii  libc6               2.1.2-13            GNU C Library: Shared libraries and 
Timezone data
ii  netbase             3.16-8              Basic TCP/IP networking binaries
ii  procmail            3.13.1-3            Versatile e-mail processor.
ii  ucspi-tcp           0.84-1              tools for building TCP 
client-server applications.

--- Begin /etc/init.d/qmail (modified conffile)
#!/bin/bash
#
#
#
#
logger="splogger qmail"
#
#
test -x /usr/sbin/qmail-start || exit 0
test -x /usr/sbin/qmail-send || exit 0
case "$1" in
    start)
        echo -n "Starting mail-transfer agent: qmail"
        sh -c "start-stop-daemon --start --quiet --user qmails \
                 --exec /usr/sbin/qmail-send \
                 --startas /usr/sbin/qmail-start -- \"$alias_empty\" $logger &"
        # prevent denial-of-service attacks, with ulimit
        ulimit -v 2048
        sh -c "start-stop-daemon --start --quiet --user qmaild \
            --exec /usr/bin/tcpserver -- \
            -u 71 -g 65534 -x /etc/tcp.smtp.cdb 0 smtp \
            /usr/sbin/qmail-smtpd 2>&1 | logger -t qmail -p mail.notice &"
        # Uncomment the following lines to automatically start the pop3 server
        #sh -c "start-stop-daemon --start --quiet --user root \
        #    --exec /usr/bin/tcpserver -- \
        #    0 pop-3 /usr/sbin/qmail-popup `hostname`.`dnsdomainname` \
        #    /usr/bin/checkpassword /usr/sbin/qmail-pop3d Maildir &"
        
        echo "."
        ;;
    stop)
        echo -n "Stopping mail-transfer agent: qmail"
        if [ "`pidof /usr/sbin/qmail-send`" ] ; then
            start-stop-daemon --user qmails --stop --quiet --oknodo --exec 
/usr/sbin/qmail-send
            start-stop-daemon --user qmaild --stop --quiet --oknodo --exec 
/usr/bin/tcpserver
            # Uncomment the following line if you have enabled the pop3 server
            #start-stop-daemon --user root --stop --quiet --oknodo --exec 
/usr/bin/tcpserver
            # Wait until the timeout for qmail processes to die.
            count=120
            numdots=0
            while ([ $count != 0 ]) do
                let count=$count-1
                if [ "`pidof /usr/sbin/qmail-send`" ] ; then
                    echo -n .
                    let numdots=$numdots+1
                    sleep 1
                else
                    count=0
                fi
            done
            # If it's not dead yet, kill it.
                case $numdots in
                  0) echo "." ;;
                  1) echo ;;
                  *) echo " done." ;;
                esac
        else
            echo " not running.";
        fi
        ;;
    restart)
        $0 stop
        $0 start
        ;;
    reload|force-reload)
        echo "Reloading 'locals' and 'virtualdomains' control files."
        start-stop-daemon --stop --quiet --oknodo --signal HUP --exec 
/usr/sbin/qmail-send
        ;;
    *)
        echo 'Usage: /etc/init.d/qmail {start|stop|restart|reload}'
        exit 1
esac
exit 0

--- End /etc/init.d/qmail

--- End Message ---
--- Begin Message ---
Version: 1.06-6.2+rm

Dear submitter,

as the package netqmail has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/961289

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to