What you are running into is the anti-relaying feature of the MTA at your
wife's office. All well-written mailers provide anti-relay filters these
days, to present spammers and other low-lifes from using the site to
distribute mail. Unfortunately, they cause some friendly-fire casualties as
well, and your setup appears to be one of them. Your purpose is different
from a spammer, but intent aside, the behavior the mail agent sees is
indistinguishable.

When a MTA is running anti-relay filtering, it will accept mail for delivery
only if at least one of these conditions holds:

        -- the mail is from an address in the domain served by the MTA
        -- the mail is to an address in the domain served by the MTA
        -- the mail is from or to an address in a different domain 
                that has been explicitly included in an "OK to relay"
                list.

In your case, you may have Netscape set up with your wife's e-mail address as 
        
                [EMAIL PROTECTED]

but work won't accept it for delivery unless it comes from

                [EMAIL PROTECTED]

Even if you have that part right, a good MTA will notice that no matter what
the From: line of the message says, the From line (note the absence of the
colon -- From: and From are different in SMTP) says it is from outside.
Since From: headers are trivial to forge and From lines much, much harder to
fake, good anti-relaying software will notice the wrong From line and refuse
to relay.

You can't fix this without the cooperation of the sysadmin at your wife's
work. I can't say what the exact fix is -- that depends on how the office
does its anti-relay stuff -- but the sysadmin will know.


At 07:33 PM 2/2/00 -0500, Charles Farinella wrote:
>My wife's office has provided her with an email account on their server.
>I have a mediaone cable modem.
>I have set up netscape mail as if it were a dialup account for her server.
>She can send mail only to addresses on the office server domain.  Trying
>to send mail to ix.netcom.com, or any other domain name results in:
>
>               An error occurred while sending mail.
>               The mail server responded:
>                       relaying mail to ix.netcom.com is not allowed
>               Please check the message recipients and try again.
>
>Now I have seen this error before but can't remember the circumstances or
>how I resolved it.  I think it might have something to do with sendmail.

------------------------------------"Never tell me the odds!"---
Ray Olszewski                                        -- Han Solo
Palo Alto, CA                                    [EMAIL PROTECTED]        
----------------------------------------------------------------


-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.linux-learn.org/faqs

Reply via email to