настраивал эту связку по статьеhttp://www.lissyara.su/?id=1173
Проблема в следующем:
При отправке почты на локальные аккаунты почта проходит без проблем, но при отправке например на mail.ru выдается сообщение что " 503 valid RCPT command must precede DATA".
версия EXIM-4.69
вот то, что приходит с маилюру, если на него отправить с аутглюка сообщение
Код: Выделить всё
Return-path: <123@pien.org.ru>
Received: from [10.10.11.48] (helo=veter)
by pien.org.ru with smtp (Exim 4.69 (FreeBSD))
(envelope-from <123@pien.org.ru>)
id 1KOYWj-000PXy-J4
for jester55@mail.ru; Thu, 31 Jul 2008 19:49:09 +0600
Message-ID: <004001c8f2e2$310e2380$300b0a0a@veter>
From: "123" <123@pien.org.ru>
To: "je" <jester55@mail.ru>
Subject: test
Date: Thu, 31 Jul 2008 13:50:21 +0600
MIME-Version: 1.0
Content-Type: multipart/alternative;
boundary="----=_NextPart_000_003D_01C8F314.5FAE8EF0"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
This is a multi-part message in MIME format.
------=_NextPart_000_003D_01C8F314.5FAE8EF0
Content-Type: text/plain;
charset="koi8-r"
Content-Transfer-Encoding: quoted-printable
test message
------=_NextPart_000_003D_01C8F314.5FAE8EF0
Content-Type: text/html;
charset="koi8-r"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dkoi8-r">
<META content=3D"MSHTML 6.00.2900.2180" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>test message</FONT></DIV></BODY></HTML>
------=_NextPart_000_003D_01C8F314.5FAE8EF0--
Код: Выделить всё
$ echo test | mail -v jester55@mail.ru
LOG: MAIN
<= jester@pien.org.ru U=jester P=local S=332
$ delivering 1KObDb-0000D8-Q5
Connecting to mxs.mail.ru [194.67.23.20]:25 ... connected
SMTP<< 220 Mail.Ru ESMTP
SMTP>> EHLO pien.org.ru
SMTP<< 250-mx42.mail.ru ready to serve
250-SIZE 31457280
250 8BITMIME
SMTP>> MAIL FROM:<jester@pien.org.ru> SIZE=1365
SMTP<< 250 OK
SMTP>> RCPT TO:<jester55@mail.ru>
SMTP<< 250 OK
SMTP>> DATA
SMTP<< 354 Go ahead
SMTP>> writing message and terminating "."
[color=#BF0000] SMTP<< 503 valid RCPT command must precede DATA[/color]
SMTP>> QUIT
LOG: MAIN
** jester55@mail.ru R=dnslookup T=remote_smtp: SMTP error from remote mail server after end of data: host mxs.mail.ru [194.67.23.20]: 503 valid RCPT command must precede DATA
LOG: MAIN
<= <> R=1KObDb-0000D8-Q5 U=mailnull P=local S=1242
LOG: MAIN
Completed
delivering 1KObDd-0000DB-8o