From: "Jens Hassler" <[EMAIL PROTECTED]>
> I've set up QMail as stated in the "Life with QMail" document and everything
> works fine. The POP3 server is started over inetd, because its a very low
> traffic server:
I suggest that you supervise it and see what happens. AFAIK LWQ does not
reccomend that you use inetd and neither does anyone on this list.
bash-2.04# cat /var/qmail/supervise/qmail-pop3d/run
/var/qmail/supervise/qmail-pop3d/log/run
#!/bin/sh
exec /usr/local/bin/softlimit -m 2000000 \
tcpserver -l0 -v -H -R 0 pop-3 /var/qmail/bin/qmail-popup \
updegrove.net /var/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir 2>&1
#!/bin/sh
exec /usr/local/bin/setuidgid qmaill multilog t /var/log/qmail/pop3d
> Outlook Express gives me following error message: "Your server has
> unexpectedly terminated the connection. Possible causes for this include
> server problems, network problems, or a long period of inactivity."
What is the timeout set to? I set mine to 5 minutes and I use "-l0 -H -R" in my
script as illustrated above.
Hope that helps,
Rick Up