Search results

  1. B

    qmail-smtpd exiting after 1 second

    Popowich, the really good part is a Google search on 'qmail smtpd exit 1 second' now brings this article up as the first link. In the past I've searched on the same string and got nothing that solved the problem; mostly qmail-send issues being discussed.
  2. B

    qmail-smtpd exiting after 1 second

    :thanks:For the record, here's the smtpd script: #!/bin/sh QMAILDUID=`id -u qmaild` NOFILESGID=`id -g qmaild` MAXSMTPD=`cat /var/qmail/control/concurrencyincoming` LOCAL=`head -1 /var/qmail/control/me` if [ -z "$QMAILDUID" -o -z "$NOFILESGID" -o -z "$MAXSMTPD" -o -z "$LOCAL" ]; then...
  3. B

    qmail-smtpd exiting after 1 second

    Thanks Popowich. It turned out to be a softlimit problem in the qmail-smptd run script. I use tcpserver with anything I can get running under it, including rsynd, samba, PostgreSQL, clockspeed, dnscache and sshd.
  4. B

    qmail-smtpd exiting after 1 second

    I solved the problem after a little more research. The smptd run script from LWQ has a softlimit of 200000. I raised this to 400000, restarted qmail and now it's running perfectly. LWQ mentions that softlimits can cause problems with tcpserver, but suggests that error messages will be emitted...
  5. B

    qmail-smtpd exiting after 1 second

    I've used qmail-1.03 for 10 years without problems. Recently I installed the latest patched version, netqmail-1.06, on a Centos 5.4 box and followed the LWQ instructions to the letter. qmail appears to be working, but when I look at the status of the various components using qmailctl I see that...
Top