diff options
Diffstat (limited to 'conf/modules.d/once_received.conf')
-rw-r--r-- | conf/modules.d/once_received.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/conf/modules.d/once_received.conf b/conf/modules.d/once_received.conf new file mode 100644 index 000000000..e0f7cd2b2 --- /dev/null +++ b/conf/modules.d/once_received.conf @@ -0,0 +1,8 @@ +once_received { + .include(try=true,priority=1) "${DBDIR}/dynamic/once_received.conf" + good_host = "mail"; + bad_host = "static"; + bad_host = "dynamic"; + symbol_strict = "ONCE_RECEIVED_STRICT"; + symbol = "ONCE_RECEIVED"; +} |