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
# [EMAIL PROTECTED] ...
# ...
.ifdef MAIN_ALLOW_DOMAIN_LITERALS
domain_literal:
debug_print = "R: domain_literal for [EMAIL PROTECTED]"
...
.endif
I hope this would help to me use "literal" domains to send messages to
recepients (also exim4) on my LAN without mx record.
--
## List details at http://www.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/