##/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?

Davide Libenzi wrote:

>On Wed, 3 Nov 2004, Dustin C. Hatch wrote:
>
>  
>
>>I seem to be having some trouble with external POP3 authentication.  
>>Theoretically, if I have a script that starts and immediately returns 0, 
>>all authentication requests should be accepted, right?  Or am I missing 
>>something?  I am terribly sorry for this n00b-like question, but this is 
>>my first attempt at external auth, so please bear with me.
>>    
>>
>
>How did you set it up and what is the content of your files?
>
>
>- 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]
>
>
>  
>


-
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]

Reply via email to