Hello, An 'mail loop back' error occurs whenever I send mail to myself. Here is the Mail Delivery report: The original message was received at Thu, 20 May 2004 10:40:00 -0400 (EDT) from localhost.uwaterloo.ca [127.0.0.1] ----- The following addresses had permanent fatal errors ----- <root@hacker.cs.uwaterloo.ca> (reason: 553 5.3.5 system config error) ----- Transcript of session follows ----- 553 5.3.5 hacker.cs.uwaterloo.ca. config error: mail loops back to me (MX problem?) 554 5.3.5 Local configuration error [ Part 2: "Delivery Status" ] Reporting-MTA: dns; hacker.cs Received-From-MTA: DNS; localhost.uwaterloo.ca Arrival-Date: Thu, 20 May 2004 10:40:00 -0400 (EDT) Final-Recipient: RFC822; root@hacker.cs.uwaterloo.ca Action: failed Status: 5.3.5 Diagnostic-Code: SMTP; 553 5.3.5 system config error Last-Attempt-Date: Thu, 20 May 2004 10:40:00 -0400 (EDT) [ Part 3: "Included Message" ] Date: Thu, 20 May 2004 10:39:59 -0400 (EDT) From: Charlie ROOT <root@hacker.cs.uwaterloo.ca> To: Charlie ROOT <root@hacker.cs.uwaterloo.ca> Subject: test test ************************************************************** Any ideas as to what the 'local configuration error' could be? Where should I be looking? Thanks, Omar
"Omar M. Nafees" <omnafees@student.cs.uwaterloo.ca> writes:> ----- The following addresses had permanent fatal errors ----- > <root@hacker.cs.uwaterloo.ca> > (reason: 553 5.3.5 system config error) > > ----- Transcript of session follows ----- > 553 5.3.5 hacker.cs.uwaterloo.ca. config error: mail loops back to me (MX problem?) > 554 5.3.5 Local configuration error[...]> Any ideas as to what the 'local configuration error' could be? Where > should I be looking?Hello Omar, Supposing you are using the standard FBSD sendmail setup: Check with echo '$=w'|sendmail -bt -d0.1 how sendmail knows about itself domain names. You may then adapt by editing /etc/mail/local-host-names Hope this helps.
At 10:43 AM 20/05/2004, Omar M. Nafees wrote:>Hello, > > >************************************************************** > >Any ideas as to what the 'local configuration error' could be? Where >should I be looking?This is more application specific, so a sendmail newsgroup or freebsd-questions is perhaps a more appropriate place to ask this question. sendmail is VERY good for logging verbosity. Always look through /var/log/maillog. If there is nothing there, increase the LogLevel. Also, examine the mail headers of a test message to see where its going back and forth. Without seeing details like /etc/mail/access /etc/mail/mail/local-host-name or /etc/mail/mailertable or /etc/mail/virtusertable, my guess is that you forgot to add the target domain into /etc/mail/access and /etc/mail/mail/local-host-name (assuming Fw points to /etc/mail/local-host-names) ---Mike
# omnafees@student.cs.uwaterloo.ca / 2004-05-20 10:43:22 -0400:> An 'mail loop back' error occurs whenever I send mail to myself. Here is > the Mail Delivery report: > > > The original message was received at Thu, 20 May 2004 10:40:00 -0400 (EDT) > from localhost.uwaterloo.ca [127.0.0.1] > > ----- The following addresses had permanent fatal errors ----- > <root@hacker.cs.uwaterloo.ca> > (reason: 553 5.3.5 system config error)> Any ideas as to what the 'local configuration error' could be? Where > should I be looking?Your Sendmail thinks hacker.cs.uwaterloo.ca is another host, or it doesn't think it is destination for hacker.cs.uwaterloo.ca. -- FreeBSD 4.9-RELEASE-p2 6:02PM up 9:30, 3 users, load averages: 0.00, 0.00, 0.06
On Thu, 2004-05-20 at 09:43, Omar M. Nafees wrote:> Hello, > > An 'mail loop back' error occurs whenever I send mail to myself. Here is > the Mail Delivery report: > > > The original message was received at Thu, 20 May 2004 10:40:00 -0400 (EDT) > from localhost.uwaterloo.ca [127.0.0.1] > > ----- The following addresses had permanent fatal errors ----- > <root@hacker.cs.uwaterloo.ca> > (reason: 553 5.3.5 system config error) > > ----- Transcript of session follows ----- > 553 5.3.5 hacker.cs.uwaterloo.ca. config error: mail loops back to me (MX problem?) > 554 5.3.5 Local configuration error > > [ Part 2: "Delivery Status" ] > > Reporting-MTA: dns; hacker.cs > Received-From-MTA: DNS; localhost.uwaterloo.ca > Arrival-Date: Thu, 20 May 2004 10:40:00 -0400 (EDT) > > Final-Recipient: RFC822; root@hacker.cs.uwaterloo.ca > Action: failed > Status: 5.3.5 > Diagnostic-Code: SMTP; 553 5.3.5 system config error > Last-Attempt-Date: Thu, 20 May 2004 10:40:00 -0400 (EDT) > > > [ Part 3: "Included Message" ] > > Date: Thu, 20 May 2004 10:39:59 -0400 (EDT) > From: Charlie ROOT <root@hacker.cs.uwaterloo.ca> > To: Charlie ROOT <root@hacker.cs.uwaterloo.ca> > Subject: test > > test > > > ************************************************************** > > Any ideas as to what the 'local configuration error' could be? Where > should I be looking? > > > Thanks, > Omar > > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"An even better bet is that the local configuration error is in /etc/hosts. I just ran across this when I moved a machine from one net to another. Check your ip address settings for your host.