SMTP error from remote mail server
6 answers - 552 bytes -

When I send mail from root to SMTP server in log file and Mail Delivery
I see this report:
lshulov (AT) arabellasw (DOT) com
SMTP error from remote mail server after RCPT
T:<lshulov (AT) arabellasw (DOT) com>:
host mail.arabellasw.com [xxx.xxx.xxx.xxx]: 550 cannot route to
sender address <root (AT) myhost (DOT) localdomain>
What can I change in config files to resolve this problem?
I googled over the world and searched
but don't found solution.
Tanks for the help.
Leonid
No.1 | | 443 bytes |
| 
Leonid Shulov wrote:
lshulov (AT) arabellasw (DOT) com
SMTP error from remote mail server after RCPT
T:<lshulov (AT) arabellasw (DOT) com>:
host mail.arabellasw.com [xxx.xxx.xxx.xxx]: 550 cannot route to
sender address <root (AT) myhost (DOT) localdomain>
Probably "myhost.localdomain" isn't in the DNS as viewed by
mail.arabellasw.com. Arrange to send mail with a proper
envelope-from.
- Jeremy
No.2 | | 867 bytes |
| 
Wed, Jan 18, 2006 at 12:16:13PM +0200, Leonid Shulov wrote:
Date: Wed, 18 Jan 2006 12:16:13 +0200
From: Leonid Shulov <lshulov (AT) arabellasw (DOT) com>
To: exim-users (AT) exim (DOT) org
Subject: [exim] SMTP error from remote mail server
When I send mail from root to SMTP server in log file and Mail Delivery
I see this report:
lshulov (AT) arabellasw (DOT) com
SMTP error from remote mail server after RCPT
T:<lshulov (AT) arabellasw (DOT) com>:
host mail.arabellasw.com [xxx.xxx.xxx.xxx]: 550 cannot route to
sender address <root (AT) myhost (DOT) localdomain>
What can I change in config files to resolve this problem?
Don't send emails from "myhost.localdomain".
The server you're sending to has a check for valid domains and your email
is failing it.
Steven.
No.3 | | 1325 bytes |
| 
Steven Wayne wrote:
Wed, Jan 18, 2006 at 12:16:13PM +0200, Leonid Shulov wrote:
>
>>Date: Wed, 18 Jan 2006 12:16:13 +0200
>>From: Leonid Shulov <lshulov (AT) arabellasw (DOT) com>
>>To: exim-users (AT) exim (DOT) org
>>Subject: [exim] SMTP error from remote mail server
>>
>>When I send mail from root to SMTP server in log file and Mail Delivery
>>I see this report:
>>
>lshulov (AT) arabellasw (DOT) com
>SMTP error from remote mail server after RCPT
>>T:<lshulov (AT) arabellasw (DOT) com>:
>host mail.arabellasw.com [xxx.xxx.xxx.xxx]: 550 cannot route to
>>sender address <root (AT) myhost (DOT) localdomain>
>>
>>What can I change in config files to resolve this problem?
>
>>
>
>Don't send emails from "myhost.localdomain".
>
>The server you're sending to has a check for valid domains and your email
>is failing it.
>
>
>Steven.
"myhost.localdomain" is my local PC from wich I want to send E-mail.
Leonid
No.4 | | 2757 bytes |
| 
Leonid Shulov wrote:
Steven Wayne wrote:
>Wed, Jan 18, 2006 at 12:16:13PM +0200, Leonid Shulov wrote:
>
>>
Date: Wed, 18 Jan 2006 12:16:13 +0200
From: Leonid Shulov <lshulov (AT) arabellasw (DOT) com>
To: exim-users (AT) exim (DOT) org
Subject: [exim] SMTP error from remote mail server
When I send mail from root to SMTP server in log file and Mail
Delivery I see this report:
lshulov (AT) arabellasw (DOT) com
SMTP error from remote mail server after RCPT
T:<lshulov (AT) arabellasw (DOT) com>:
host mail.arabellasw.com [xxx.xxx.xxx.xxx]: 550 cannot route to
sender address <root (AT) myhost (DOT) localdomain>
What can I change in config files to resolve this problem?
>>
>>
>>
>Don't send emails from "myhost.localdomain".
>>
>The server you're sending to has a check for valid domains and your email
>is failing it.
>>
>>
>Steven.
>
>>
"myhost.localdomain" is my local PC from wich I want to send E-mail.
Leonid
Hopefully with an MUA, not Exim.
If so, your upstream ISP will replace that or add to it, such that you
appear to be hitting the MTA as, for example:
bzq-80-16-113.red.bezeqint.net ([82.80.16.113]helo=[192.168.0.80])
- as you appeared in this message.
or as:
([69.170.39.40]:49513)
- as I (presently) appear in my posting, though the 'hostname' on my Mac
is simply 'pb'.
If you want to run Exim, or any other MTA, on a PC (very bad idea) you
should have:
- a fixed IP
- a registered 'real' domain.tld,
- a complete DNS entry, including rDNS PTR record
that are published to the world at large.
Even if you have control of an authoritative DNS, few ISP's will support
a fixed IP and a PTR record on a 'residential' or SH subscription.
Without these, most properly configured MTA's may (should) reject your
traffic, as it will look exactly spam-worms from a zombified WinBox.
MTA's are for servers, even if only one-user-per-domain, and the DNS and
such is every bit as important as the code.
, most MUA's can do everything 'mailish' that a PC user, or
'family' sharing same needs, including supporting mailing lists, spam
filtering, multiple e-mail ID's, etc.
Horses for courses, IW.
HTH,
Bill Hacker
No.5 | | 1939 bytes |
| 
Wed, Jan 18, 2006 at 01:09:57PM +0200, Leonid Shulov wrote:
Date: Wed, 18 Jan 2006 13:09:57 +0200
From: Leonid Shulov <lshulov (AT) arabellasw (DOT) com>
To: Exim Mailing List <exim-users (AT) exim (DOT) org>
Subject: Re: [exim] SMTP error from remote mail server
Steven Wayne wrote:
Wed, Jan 18, 2006 at 12:16:13PM +0200, Leonid Shulov wrote:
>
>>Date: Wed, 18 Jan 2006 12:16:13 +0200
>>From: Leonid Shulov <lshulov (AT) arabellasw (DOT) com>
>>To: exim-users (AT) exim (DOT) org
>>Subject: [exim] SMTP error from remote mail server
>>
>>When I send mail from root to SMTP server in log file and Mail Delivery
>>I see this report:
>>
>>lshulov (AT) arabellasw (DOT) com
>SMTP error from remote mail server after RCPT
>>T:<lshulov (AT) arabellasw (DOT) com>:
>host mail.arabellasw.com [xxx.xxx.xxx.xxx]: 550 cannot route to
>>sender address <root (AT) myhost (DOT) localdomain>
>>
>>What can I change in config files to resolve this problem?
>
>>
>
>
>Don't send emails from "myhost.localdomain".
>
>The server you're sending to has a check for valid domains and your email
>is failing it.
>
"myhost.localdomain" is my local PC from wich I want to send E-mail.
Then you'll need to configure your MTA to give emails a valid envelope
sender.
Something along the lines of:
begin rewrite
*@myhost.localdomain$1 (AT) gmail (DOT) comfrsF
whatever your email address is.
There are some examples in the book. And probably googling for "exim
rewrite" will show some others.
Steven.
No.6 | | 2106 bytes |
| 
Thank you.
It's work perfect.
Leonid
Steven Wayne wrote:
Wed, Jan 18, 2006 at 01:09:57PM +0200, Leonid Shulov wrote:
>
>>Date: Wed, 18 Jan 2006 13:09:57 +0200
>>From: Leonid Shulov <lshulov (AT) arabellasw (DOT) com>
>>To: Exim Mailing List <exim-users (AT) exim (DOT) org>
>>Subject: Re: [exim] SMTP error from remote mail server
>>
>>Steven Wayne wrote:
>>
>
>>
Wed, Jan 18, 2006 at 12:16:13PM +0200, Leonid Shulov wrote:
Date: Wed, 18 Jan 2006 12:16:13 +0200
From: Leonid Shulov <lshulov (AT) arabellasw (DOT) com>
To: exim-users (AT) exim (DOT) org
Subject: [exim] SMTP error from remote mail server
When I send mail from root to SMTP server in log file and Mail Delivery
I see this report:
lshulov (AT) arabellasw (DOT) com
SMTP error from remote mail server after RCPT
T:<lshulov (AT) arabellasw (DOT) com>:
host mail.arabellasw.com [xxx.xxx.xxx.xxx]: 550 cannot route to
sender address <root (AT) myhost (DOT) localdomain>
What can I change in config files to resolve this problem?
Don't send emails from "myhost.localdomain".
The server you're sending to has a check for valid domains and your email
is failing it.
>>"myhost.localdomain" is my local PC from wich I want to send E-mail.
>
>>
>Then you'll need to configure your MTA to give emails a valid envelope
>sender.
>
>Something along the lines of:
>
>begin rewrite
>
>*@myhost.localdomain$1 (AT) gmail (DOT) comfrsF
>
whatever your email address is.
>
>There are some examples in the book. And probably googling for "exim
>rewrite" will show some others.
>
>Steven.