----- Original Message ----- From: "Davide Libenzi" <[email protected]> To: <[email protected]> Sent: Sunday, March 04, 2007 6:49 PM Subject: [xmail] Re: SMTP-TLS bug? > On Sun, 4 Mar 2007, Ivo Smits wrote: > >> ----- Original Message ----- >> > On Sun, 4 Mar 2007, Ivo Smits wrote: >> > >> >> Hello Davide and other list members, >> >> I was trying to use my xmail server as a smarthost (relay) for one of >> >> my >> >> other servers, which is still using exim4. >> >> When exim4 tried to send a message using TLS (EnableSMTP-TLS=1 in >> >> xmail's >> >> server.tab), it ends up with an error message, in the XMail log files >> >> I >> >> get: AUTH=EFAIL:TYPE=LOGIN. >> >> >> >> In Exim4's log file I get: >> >> >> >> 2007-03-04 16:59:12 1HNt79-0006IG-I4 ** [EMAIL PROTECTED] >> >> R=smarthost T=remote_smtp_smarthost: SMTP error from remote mail >> >> server >> >> after MAIL FROM:<> SIZE=2485: host Core.LAN.UFO-Net.nl [192.168.0.51]: >> >> 501 Syntax error in parameters or arguments >> >> 2007-03-04 16:59:12 1HNt79-0006IG-I4 Frozen (delivery error message) >> >> >> >> When I disable TLS (EnableSMTP-TLS=0 in xmail's server.tab) everything >> >> is >> >> fine. >> >> >> >> The new exim4 server is allowed to use the XMail server as a relay.. >> >> >> >> Could this be a bug/missing festure in XMail, or is it exim's fault? >> >> Or >> >> is it just because I'm using XMail 1.24 and not 25?? >> > >> > Did you setup correctly the server.key and server.cert files? >> >> Yes, to verify I just re-created them using the steps described in the >> manual: >> $ openssl genrsa 2048 > server.key >> $ openssl req -new -x509 -key server.key -out server.cert >> >> It still doesn't work.. > > Exim is trying to use an AUTH LOGIN to the XMail server?!? >
I'm not sure what it's trying to do. Exim says it has something to do with the "MAIL FROM:<> SIZE=2485" command, maybe XMail doesn't recognise the SIZE=... part? Ive never seen that before... It's hard (impossible??) to find out what it is really doing, I tried tcpdump to monitor the connection but all I got were some strange characters... (DUH!). Ivo - 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]
