Import Debian changes 4.89-2+deb9u4
[hcoop/debian/exim4.git] / debian / debconf / conf.d / router / 100_exim4-config_domain_literal
CommitLineData
de45f55a
AM
1
2### router/100_exim4-config_domain_literal
3#################################
4
5# This router handles e-mail addresses in "domain literal" form like
6# <user@[10.11.12.13]>. The RFCs require this facility, but it is disabled
0baa7b9d 7# in the default config since it is rarely used and frequently abused.
de45f55a
AM
8# Domain literal support also needs to be enabled in the main config,
9# which is automatically done if you use the enable macro
10# MAIN_ALLOW_DOMAIN_LITERALS.
11
12.ifdef MAIN_ALLOW_DOMAIN_LITERALS
13domain_literal:
14 debug_print = "R: domain_literal for $local_part@$domain"
15 driver = ipliteral
16 domains = ! +local_domains
17 transport = remote_smtp
18.endif