Re: [exim] exim4 - configuration - howto

Pàgina inicial
Delete this message
Reply to this message
Autor: mailer.tovis
Data:  
A: exim-users
Assumpte: Re: [exim] exim4 - configuration - howto

>
>> How to use the macro called "MAIN_ALLOW_DOMAIN_LITERALS" in router
>> literal?
>
> There is no such macro in the default configuration file.
>
> Tony.
> --

MAIN_ALLOW_DOMAIN_LITERALS - reside in
/etc/exim4/conf.d/router/100_exim4_config_domain_literal - and it should be
"enabled" somehow to use this router.
# This router handles e-mail addresses in "domain literal" form like
# user@10.11.12.13. ...
# ...

.ifdef MAIN_ALLOW_DOMAIN_LITERALS
domain_literal:
debug_print = "R: domain_literal for $local_part@$domain"
...
.endif

I hope this would help to me use "literal" domains to send messages to
recepients (also exim4) on my LAN without mx record.