Squirrelmail cannot send mails to own domain

Wouter

Verified User
Joined
Jun 15, 2005
Messages
85
Location
The Netherlands
When I use Squirrelmail I can't send e-mails to e-mailadresses ending with the same domain as the e-mailadresse i'm sending with.

Horde doesn't give any problems with it. Does someone know how I can solve this?
 
Nothing (very strange), the only thing that's happening is that I get 2 error messages in the serveradmin-box.

The original message was received at Sun, 19 Jun 2005 21:09:40 +0200 (CEST)
from localhost [127.0.0.1]

----- The following addresses had permanent fatal errors -----
<[email protected]>
(reason: 553 5.3.5 system config error)

----- Transcript of session follows -----
553 5.3.5 mail.me.com. config error: mail loops back to me (MX problem?)
554 5.3.5 Local configuration error

and:

The original message was received at Sun, 19 Jun 2005 21:09:40 +0200 (CEST)
from localhost
with id <id>

----- The following addresses had permanent fatal errors -----
<[email protected]>

----- Transcript of session follows -----
554 5.3.5 Local configuration error

I don't think it's an MX problem or other problem with the mailserver, because Horde is working fine. I'm for 99,99% sure it's something in Squirrelmail.
 
Mail loops back to me...

That usually means that MX points email for the site to the same server, but the server isn't authoritative for the site.

What do you get when you run:

nslookup
set querytype=mx
example.com

If the MX points to a domain name that resolves to an ip on your server, then make sure there's a directory for the domain at /etc/virtual/

Jeff
 
Didn't get 1.4.5 working, so I have reinstalled 1.4.4. and that's working. I will wait for the final of 1.4.5. Thanks anyway.
 
Back
Top