Rene Kanzler | 8 Jan 2007 18:36
Picon
Picon
Favicon

bug in ZOE?

Hi 

I am in the process of configuring postfix to send a copy of a incomming
message to the ZOE SMTP server. 

The authentication went well until the part of the MAIL FROM:, it has
the AUTH=<> parameter. I tested the ZOE server with telnet to port
10025, put all the data needed (also the base64 login and pass), and
the message was rejected with the reason "501 Invalid sender address". 

The message was accepted when I remove the AUTH=<> from the MAIL FROM
line.
So, to solve the problem I went to the source and find the reason
for the rejectet sender address in SZSMTPMail.java. The Java InternetAddress
validator rejects the "aString".
I edited the SZSMTPMail.java file, remove the AUTH=<> and compiled the
source and all went well. The patched file is attached. 

Postfix use the AUTH=<> parameter as described in the RFC 2554.
So, maybe this is a bug in ZOE? 

Bye,
Rene
Attachment (SZSMTPMail.java): text/x-java, 3759 bytes
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
(Continue reading)


Gmane