Problems with e-mail

Wouter

Verified User
Joined
Jun 15, 2005
Messages
85
Location
The Netherlands
After my e-mail problems last week (http://directadmin.com/forum/showthread.php?s=&threadid=8877) I have again problems with the e-mail server.

The problem: When I send an message with the SMTP service to a domain that is running on the same server it won't sent (before reboot/update it did without any problems!). Also the .forward file of root (/root/.forward) isn't working anymore (because it's forwarded to a local domain).

This is happening after a reboot for a userland and kernel upgrade on my FreeBSD-box (to FreeBSD 5.4-p4).

I have updated the exim.conf already, and I have followed the steps that solves my problem last week but with no luck this time :(.

When I open /var/log/maillog:

Jul 6 23:27:38 server01 sendmail[1346]: j66LRcHI001346: from=wouter, size=38, class=0, nrcpts=1, msgid=<200507062127.j66LRcHI001346@HOSTNAME>, relay=root@localhost
Jul 6 23:27:38 server01 sm-mta[1347]: j66LRc5X001347: from=<wouter@HOSTNAME>, size=414, class=0, nrcpts=1, msgid=<200507062127.j66LRcHI001346@HOSTNAME>, proto=ESMTP, daemon=Daemon0, relay=localhost [127.0.0.1]
Jul 6 23:27:38 server01 sendmail[1346]: j66LRcHI001346: to=gdhgjdhgjd@LOCAL-DOMAIN, ctladdr=wouter (1001/1001), delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=30038, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (j66LRc5X001347 Message accepted for delivery)
Jul 6 23:27:38 server01 sm-mta[1349]: j66LRc5X001347: SYSERR(root): mail.LOCALDOMAIN. config error: mail loops back to me (MX problem?)
Jul 6 23:27:38 server01 sm-mta[1349]: j66LRc5X001347: to=<gdhgjdhgjd@LOCALDOMAIN>, ctladdr=<wouter@HOSTNAME> (1001/1001), delay=00:00:00, xdelay=00:00:00, mailer=esmtp, pri=30414, relay=mail.LOCALDOMAIN. [IP], dsn=5.3.5, stat=Local configuration error
Jul 6 23:27:38 server01 sm-mta[1349]: j66LRc5X001347: j66LRc5X001349: DSN: Local configuration error

Nothing special in /var/log/exim/mainlog. But in /var/log/exim/paniclog:

ul 6 00:00:00 HOSTNAME newsyslog[98407]: logfile turned over

Note: in logfiles where HOSTNAME is is my real hostname, where IP is is my real IP and where LOCALDOMAIN is is a real domain running on the same server.

Someone can help me please???
:( Thanks in advance!
 
On advice of John I have reinstalled Exim, all is working now expect forwarders that are set using DA. It doesn't help if I remove a forwarder and then re-add it. It is still not working after that.

In /var/log/exim/mainlog:

2005-07-07 10:45:34 1DqS0k-0000L1-O9 <= [email protected] H=xxxxxxxxxxxxxxxxxxxxxx [xxx.xxx.xxx.xxx] P=esmtp S=2493 id=20050707084531.GMNP8289.xxxxxxxxxxxxxxxxxxxxxx@PC T="TOUSER" from <[email protected]> for TOUSER@LOCALDOMAIN
2005-07-07 10:45:35 1DqS0k-0000L4-SI <= [email protected] U=mail P=spam-scanned S=2881 id=20050707084531.GMNP8289.xxxxxxxxxxxxxxxxxxxxxx@PC T="TOUSER" from <[email protected]> for TOUSER@LOCALDOMAIN
2005-07-07 10:45:35 1DqS0k-0000L4-SI => MYUSERNAME <TOUSER@LOCALDOMAIN> F=<[email protected]> R=localuser T=local_delivery S=3058
2005-07-07 10:45:35 1DqS0k-0000L4-SI Completed
2005-07-07 10:45:35 1DqS0k-0000L1-O9 => TOUSER <TOUSER@LOCALDOMAIN> F=<[email protected]> R=spamcheck_director T=spamcheck S=2793
2005-07-07 10:45:35 1DqS0k-0000L1-O9 Completed

Nothing special as far as I can see, the problem is he sends the e-mail that have forwarders to an old adresse witch I have used in /root/.forward file when that wasn't working with a local domain.....
 
Back
Top