I currently have a version of the toaster installed on a Redhat 9 system(what a pain to install btw) with MySQL'd vpopmail. Regular POP3 authentication works just fine, however POP3S authentication is another story. Here are the symptoms:
- When logging in via POP3S the mail client will just stop and hang, never prompts for a password, etc.
- Here is my POP3s run file:
#!/bin/sh
VPOPMAILUID=`id -u vpopmail`
VPOPMAILGID=`id -g vpopmail`exec /usr/local/bin/tcpserver -l 0 -R -H -v \
-u"$VPOPMAILUID" -g"$VPOPMAILGID" 0 995 \
/usr/sbin/stunnel -f -p /var/qmail/control/servercert.pem \
-l /var/qmail/bin/qmail-popup -- qmail-popup mypop3sservername.com \
/home/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir 2>&1
- Here are the contents of a session from the /var/log/qmail/pop3ds/current logfile:
@400000003f9d928e086d574c tcpserver: end 13727 status 256
@400000003f9d928e086d66ec tcpserver: status: 0/40
@400000003fa14788209a32f4 tcpserver: status: 1/40
@400000003fa14788209a5a04 tcpserver: pid 4751 from 128.223.187.226
@400000003fa14788209a61d4 tcpserver: ok 4751 0:*theserverip*:995 :*theclientip*::2173
@400000003fa1478821604214 tcpserver: end 4751 status 256
@400000003fa1478821604dcc tcpserver: status: 0/40
(note: I replaced the actual IP addresses with words above)
- I remade the SSL certificate as well, and double checked the permissions. Short of re-installing vpopmail, I am a little bit out of ideas. Anyone have any other ideas?
Thanks for the help,
Peter
