----- 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..

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]

Reply via email to