From b5753ece302dce0bf14bd5fd2a87877bfd3864f6 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 29 Jan 2006 00:00:00 +0000 Subject: Add reply support --- packages/spamd.inc | 8 ++++---- packages/spamd_settings.xml | 13 +++++++++++++ 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/packages/spamd.inc b/packages/spamd.inc index 897aaeda..514dd9d9 100644 --- a/packages/spamd.inc +++ b/packages/spamd.inc @@ -63,14 +63,16 @@ function sync_package_spamd() { if($ss['delaysecs'] <> "") $delaysecs = " -s " . $ss['delaysecs']; if($ss['window'] <> "") - $window = " -w " . $ss['window']; + $window = " -w " . $ss['window']; + if($ss['replysmtperror'] <> "") + $replysmtperror = " -r " . $ss['replysmtperror']; } } $start = "/usr/local/sbin/spamd-setup &\n" . "/sbin/pflogd &\n" . "/sbin/mount_fdescfs fdescfs /dev/fd\n" . "/usr/local/libexec/spamlogd &\n" . - "/usr/local/libexec/spamd {$passtime}{$identifier}{$greylisting}{$maxcon}{$maxblack}{$window} -b 127.0.0.1 &\n" . + "/usr/local/libexec/spamd {$passtime}{$identifier}{$greylisting}{$maxcon}{$maxblack}{$window}{$replysmtperror} -b 127.0.0.1 &\n" . "/usr/local/libexec/spamlogd\n"; $stop = "/usr/bin/killall spamd-setup\n" . "/usr/bin/killall spamlogd\n" . @@ -85,8 +87,6 @@ function sync_package_spamd() { ); conf_mount_ro(); config_unlock(); - stop_service("spamd"); - sleep(3); start_service("spamd"); } diff --git a/packages/spamd_settings.xml b/packages/spamd_settings.xml index b7c3a1de..4e9fb0ab 100644 --- a/packages/spamd_settings.xml +++ b/packages/spamd_settings.xml @@ -91,6 +91,19 @@ Set the socket receive buffer to this many bytes, adjusting the window size. input + + + Reply SMTP error + replysmtperror + The SMTP error to return to the spammer, i.e. 450, 451, 550. This defaults to 450. + select + 450 + 1 + + + + + NextMTA -- cgit v1.2.3