test m4 change 2
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-01-15 13:39:17 +01:00
parent 0a65e0e7db
commit a156b54c1f

View File

@@ -23,11 +23,20 @@ acl_smtp_rcpt = acl_check_rcpt
tls_advertise_hosts =
begin routers
ifelse(SMARTHOST, `', `dnl
# no smarthost
', `dnl
# without smarthost
begin routers
dnslookup:
driver = dnslookup
domains = *
transport = remote_smtp
begin transports
driver = smtp
', `dnl
# with smarthost
begin routers
smarthost_route:
driver = manualroute
domains = *
@@ -35,8 +44,8 @@ smarthost_route:
route_list = * SMARTHOST
begin transports
smtp:
driver = smarthost_smtp
smarthost_smtp:
driver = smtp
port = 25
multi_domain
ifelse(SMARTHOST_USER, `', `', `dnl