Results 1 to 2 of 2
I am, by no means, an sendmail expert, so bear with me. I am currently trying to get an email server running on my SuSE Linux machine, but keep running ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-26-2004 #1Just Joined!
- Join Date
- Aug 2004
- Posts
- 2
SuSE 9.1 Sendmail
I am, by no means, an sendmail expert, so bear with me. I am currently trying to get an email server running on my SuSE Linux machine, but keep running into an issue. All mail goes out ok, but any incoming mail seems to give me errors.
Lets say that Server B(user@serverb.com) is the email server I am trying to configure. If I send an email to serverb from another PC(user@servera.com), the message bounces back with the following error :
However, root@serverb.com gets the following message in his box :Your message did not reach some or all of the intended recipients.
Subject: yellow
Sent: 8/26/2004 1:48 PM
The following recipient(s) could not be reached:
user@serverb.org on 8/26/2004 7:53 AM
A configuration error in the e-mail system caused the message to bounce between two servers or to be forwarded between two recipients. Contact your administrator.
< linux.site #5.3.5 SMTP; 553 5.3.5 system config error>
Any ideas?Date: Thu, 26 Aug 2004 06:52:34 -0700
From: Mail Delivery Subsystem <MAILER-DAEMON@linux.site>
To: user@servera.com, postmaster@linux.site
Subject: Returned mail: see transcript for details
Parts/Attachments:
1 Shown 9 lines Text
2 Shown 331 bytes Message, "Delivery Status"
3 Shown 2.2 KB Message, "yellow"
3.1 Shown ~23 lines Text (charset: ISO-8859-1)
----------------------------------------
The original message was received at Thu, 26 Aug 2004 06:52:34 -0700
from servera.com [<ip address of servera.com>]
----- The following addresses had permanent fatal errors -----
<user@serverb.com>
(reason: 553 5.3.5 system config error)
----- Transcript of session follows -----
554 5.3.5 Local configuration error
[ Part 2: "Delivery Status" ]
Reporting-MTA: dns; linux.site
Received-From-MTA: DNS; servera.com
Arrival-Date: Thu, 26 Aug 2004 06:52:34 -0700
Final-Recipient: RFC822; user@serverb.com
Action: failed
Status: 5.3.5
Remote-MTA: DNS; serverb.com
Diagnostic-Code: SMTP; 553 5.3.5 system config error
Last-Attempt-Date: Thu, 26 Aug 2004 06:52:34 -0700
- 08-27-2004 #2Just Joined!
- Join Date
- Aug 2004
- Posts
- 2
Found the issue. In /etc/sendmail.cf, I needed to add the following line :
Cw<domain name>


Reply With Quote
