exim: Completely review the exim configuration.
[matthijs/servers/drsnuggles.git] / etc / exim4 / conf.d / router / 100_exim4-config_domain_literal
diff --git a/etc/exim4/conf.d/router/100_exim4-config_domain_literal b/etc/exim4/conf.d/router/100_exim4-config_domain_literal
deleted file mode 100644 (file)
index 244b479..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-
-### router/100_exim4-config_domain_literal
-#################################
-
-# This router handles e-mail addresses in "domain literal" form like
-# <user@[10.11.12.13]>. The RFCs require this facility, but it is disabled
-# in the default config since it is seldomly used and frequently abused.
-# Domain literal support also needs to be enabled in the main config,
-# which is automatically done if you use the enable macro
-# MAIN_ALLOW_DOMAIN_LITERALS.
-
-.ifdef MAIN_ALLOW_DOMAIN_LITERALS
-domain_literal:
-  debug_print = "R: domain_literal for $local_part@$domain"
-  driver = ipliteral
-  domains = ! +local_domains
-  transport = remote_smtp
-.endif