I have a problem with exim4.
I have 2 virtual machines, wich have debian. Exim4 is installed.
Now i would like to try to send a Mail from Computer 1 (192.168.0.11) to Computer 2 (192.168.0.16). Both Computers are in the Network of the UTM (192.168.0.1)
I give Computer 1 the Command:
echo “Das ist ein Test, ob das Versenden von E-Mails funktioniert.” | mail -s Test root@192.168.0.16
The log (/var/log/exim4/mainlog) of computer 1 says:
2014-09-03 09:07:22 no host name found for IP address 192.168.0.1
2014-09-03 09:07:22 1XP4f4-00055k-Qe <> H=(admin) [192.168.0.1] P=esmtp S=1580 id=E1XP4e4-0002xB-37@admin
2014-09-03 09:07:23 1XP4f4-00055k-Qe => root@debian-mail.local2 R=smarthost T=remote_smtp_smarthost H=192.168.0.1 [192.168.0.1] X=TLS1.1:RSA_AES_128_CBC_SHA1:128 DN="C=de,L=Karlsruhe,O=Sophos,CN=admin"
2014-09-03 09:07:23 1XP4f4-00055k-Qe Completed
I can't see any Problems here.
The SMTP log of the UTM says:
2014:09:03-09:12:45 admin exim-in[5051]: 2014-09-03 09:12:45 SMTP connection from [192.168.0.11]:33254 (TCP/IP connection count = 1)
2014:09:03-09:12:45 admin exim-in[11846]: 2014-09-03 09:12:45 [192.168.0.11] F= R= Accepted: from relay
2014:09:03-09:12:45 admin exim-in[11846]: 2014-09-03 09:12:45 1XP4kH-000354-1y work R=SCANNER T=SCANNER
2014:09:03-09:12:50 admin smtpd[11850]: SCANNER[11850]: 1XP4kH-000354-1y Completed
2014:09:03-09:12:50 admin exim-out[11853]: 2014-09-03 09:12:50 1XP4kM-000358-CK == root@192.168.0.16 R=dnslookup defer (-1): host lookup did not complete
2014:09:03-09:13:00 admin exim-out[11868]: 2014-09-03 09:13:00 Start queue run: pid=11868
2014:09:03-09:13:00 admin exim-out[11869]: 2014-09-03 09:13:00 1XP4Tu-0002jb-2h == root@192.168.0.16 routing defer (-51): retry time not reached
2014:09:03-09:13:00 admin exim-out[11870]: 2014-09-03 09:13:00 1XOpRe-0008UG-FA == root@192.168.0.16 routing defer (-51): retry time not reached
2014:09:03-09:13:00 admin exim-out[11871]: 2014-09-03 09:13:00 1XOjGG-0001cv-A9 == emin.goeker@sophos.com R=dnslookup T=remote_smtp defer (-53): retry time not reached for any host
2014:09:03-09:13:00 admin exim-out[11873]: 2014-09-03 09:13:00 1XOwRC-0000eM-Ds == emin-97@web.de R=dnslookup T=remote_smtp defer (-53): retry time not reached for any host
2014:09:03-09:13:00 admin exim-out[11875]: 2014-09-03 09:13:00 1XOpVg-00007Q-2i == root@192.168.0.16 routing defer (-51): retry time not reached
2014:09:03-09:13:00 admin exim-out[11876]: 2014-09-03 09:13:00 1XOjIg-0001YV-Cr == emin.goeker@sophos.com R=dnslookup T=remote_smtp defer (-53): retry time not reached for any host
2014:09:03-09:13:00 admin exim-out[11878]: 2014-09-03 09:13:00 1XOZxe-0002f4-I9 == *********@web.de R=dnslookup T=remote_smtp defer (-53): retry time not reached for any host
2014:09:03-09:13:00 admin exim-out[11880]: 2014-09-03 09:13:00 1XP4kM-000358-CK == root@192.168.0.16 routing defer (-51): retry time not reached
2014:09:03-09:13:00 admin exim-out[11868]: 2014-09-03 09:13:00 End queue run: pid=11868
2014:09:03-09:13:19 admin smtpd[11850]: SCANNER[11850]: Nothing to do, exiting.
After 5 Minutes, the exim4 Mainlog of Computer 2 says:
2014-09-03 09:07:43 no host name found for IP address 192.168.0.1
2014-09-03 09:07:43 1XP4fP-0001Fe-7x <> H=(admin) [192.168.0.1] P=esmtp S=1950 id=E1XP4e4-0002xB-37@admin
2014-09-03 09:07:43 1XP4fP-0001Fe-7x => mailserver R=local_user T=mail_spool
2014-09-03 09:07:43 1XP4fP-0001Fe-7x Completed
Thanks for your help
EminGoeker
*Sorry for my bad english
This thread was automatically locked due to age.