I'm sure this is an easy thing to fix, but for now, I'm stuck.
If I run the start script as it is below, my ~vpopmail/etc/open-smtp file
gets owned by root, and consequently, my IMAP clients can't relay since I've
got courier IMAP running as vpopmail:vchkpw
I tried to run qmail-popup as vpopmail:vchkpw by using a start line like
this:
#tcpserver -c20 -u81 -c81 -H -R 0 pop3 \
however, when I do this, the pop client can't authenticate, the logs saying
that there's no user there...:
Jul 17 11:06:32 bsd1 vpopmail[452]: vchkpw: No user found
[EMAIL PROTECTED]:209.16.228.145
I'm sure I'm just missing something simple. Thanks for your help in
advance.
Peter Brezny
SysAdmin Services Inc.
# vchkpw and qmail-pop3d server config
#tcpserver -c20 -u81 -c81 -H -R 0 pop3 \
tcpserver -H -R 0 pop3 \
qmail-popup sysadmin-inc.com \
/home/vpopmail/bin/vchkpw qmail-pop3d Maildir &
# config for tcpserver to enable roaming users
tcpserver -H -R -x /home/vpopmail/etc/tcp.smtp.cdb \
-c20 -u81 -g81 0 smtp rblsmtpd qmail-smtpd 2>&1 &