X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Fconfigure.default;h=792b3ecc1b850a288e6a28257d7cf86abbf40b67;hb=d9d29e0555e6a3bf33cc616693d98c982796201f;hp=0ccbbe85587dab805208322b1cdc0e5437f227e6;hpb=d9b2312be1c63d0bf94dfaea9c82c6def6b45884;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/configure.default b/src/src/configure.default index 0ccbbe855..792b3ecc1 100644 --- a/src/src/configure.default +++ b/src/src/configure.default @@ -542,6 +542,21 @@ dnslookup: no_more +# This alternative router can be used when you want to send all mail to a +# server which handles DNS lookups for you; an ISP will typically run such +# a server for their customers. If you uncomment "smarthost" then you +# should comment out "dnslookup" above. Setting a real hostname in route_data +# wouldn't hurt either. + +# smarthost: +# driver = manualroute +# domains = ! +local_domains +# transport = remote_smtp +# route_data = MAIL.HOSTNAME.FOR.CENTRAL.SERVER.EXAMPLE +# ignore_target_hosts = 0.0.0.0 : 127.0.0.0/8 +# no_more + + # The remaining routers handle addresses in the local domain(s), that is those # domains that are defined by "domainlist local_domains" above.