I have vpopmail setup for a test domain. I can send just fine, but when receiving,
it get a password auth error. Here are the errors from /var/log/maillog: Nov 16 Nov 16 I can log in to our qmailadmin
just fine and access that account, change passwords, or whatever. The only thing I can think of is the way my xinetd script is setup. I am using RedHat
7.2 with qmail, vpopmail and qmailadmin. Here is a copy of my pop3 script for xinetd: # pop3 service # default: on service pop3 { disable = no socket_type
= stream wait
= no user
= qmailp server
= /var/qmail/bin/qmail-popup server_args
= spro.net /home/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir log_on_success
+= USERID log_on_failure
+= USERID } Also, an “ls” of my
domain directory showing the user there: [root@pop3 log]# ls
/home/vpopmail/domains/intrahome.org/ dhoward gina postmaster robb savoix vpasswd vpasswd.cdb webmaster Any ideas would very helpful, thanks. Robb Hartzog |