[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] 554 Error DSN: Service unavailable
- Subject: Re: [cobalt-users] 554 Error DSN: Service unavailable
- From: Gilbert Bechtel <gil@xxxxxxxxxxxx>
- Date: Fri Dec 7 21:28:01 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
>> I talked to MSN tech support and was told
>that a 554 error was a problem with my DNS settings and
>They are correct...
>
>> The original message was received at Fri, 7 Dec 2001 21:20:33 -0500
>> from h0001026b96d0.ne.mediaone.net [24.91.223.99]
>
>> ----- Transcript of session follows -----
>> ... while talking to smtp-gw-4.msn.com.:
>> >>> HELO localhost.localdomain.
>> <<< 501 5.5.4 Invalid Address
>
>Look closely, your client/server is claiming it's domain name is
>localhost.localdoman, you havn't set your domain name either on the
>server, or in the client mailer , msn want's a real domain name from you.
>[localdomain isn't resolveable into a routabe address, it's not valid
>outside the machine]
>
>Make sure your server has a domain name set in it's base configuration,
>and a hostname.
Thanks for the help it was a problem in /etc/host
had one to many localhost
was
127.0.0.1 localhost.localdomain localhost ns1.acelaweb.com
64.55.96.10 ns1.acelaweb.com ns1 # primary interface
64.55.96.9 ns2.acelaweb.com ns2 # secondary interface
changed to
127.0.0.1 localhost.localdomain localhost
64.55.96.10 ns1.acelaweb.com ns1 # primary interface
64.55.96.9 ns2.acelaweb.com ns2 # secondary interface
all is working again