diff options
author | Andrey Igoshin <ai@vsu.ru> | 2018-05-06 16:35:37 +0300 |
---|---|---|
committer | Andrey Igoshin <ai@vsu.ru> | 2018-05-06 16:35:37 +0300 |
commit | 8d637ed84fc810ddc4eac93f682fbeb1094a9a01 (patch) | |
tree | 4d8c9a52fe52245b58e1c56ff91dc67d9797ffae /conf/cgp.inc | |
parent | a3191bd7b34d3373d151827a6e6592ea82084747 (diff) | |
download | rspamd-8d637ed84fc810ddc4eac93f682fbeb1094a9a01.tar.gz rspamd-8d637ed84fc810ddc4eac93f682fbeb1094a9a01.zip |
[Feature] support for CommuniGate Pro self-generated messages
Diffstat (limited to 'conf/cgp.inc')
-rw-r--r-- | conf/cgp.inc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/conf/cgp.inc b/conf/cgp.inc new file mode 100644 index 000000000..fd71fa5a6 --- /dev/null +++ b/conf/cgp.inc @@ -0,0 +1,11 @@ +arc { + sign_networks = [127.2.4.7]; +} + +dkim_signing { + sign_networks = [127.2.4.7]; +} + +options { + local_addrs = [127.2.4.7]; +} |