satellite.m4: Apply `/etc/aliases' to master-domain-qualified addresses.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 16 May 2024 01:04:25 +0000 (02:04 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 16 May 2024 01:04:25 +0000 (02:04 +0100)
It's not much good otherwise.

satellite.m4

index cae7066..b56b336 100644 (file)
@@ -28,7 +28,7 @@ SECTION(acl, connect-hooks)m4_dnl
 
 SECTION(routers, alias-opts)m4_dnl
        ## Only expand aliases for our home domain.
-       domains = +thishost
+       domains = CONF_master_domain : +thishost
 
 SECTION(routers, smarthost)m4_dnl
 satellite: