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 18:45:58 pop3 vpopmail[1587]: vchkpw: vpopmail user not found [EMAIL PROTECTED]:

Nov 16 18:46:03 pop3 vpopmail[1589]: vchkpw: vpopmail user not found [EMAIL PROTECTED]:

 

 

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

 

Reply via email to