Skip to content

Commit ce64120

Browse files
committed
smarthost examples
1 parent 349308e commit ce64120

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

install/0.9.8/rhel/exim.conf

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -174,22 +174,20 @@ dovecot_login:
174174
##########################################################################
175175
begin routers
176176
##########################################################################
177+
#smarthost:
178+
# driver = manualroute
179+
# domains = ! +local_domains
180+
# transport = remote_smtp
181+
# route_list = * smartrelay.vestacp.com
182+
# no_more
183+
# no_verify
184+
177185
dnslookup:
178186
driver = dnslookup
179187
domains = !+local_domains
180188
transport = remote_smtp
181-
# ignore_target_hosts = 0.0.0.0 : 127.0.0.0/8
182189
no_more
183190

184-
#system_aliases:
185-
# domains = +local_domains
186-
# driver = redirect
187-
# allow_fail
188-
# allow_defer
189-
# data = ${lookup{$local_part}lsearch{/etc/aliases}}
190-
# file_transport = address_file
191-
# pipe_transport = address_pipe
192-
193191
userforward:
194192
driver = redirect
195193
check_local_user
@@ -226,7 +224,6 @@ aliases:
226224
pipe_transport = address_pipe
227225
unseen
228226

229-
230227
localuser_spam:
231228
driver = accept
232229
transport = local_spam_delivery

0 commit comments

Comments
 (0)