> On Thursday, October 16, 2003, at 04:14  PM, Russell Mann wrote:
> >> On Thursday, October 16, 2003, at 09:55  AM, Russell Mann wrote:
> >>> When a Mac OS X "Mail.app" client POP's in for mail, I always get an
> >>> error
> >>> log message like this:
> >>>
> >>> vchkpw-pop3: password fail (pass: 'd502e3b49fb33d7f7d419d469b51a5a0')
> >>> <EMAIL
> >>> ADDRESS>:<IP ADDRESS>
> >>
> >> Have them launch Mail.app, go into "Preferences", select "Accounts", 
> >> go
> >> to the "Advanced" tab and check the "Authentication" popup.  I'm able
> >> to use MD5 Challenge-Response or Password on my system.  See if they
> >> have it set to one of the Kerberos options.  Or, if it's set to MD5,
> >> have them try Password.
> >
> > I checked the Authentication preferences.  They were already set to
> > "password."  I set them to "MD5" to see what happens and the MUA 
> > wasn't able
> > to POP in.
> >
> > Any other ideas?
> 
> What version of vpopmail are you using, and which POP3 server?
> 
> --
> Tom Collins  -  [EMAIL PROTECTED]


Vpopmail 5.3.27

./configure \
--enable-roaming-users=y \
--enable-tcpserver-file=/home/vpopmail/etc/tcp.smtp \
--enable-tcprules-prog=/usr/local/bin/tcprules \
--enable-relay-clear-minutes=180 \
--enable-auth-logging=y \
--enable-logging=p \
--enable-learn-passwords=y \
--enable-clear-passwd=y \
--enable-mysql=y \
--enable-incdir=/usr/include/mysql \
--enable-libdir=/usr/lib/mysql \
--enable-mysql-logging=y \
--enable-valias=y \
--enable-mysql-limits=n \
--enable-many-domains=n  \
--enable-qmail-ext=y \
--enable-defaultquota=5000


[EMAIL PROTECTED] bin]# more /service/qmail-pop3d/run 
#!/bin/sh
VPOPMAILUID=`id -u vpopmail`
VPOPMAILGID=`id -g vpopmail`
exec /usr/local/bin/softlimit -m 4000000 \
/usr/local/bin/tcpserver -H -R -v \
-u"$VPOPMAILUID" -g"$VPOPMAILGID" \
-c100 0 pop3 \
/var/qmail/bin/qmail-popup judah.khouse.org \
/home/vpopmail/bin/vchkpw \
/var/qmail/bin/qmail-pop3d Maildir 2>&1



Reply via email to