Hi Davide -

I apologize that I have'nt gotten back to you about the patch for pop3 
before SMTP and the glst module - trapped by other things.  It works 
well, except that Macintosh (OS X) users (at least, perhaps others?) 
seem to have a problem with it.  I suspect some variation in the login 
sequence using the OS X mail client.  I havn't had the opportunity to 
test it any further than to verify this problem with a standard OS X 
installation in which pop3 befiore SMTP seems to work normally otherwise 
(without glst).

Jeff

Davide Libenzi wrote:

>On Mon, 24 Jan 2005, Toby Reiter wrote:
>
>  
>
>>Davide,
>>Am I right in believing that without explicit SMTP authorization, 
>>users of my system who attempt to send messages will be blocked if 
>>they use SMTP before POP3 authorization?
>>
>>Does moving to greylistin mean moving my existing user base to all 
>>use actual SMTP authorization?
>>
>>Thanks for building the glst module, by the way. I'm excited to being using 
>>it.
>>    
>>
>
>Using the patch I already posted a few days ago (and that is included in 
>1.22), it should work.
>
>
>
>- Davide
>
>
>
>--- orig/SMTPSvr.cpp
>+++ mod/SMTPSvr.cpp
>@@ -1202,6 +1202,11 @@
>                UsrFreeUserInfo(pUI);
>                return (ErrorPop());
>        }
>+///////////////////////////////////////////////////////////////////////////////
>+//  If the user did not authenticate, set the logon user token
>+///////////////////////////////////////////////////////////////////////////////
>+       if (IsEmptyString(SMTPS.szLogonUser))
>+               UsrGetAddress(pUI, SMTPS.szLogonUser);
> 
>        UsrFreeUserInfo(pUI);
> 
>
>
>--- orig/docs/ChangeLog.pod
>+++ mod/docs/ChangeLog.pod
>@@ -11,6 +11,11 @@
> 
> =over 4
> 
>+=item *
>+
>+The POP3 before SMTP authentication is now correctly interpreted as real 
>SMTP authentication,
>+by the mean of @@USERAUTH.
>+
> =back
> 
> =head2 Jan 9, 2005 v 1.21
>
>
>
>-
>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