This commit is contained in:
19
exim.conf.m4
19
exim.conf.m4
@@ -23,11 +23,20 @@ acl_smtp_rcpt = acl_check_rcpt
|
|||||||
|
|
||||||
tls_advertise_hosts =
|
tls_advertise_hosts =
|
||||||
|
|
||||||
begin routers
|
|
||||||
ifelse(SMARTHOST, `', `dnl
|
ifelse(SMARTHOST, `', `dnl
|
||||||
# no smarthost
|
# without smarthost
|
||||||
', `dnl
|
begin routers
|
||||||
|
dnslookup:
|
||||||
|
driver = dnslookup
|
||||||
|
domains = *
|
||||||
|
transport = remote_smtp
|
||||||
|
|
||||||
|
begin transports
|
||||||
|
driver = smtp
|
||||||
|
|
||||||
|
', `dnl
|
||||||
|
# with smarthost
|
||||||
|
begin routers
|
||||||
smarthost_route:
|
smarthost_route:
|
||||||
driver = manualroute
|
driver = manualroute
|
||||||
domains = *
|
domains = *
|
||||||
@@ -35,8 +44,8 @@ smarthost_route:
|
|||||||
route_list = * SMARTHOST
|
route_list = * SMARTHOST
|
||||||
|
|
||||||
begin transports
|
begin transports
|
||||||
smtp:
|
smarthost_smtp:
|
||||||
driver = smarthost_smtp
|
driver = smtp
|
||||||
port = 25
|
port = 25
|
||||||
multi_domain
|
multi_domain
|
||||||
ifelse(SMARTHOST_USER, `', `', `dnl
|
ifelse(SMARTHOST_USER, `', `', `dnl
|
||||||
|
|||||||
Reference in New Issue
Block a user