Title: Issues with vpopmail and roaming

Good Morning:

I have quite a situation here with vpopmail+roaming.

I'm running a system with qmail+vpopmail(trying to use roaming)+mysql

Everything works, I can check mail with no problem authenticating from the mysql database.. But, I can't get the roaming to work.. I keep getting 553 errors.

This is what my startup scripts looks like, maybe I'm missing something.

User 88: vpopmail
User 82: qmaild
Group 88: vchkpw
Group 81: nofiles

START UP SCRIPTS FOR POP3:
#!/bin/sh

env - PATH="/var/qmail/bin:/usr/local/bin" \
tcpserver -H -R -u88 -g88 0 pop3 \
/var/qmail/bin/qmail-popup net1.netcomonline.com \
/var/qmail/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir &

START UP SCRIPTS FOR SMTP:
#!/bin/sh

env - PATH="/var/qmail/bin:/usr/local/bin" \
tcpserver -H -R -x /var/qmail/vpopmail/etc/tcp.smtp.cdb \
-c20 -u82 -g81 0 smtp \
/var/qmail/bin/qmail-smtpd 2>&1 > /dev/null &

If you have any ideas, please let me know.

Thanks

Mike Hertz
[EMAIL PROTECTED]

Reply via email to