From 481f09c2cacf4db1d881514ea863c135f8bd19c0 Mon Sep 17 00:00:00 2001 From: pacien Date: Fri, 14 Sep 2018 01:30:33 +0200 Subject: Parametrise spamd definition --- conf.d/010_main.conf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'conf.d/010_main.conf') diff --git a/conf.d/010_main.conf b/conf.d/010_main.conf index 4dde142..5ad88ab 100644 --- a/conf.d/010_main.conf +++ b/conf.d/010_main.conf @@ -32,6 +32,10 @@ acl_smtp_dkim = acl_mta_dkim # spamd_address = 127.0.0.1 783 # spamd_address = 127.0.0.1 11333 variant=rspamd +.ifdef SPAMD_ADDRESS +spamd_address = SPAMD_ADDRESS +.endif + # If Exim is compiled with support for TLS, you may want to enable the # following options so that Exim allows clients to make encrypted -- cgit v1.2.3