Well, this might be a stupid question, so I'm sorry in advance.

I just setup a qmail server (my first) for an outgoing queueing relay
server for us and our customers.  From the moment I installed it, the
"instant processing" hasn't been happening.  Messages always get
queued, and will be processed immediately once qmail is restarted (but
not kill -ALRM'ed), but they are not processed as soon as they hit the
queue. :(

NOTE: smtp.800hosting.com does not yet resolve to this machine.  We're
working on phasing out IMail. (please, don't ask)

Here's my setup:

qmail-1.03 on FreeBSD 3.4
daemontools 0.53 (Didn't have time to figure out the new versions, the
FAQ uses 0.53 tools)

qmail-smtpd is started like so:

tcpserver -v -H -l `hostname` -x /var/qmail/tcp.smtp.cdb -u 82 -g 81 0 smtp\
    /var/qmail/bin/qmail-smtpd /var/qmail/smtp_auth/bin/checkpasswd 2>&1 |\
    /usr/local/bin/accustamp | cyclog -s 1000000 -n 20 /var/log/smtpd &

qmail-start is started like so:

exec env - PATH="/var/qmail/bin:$PATH" \
    qmail-start ./Maildir/ /usr/local/bin/accustamp | \
    setuser qmaill /usr/local/bin/cyclog -s 1000000 -n 20 /var/log/qmail

NOTE: No, there are *no* mailboxes to be delivered to on this machine.

/var/qmail/control/ stuff:

defaultdomain:
    800hosting.com

me:
    smtp.800hosting.com

plusdomain:
    800hosting.com

Whenever I send a message (either from other hosts or even using echo
"to: root" | qmail-inject), it goes in the queue and qmail-qstat says
1 msg in queue, 1 msg not yet preprocessed.

help?  TIA.

-- 
-- Casey Zacek
   Senior Staff Engineer
   1-800-Hosting.com

Reply via email to