mirror of https://github.com/rspamd/rspamd.git
Rapid spam filtering system
https://rspamd.com/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
365 B
17 lines
365 B
# 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];
|
|
}
|