--- smeserver-denyhosts-2.6/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/denyhosts.patch2 2008-04-24 01:18:58.000000000 +0200 +++ smeserver-denyhosts-2.6/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/denyhosts 2008-04-24 01:12:17.000000000 +0200 @@ -51,4 +51,16 @@ ERR_NO_RECORD Unable to locate denyhosts record in configuration db + + SAVE + Save + + + ENABLED + Enabled + + + DISABLED + Disabled + --- smeserver-denyhosts-2.6/root/etc/e-smith/templates/etc/denyhosts.conf/ADMIN_EMAIL.patch2 2008-04-22 17:07:15.000000000 +0200 +++ smeserver-denyhosts-2.6/root/etc/e-smith/templates/etc/denyhosts.conf/ADMIN_EMAIL 2008-04-24 00:30:24.000000000 +0200 @@ -1 +1,5 @@ -ADMIN_EMAIL = admin@localhost +{ + my $ADMIN_EMAIL = ( $denyhosts{'AdminEmail'} || 'admin@localhost'); + $OUT="ADMIN_EMAIL = $ADMIN_EMAIL "; + +} --- smeserver-denyhosts-2.6/root/etc/e-smith/templates/etc/denyhosts.conf/SMTP_FROM.patch2 2008-04-22 17:07:15.000000000 +0200 +++ smeserver-denyhosts-2.6/root/etc/e-smith/templates/etc/denyhosts.conf/SMTP_FROM 2008-04-23 23:39:34.000000000 +0200 @@ -1 +1 @@ -SMTP_FROM = DenyHosts +SMTP_FROM = DenyHosts