Postfix на клиентской машине

i386-asplinux-linux-gnu)
Привет всем!
У меня на домашней машине стоит Postfix. В main.cf записано
relayhost = smtp.svitonline.com
Проблема в том что провайдер изменил конфигурацию своего SMTP-сервера, в результате
чего он перестал принимать почту, которую я отправляю через Postfix. В логе пишется:
Dec 6 10:48:56 lcmachine postfix/nqmgr[1548]: 5FB751AB7B: from=<lostcl***@l*****.localhost>,
size=492, nrcpt=1 (queue active)
Dec 6 10:48:58 lcmachine postfix/smtp[1586]: 5FB751AB7B: to=<lostcl***@u*****.fm>,
relay=relay.kiev.sovam.com[212.109.32.5], delay=159, status=bounced (host relay.kiev.sovam.com[212.109.32.5]
said: 550 Sender verify failed (in reply to RCPT TO command))
Dec 6 10:48:58 lcmachine postfix/cleanup[1588]: 471E41AD38: message-id=<20031206084858.471E41AD38@localhost>
Dec 6 10:48:58 lcmachine postfix/nqmgr[1548]: 471E41AD38: from=<>, size=2149,
nrcpt=1 (queue active)
Dec 6 10:48:59 lcmachine postfix/local[1589]: 471E41AD38: to=<lostcl***@l*****.localhost>,
relay=local, delay=1, status=sent (mailbox)
И получил я такое письмо:
############ НАЧАЛО #############################
To: lostcl***@l*****.localhost
This is the Postfix program at host localhost.
I'm sorry to have to inform you that the message returned
below could not be delivered to one or more destinations.
For further assistance, please send mail to <postmaster>
If you do so, please include this problem report. You can
delete your own text from the message returned below.
The Postfix program
<lostcl***@u*****.fm>: host relay.kiev.sovam.com[212.109.32.5] said: 550 Sender
verify failed (in reply to RCPT TO command)
[message/delivery-status (368 bytes)]
Reporting-MTA: dns; localhost
Arrival-Date: Sat, 6 Dec 2003 10:46:18 +0200 (EET)
Final-Recipient: rfc822; lostcl***@u*****.fm
Action: failed
Status: 5.0.0
Diagnostic-Code: X-Postfix; host relay.kiev.sovam.com[212.109.32.5] said: 550
Sender verify failed (in reply to RCPT TO command)
To: lostcl***@u*****.fm
test6
--5FB751AB7B.1070700538/localhost--
############ КОНЕЦ #############################
в /etc/sysconfig/network у меня записано:
NETWORKING=yes
HOSTNAME="lcmachine.kiev.ua"
В main.cf было:
myhostname = lcmachine.kiev.ua
Потом я поменял на:
myhostname = localhost
Но это не помогло.
Почта отправляемая Sylpheed'ом сразу на smtp.svitonline.com, доходит нормально,
но нужно чтобы это делал Postfix. Что нужно поправить чтобы почта отправлялась
через Postfix?
С уважением Константин.
-*Информационный канал Subscribe.Ru
Написать в лист: mailto:comp.soft.linux.discuss-list@subscribe.ru
Отписаться: http://subscribe.ru/member/unsub?grp=comp.soft.linux.discuss&email=
http://subscribe.ru/ mailto:ask@subscribe.ru
i386-asplinux-linux-gnu)
Спасибо, проблема решена. Причина: в аргументе команды MAIL FROM был несуществующий
адрес. Решение: использование address rewriting посредством опции canonical_maps.
-*Информационный канал Subscribe.Ru
Написать в лист: mailto:comp.soft.linux.discuss-list@subscribe.ru
Отписаться: http://subscribe.ru/member/unsub?grp=comp.soft.linux.discuss&email=
http://subscribe.ru/ mailto:ask@subscribe.ru