From 0e14d8103409a04393892004bca4a1afee9a5616 Mon Sep 17 00:00:00 2001 From: Andrew Lewis Date: Tue, 2 Sep 2025 13:27:46 +0200 Subject: [PATCH] [Minor] Remove cgp.inc from configuration --- conf/cgp.inc | 17 ----------------- conf/rspamd.conf | 3 --- 2 files changed, 20 deletions(-) delete mode 100644 conf/cgp.inc diff --git a/conf/cgp.inc b/conf/cgp.inc deleted file mode 100644 index 436713cff7..0000000000 --- a/conf/cgp.inc +++ /dev/null @@ -1,17 +0,0 @@ -# Please don't modify this file as your changes might be overwritten with -# the next update. -# -# This file defines some specific settings that are applicable merely when using -# CommuniGate Pro MTA and it's specific integration - -arc { - sign_networks = [127.2.4.7]; -} - -dkim_signing { - sign_networks = [127.2.4.7]; -} - -options { - local_addrs = [127.2.4.7]; -} diff --git a/conf/rspamd.conf b/conf/rspamd.conf index 6f07e7eec8..f2ed0a0f51 100644 --- a/conf/rspamd.conf +++ b/conf/rspamd.conf @@ -30,9 +30,6 @@ lang_detection { .include(try=true; priority=10) "$LOCAL_CONFDIR/override.d/lang_detection.inc" } -.include(try=true; duplicate=merge) "$CONFDIR/cgp.inc" -.include(try=true; priority=1,duplicate=merge) "$LOCAL_CONFDIR/local.d/cgp.inc" - logging { type = "file"; filename = "$LOGDIR/rspamd.log"; -- 2.47.3