Hi all,
First of all, thanx dwhite for this great patch !
It's running fine, after fixing some problems (fetching postfix, adding Net::LDAP and Net::Server libs, etc).
Now, I'm also having a problem with amavisd. Here is what I get when I connect on port 10024 :
After this amavis looks stuck, impossible to disconnect by issuing the smtp "quit" command. The same errors appears in my zimbra.logCode:$ telnet localhost 10024
Trying ::1...
telnet: connect to address ::1: Connection refused
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 [127.0.0.1] ESMTP amavisd-new service ready
helo test
250 [127.0.0.1]
mail from: julien@xxx
250 2.1.0 Sender julien@xxx OK
rcpt to: admin@xxx
250 2.1.5 Recipient admin@xxx OK
data
354 End data with <CR><LF>.<CR><LF>
Subject: test amavis
bla
.
451 4.5.0 Error in processing, id=74699-03, parts_decode_ext FAILED: parsing file(1) results - missing last 1 results at (eval 74) line 154.
As it looks that we all had the same problems, maybe someone fixed this one, or has any idea about it ?

