> Stefano,
> 
> if I understand correctly, you want SMTPHandler to *always* 
> send AUTH LOGIN, and then behave as always for 
> allowing/disallowing relaying.
> 
> This way, if the sender MUA (or MTA) authenticates, our James 
> server is able to SMIMESign the message because the sender 
> user is known, independently of being or not in an authorized 
> subnet and from becoming authorized to relay or not.

Perfect!

> Such behaviour can be attained just changing four "if 
> (authRequired) {...}" statements to "if (true) {...}" in
> SMTPServer.doHelo(String) and SMTPServer.doEhlo(String).
>
> Does anybody know if doing this simple change would create 
> any problem? Should we make this behaviour optional?
> 
> Vincenzo

I didn't read the RFC about EHLO "AUTH" extension and its behaviour. IMHO
this changed behaviour should not break anything but I will look into the
specification if noone has knowledge about this.

Stefano


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to