Autor: kuksi Datum: To: exim-users Betreff: [Exim] strange problem (SMTP vs. ESMTP)
When i send a letter with exim 3.22 to a remote site, it accept
the EHLO command, but later it say an error.
But..
When i send a letter with exim 3.22 from an other site to this
remote
site, the remote server say: I don't understand the SMTP
extensions..
and my exim communicate with this remote site only with old SMTP.
Beside this the remote old Raptor mailproxyserver don't understand
the SMTP extensions!
Otherwise the remote.mailserver works fine with other mailservers,
and
the Exim of the domain.hu and otherdomain.hu are work fine with
other
mailserver..
The problem exists between these two mailservers..
The Problem:
Connecting to remote.mailserver.hu [ipofremote.mailserver] ...
connected
SMTP<< 220 remote.mailserver.hu SMTPXD version 141 ready at Fri,
13 Apr 2001
13:09:09 GMT+0100 SMTP>> EHLO mycomputer1.domain.hu SMTP<< 500 Command unrecognized SMTP>> HELO mycomputer1.domain.hu SMTP<< 250 Hello relayserver.domain.hu, why did you call yourself
mycomputer1.domain.hu SMTP>> MAIL FROM:<sender@???> SMTP<< 250 <sender@???>... Sender ok SMTP>> RCPT TO:<recipient@???> SMTP<< 250 <recipient@???>... Recipient ok SMTP>> DATA SMTP<< 354 Enter mail, end with "." on a line by itself SMTP>> writing message and terminating "." SMTP<< 250 HAA07336 Message accepted for delivery SMTP>> QUIT
When i send a letter from an other site to this remote.mailserver:
Connecting to remote.mailserver.hu [ipofremote.mailserver] ...
connected
SMTP<< 220 remote.mailserver.hu SMTPXD version 141 ready at Fri,
13 Apr 2001 14:31:30 GMT+0100 SMTP>> EHLO mycomputer.otherdomain.hu SMTP<< 200 OK SMTP>> MAIL FROM:<sender@???> SMTP<< 503 please introduce yourself, first SMTP>> QUIT