03-30-04 12:33 AM
On Mon, 29 Mar 2004 08:39:52 -0500, yasi <ron@idontlikespam.com> wrote:
> My Setup:
> My Own Domain using FC1, behind a NAT Router, Dynaminc IP from ISP
>
> This particular message was sent directly from the server using WebMail
> (happens from the command line too). I feel like the answer is just beyon
d
> my reach, I'm guessing it's a simple fix but after 4 days of setting up my
> 1st Linux box I'm just ready for someone to *thump* me on the head and poi
nt
> this one out to me.
>
> thanks in advance!
>
> edited to protect the innocent:
> username@us.XXXXXXXXX
> server.domain.net
>
>
> ***the bounce:
>
> The original message was received at Mon, 29 Mar 2004 07:32:42 -0500
> from localhost.localdomain [127.0.0.1]
>
> ----- The following addresses had permanent fatal errors -----
><username@us.XXXXXXXXX>
> (reason: 550 .net 022: Your current IP address is not allowed to relay
> to
> us.XXXXXXXXX Solution: Connect using BellSouth Internet Service.)
>
> ----- Transcript of session follows -----
> ... while talking to mx00.mail.bellsouth.net.:
><<< 550 .net 022: Your current IP address is not allowed to relay to
> us.XXXXXXXXX
> Solution: Connect using BellSouth Internet Service.
> 550 5.1.1 <username@us.XXXXXXXXX>... User unknown
><<< 503 No recipients specified
So do what it says, use BellSouth's _outgoing_ mail relay (NOT their MX).
If you are attempting to do this, but are misdirected due to MX for the
relay name, put the relay name in square brackets [smtp.bellsouth.net] o
r
whatever, so the MX will be ignored. Even if that requires
authentication, sendmail or postfix can act as SMTP AUTH client.
You could give your box a real hostname instead of localhost.localdomain.
I use no-ip.com names and update that to my adsl IP with their client run
from /etc/ppp/ip-up (and pointed to static LAN IP in /etc/hosts). But
since you are behind a router, you would either need to run a DNS update
client as a daemon (to periodically have them grab your public IP), or
find some way to monitor the router (possibly with syslog) to tell when
its WAN IP changes.
--
David Efflandt - All spam ignored http://www.de-srv.com/
[ Post a follow-up to this message ]
|