Wouter
Verified User
I want to have the posibillity to mail to an user @ ip-adres and then it will be forwarded (all) to root (RFC1123).
So in /etc/exim.conf I have changed
to:
In /etc/virtual/domains I have added my server's IP:
(1.2.3.4 is an examply offcourse!)
And restarted Exim:
DNSREPORTS.COM says it's accepting domain literals now. But when I send an mail to postmaster@[1.2.3.4] it isn't accepted by the system.
And how should the system know where he should dump the messages? I think I'm missing something. Someone have idea's?
So in /etc/exim.conf I have changed
allow_domain_literals = false
to:
allow_domain_literals = true
In /etc/virtual/domains I have added my server's IP:
[1.2.3.4]
(1.2.3.4 is an examply offcourse!)
And restarted Exim:
/usr/local/etc/rc.d/exim restart
DNSREPORTS.COM says it's accepting domain literals now. But when I send an mail to postmaster@[1.2.3.4] it isn't accepted by the system.
And how should the system know where he should dump the messages? I think I'm missing something. Someone have idea's?