Revert "Make gerrit email server configurable"

This reverts commit 040073e7463a661340aea83da744fe5ebeb40d1f
This commit is contained in:
James E. Blair 2013-10-08 22:08:13 +00:00 committed by Gerrit Code Review
parent 6e7a877ef4
commit 1b1278ddfc
2 changed files with 0 additions and 10 deletions

View File

@ -3,7 +3,6 @@ class exim(
$queue_interval = '30m',
$queue_run_max = '5',
$queue_smtp_domains = '',
$smarthost = '',
$sysadmin = []
) {

View File

@ -606,21 +606,12 @@ mailman_router:
# If the DNS lookup fails, no further routers are tried because of the no_more
# setting, and consequently the address is unrouteable.
<% if smarthost -%>
smarthost:
driver = manualroute
domains = !+local_domains
transport = remote_smtp
route_list = * <%= smarthost %>
no_more
<% else -%>
dnslookup:
driver = dnslookup
domains = ! +local_domains
transport = remote_smtp
ignore_target_hosts = 0.0.0.0 : 127.0.0.0/8
no_more
<% end -%>
# The remaining routers handle addresses in the local domain(s), that is those
# domains that are defined by "domainlist local_domains" above.