View previous topic :: View next topic |
Author |
Message |
kevinm2 n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 15 Sep 2004 Posts: 1
|
Posted: Wed Sep 15, 2004 1:22 am Post subject: sendmail error 553 5.1.8 error "domain doesnot exist&qu |
|
|
I am getting the follwoing error
----- Transcript of session follows -----
... while talking to pbimailc.prodigy.net.:
>>> MAIL From:<nobody@gt_s2.mydomain.com> SIZE=8265
<<< 553 5.1.8 <nobody@gt_s2.mydomain.com>... Domain of sender address nobody@gt_s2.mydomain.com does not exist
501 5.6.0 Data format error
When I am at the server typing
# telenet mydomain.com 25
I can send a mail to joe@aol.com from kevin@mydomain.com.
But from outlook when I send an e-mail to joe@aol.com from kevin@mydomain.com, i get yet another error "550 5.71. saying that relaying is denied"
my files are as follow:
Under /etc/hosts
127.0.0.1 gt_s2 localhost.localdomain localhost
127.0.0.1 gt_s2.mydomain.com
192.168.1.120 gt_s2.mydomain.com
Under /etc/HOSTNAME
gt_s2.mydomain.com
Under /etc/mail/access (Ofcourse I create the db file with makemap hash command)
localhost.localdomain RELAY
localhost RELAY
127.0.0.1 RELAY
MyStaticIP RELAY
192.168.1 RELAY
gt_s2.mydomain.com RELAY
Under /etc/mail/ip_allow
MyStaticIP
Under /etc/mail/local-host-name
mydomain.com
localhost.localdomain
local host
192.168.1.120
Under /etc/mail/name_allow
mydomain.com
Under /etc/mail/relay_allow
mydomain.com
192.168.1.120
gt_s2.mydomain.com
Need be I could place ny sendmail.mc file also. I just don't know what is it that I am doing wrong? Please advise! :confused: :study: _________________ Server Host: gt_s2 (127.0.0.1)
Database Host: localhost (127.0.0.1)
Server OS: Linux 2.4.7-10
Database: MySQL 4.0.20-log
Server: Apache/2.0.50 (Unix)
mod_perl/1.99_13 Perl/v5.8.4
mod_ssl/2.0.50 OpenSSL/0.9.7d |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
papal_authority Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/101649746447a8e5f5d66a5.png)
Joined: 31 Mar 2004 Posts: 1823 Location: Canada
|
Posted: Thu Sep 16, 2004 3:43 am Post subject: |
|
|
Is the machine's IP from which you're using Outlook in /etc/mail/access? Sorry if it is, I can't tell from your post. Also generally it's not a good idea to play with the loopback line in /etc/hosts. Here's mine for example:
Code: |
127.0.0.1 localhost
192.168.0.1 vatican.rome.com vatican
|
I would recommend cleaning up /etc/hosts as above, ensuring that the windows box's IP is in /etc/mail/access and restarting sendmail. HTH ![Smile :)](images/smiles/icon_smile.gif) _________________ The free market gave me gonorrhea. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|