[Exim] accept ip-literals

Top Page
Delete this message
Reply to this message
Author: Tommi Maekitalo
Date:  
To: exim-users
Subject: [Exim] accept ip-literals
Hi,

I need to configure exim 4 to accept IP-literals. I set the option
"allow_domain_literals" and set up the "domain_literal"-router. But it
only accepts IP-literals to remote-smtp. I tried to reroute the domain
to my local domain. It works in adress-testing-mode (-bt) but not when
running as a daemon, because acls deny with error "550 relay not permitted".

Here is my domain-literal router:
domain_literal:
debug_print = "R: domain_literal for $local_part@$domain"
driver = ipliteral
transport = remote_smtp
self = reroute: my-local-domain

Testing with "exim -bt postmaster@???" confirms, that it routes
correctly to me (when tested with the real-IP of this host). But when
sending to that address I get this 550-error.


Tommi Mäkitalo