Hi everybody,
I'm installing a webmail server with Squirrel, Exim4 and Spamassassin. I have been doing lots of investigation and several configurations to get where I am. I can send mails to almost all hosts (I will solve the rest when solved the first problem) and receive from them (including that ones to where i cannot send).
The first problem is:
When I send a mail, it sends everything, but the browser gets no response from Squirrel, so it stays waiting for connection.
What is happening?
Code:
/var/log/exim4/mainlog says:
2007-07-08 18:41:35 1I7ZpG-00084c-2p <= user@mydomain.com H=localhost [127.0.0.1] U=emi P=esmtp S=697
2007-07-08 18:41:36 1I7ZpG-00084c-2p => user <user@mydomain.com> R=local_user T=maildir_home
2007-07-08 18:41:36 1I7ZpG-00084c-2p Completed
And the second problem is that don't recognize some others domains, as said in mainlog when trying to queue mails:
Code:
2007-07-08 18:52:42 1I7YGn-0000fT-G6 == user@otherdomain.com R=dnslookup_relay_to_domains defer (-1): host lookup did not complete
2007-07-08 18:52:42 1I7Y8u-0000AF-Nm == user@www.mydomain.com R=dnslookup_relay_to_domains T=remote_smtp defer (111): Connection refused
2007-07-08 18:52:42 1I7MCl-0001Xu-5X == user@otherdomain.com routing defer (-51): retry time not reached
Note the difference on mydomain.com and
www.mydomain.com (the second has
www.).
I think this second problem is a BIND9 problem. My server also serves DNS, and, particularly, mydomain.com,
www.mydomain.com as master DNS and otherdomain.com,
www.otherdomain.com as slave DNS.
I'm using:
Debian Lenny (just upgraded today from etch)
Linux myhost 2.6.18-4-amd64 #1 SMP Fri May 4 00:37:33 UTC 2007 x86_64 GNU/Linux
Exim4 4.67-1
SpamAssassin 3.2.1-2
SquirrelMail 1.4.9a-2
Bind9 9.4.1-1+b1
If you know which logs and config files are needed to do a better response, tell me and I'll post them.
Thanks in advance.
emi