On Thu, 4 Nov 2004, Dustin C. Hatch wrote: > ##/etc/xmail/userauth/pop3/dchweb.com.tab## > "userauth" "/usr/local/bin/go.pl" > ##/usr/local/bin/go.pl## > exit 0; > > $ telnet localhost 110 > Trying 127.0.0.1... > Connected to localhost. > Escape character is '^]'. > +OK <[EMAIL PROTECTED]> [XMail 1.20 POP3 Server] service > ready; Thu, 4 Nov 2004 18:36:03 -0600 > USER asdf > +OK Password required for [EMAIL PROTECTED] > PASS asdf > -ERR Invalid auth or access denied > > Because my perl script always returns 0, shouldn't XMail let me in no > matter what username/password I use?
Does the auth module gets executed at all? Try to log something to a file from there. - Davide - To unsubscribe from this list: send the line "unsubscribe xmail" in the body of a message to [EMAIL PROTECTED] For general help: send the line "help" in the body of a message to [EMAIL PROTECTED]
