Matt Darcy wrote: > #!/bin/sh > exec /usr/local/bin/softlimit -m 5000000 \ > /usr/local/bin/tcpserver -H -R 0 pop-3 /var/qmail/bin/qmail-popup \ > alesi.projecthugo.co.uk /home/vpopmail/bin/vchkpw > /var/qmail/bin/qmail-pop3d Maildir 2>&1 > > I can't see anything wrong with the startup script.......
Well Matt from looking at this and the fact that I also run Redhat 7.3 I see one thing wrong. Your default /etc/services file has your pop-3 as pop3. There are several ways to fix this, 1) either modify the /etc/services [bad idea], 2) Modify your run script to say pop3 [good choice], or 3) modify your run script to say 110 instead of pop-3 [best choice, unless you use a different port number]. Hope that helps some. Joe