Skaag Argonius wrote:
exec \ /usr/local/bin/softlimit -m $DATALIMIT \ perl -T ./qpsmtpd-forkserver \ --listen-address $LOCALIP \ --port $PORT \ --limit-connections $MAXCLIENTS \ --user $USER \ ./qpsmtpd 2>&1
You either run './qpsmtpd-forkserver' *OR* you run './qpsmtpd' but not both. I have no idea what that would do. Take off that last line and restart.
Also, what log method are you using? Can you show us your log/run file as well? One possibility is that there is some problem with your logging and qpsmtpd hangs because it has filled the pipe to the log process.
You might as well show us the complete config/plugins you are running. If you are using queue/smtp-forward, it might be the remote SMTP server that is keeping the transaction from completing. You asked about handling mail for remote domains back in 2004, and the answer was that you should probably be using queue/qmail-queue and smtproutes instead of queue/smtp-forward for exactly this reason.
John
