initial commit of file from CVS for smeserver-fail2ban on Sat Sep 7 19:53:17 AEST 2024
This commit is contained in:
1
root/etc/e-smith/db/configuration/defaults/fail2ban/Mail
Normal file
1
root/etc/e-smith/db/configuration/defaults/fail2ban/Mail
Normal file
@@ -0,0 +1 @@
|
||||
enabled
|
@@ -0,0 +1 @@
|
||||
enabled
|
1
root/etc/e-smith/db/configuration/defaults/fail2ban/type
Normal file
1
root/etc/e-smith/db/configuration/defaults/fail2ban/type
Normal file
@@ -0,0 +1 @@
|
||||
service
|
32
root/etc/e-smith/events/actions/fail2ban-resume-logs
Normal file
32
root/etc/e-smith/events/actions/fail2ban-resume-logs
Normal file
@@ -0,0 +1,32 @@
|
||||
#!/bin/sh
|
||||
|
||||
STATUS=$(/sbin/e-smith/db configuration getprop fail2ban status || echo disabled)
|
||||
if [ "$STATUS" != "enabled" ]; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
sleep 1
|
||||
# Makes sure /var/log/httpd/error_log is not a dangling symlink
|
||||
[ -e /var/log/httpd/error_log ] || touch /var/log/httpd/error_log
|
||||
for JAIL in http-overflows http-noscript http-scan http-auth; do
|
||||
/usr/bin/fail2ban-client status $JAIL > /dev/null 2>&1
|
||||
if [ $? -eq 0 ]; then
|
||||
/usr/bin/fail2ban-client set $JAIL addlogpath /var/log/httpd/error_log
|
||||
fi
|
||||
done
|
||||
|
||||
[ -e /var/log/secure ] || touch /var/log/secure
|
||||
for JAIL in pam-generic ftp; do
|
||||
/usr/bin/fail2ban-client status $JAIL > /dev/null 2>&1
|
||||
if [ $? -eq 0 ]; then
|
||||
/usr/bin/fail2ban-client set $JAIL addlogpath /var/log/secure
|
||||
fi
|
||||
done
|
||||
|
||||
[ -e /var/log/messages ] || touch /var/log/messages
|
||||
for JAIL in lemonldap; do
|
||||
/usr/bin/fail2ban-client status $JAIL > /dev/null 2>&1
|
||||
if [ $? -eq 0 ]; then
|
||||
/usr/bin/fail2ban-client set $JAIL addlogpath /var/log/messages
|
||||
fi
|
||||
done
|
27
root/etc/e-smith/events/actions/fail2ban-suspend-logs
Normal file
27
root/etc/e-smith/events/actions/fail2ban-suspend-logs
Normal file
@@ -0,0 +1,27 @@
|
||||
#!/bin/sh
|
||||
|
||||
STATUS=$(/sbin/e-smith/db configuration getprop fail2ban status || echo disabled)
|
||||
if [ "$STATUS" != "enabled" ]; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
for JAIL in http-overflows http-noscript http-scan http-auth; do
|
||||
/usr/bin/fail2ban-client status $JAIL > /dev/null 2>&1
|
||||
if [ $? -eq 0 ]; then
|
||||
/usr/bin/fail2ban-client set $JAIL dellogpath /var/log/httpd/error_log
|
||||
fi
|
||||
done
|
||||
|
||||
for JAIL in pam-generic ftp; do
|
||||
/usr/bin/fail2ban-client status $JAIL > /dev/null 2>&1
|
||||
if [ $? -eq 0 ]; then
|
||||
/usr/bin/fail2ban-client set $JAIL dellogpath /var/log/secure
|
||||
fi
|
||||
done
|
||||
|
||||
for JAIL in lemonldap; do
|
||||
/usr/bin/fail2ban-client status $JAIL > /dev/null 2>&1
|
||||
if [ $? -eq 0 ]; then
|
||||
/usr/bin/fail2ban-client set $JAIL dellogpath /var/log/messages
|
||||
fi
|
||||
done
|
196
root/etc/e-smith/locale/bg/etc/e-smith/web/functions/fail2ban
Normal file
196
root/etc/e-smith/locale/bg/etc/e-smith/web/functions/fail2ban
Normal file
@@ -0,0 +1,196 @@
|
||||
<lexicon lang="bg">
|
||||
<entry>
|
||||
<base>SERVICE_STATUS</base>
|
||||
<trans>Състояние на услугата на Fail2ban.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>STATUS</base>
|
||||
<trans>Състояние</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterLocalNetworks_STATUS</base>
|
||||
<trans>Сложи в бял списък всички дефинирани локални мрежи.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterLocalNetworks</base>
|
||||
<trans>Статус на FilterLocalNetworks</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterValidRemoteHosts_STATUS</base>
|
||||
<trans>Поставяне в белия списък на всички оторизирани отдалечени хостове, на които е позволено да достъпват server-manager.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterValidRemoteHosts</base>
|
||||
<trans>Състояние на FilterValidRemoteHosts</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>BANTIME</base>
|
||||
<trans>Задайте стандартното време забрана за затворите (първоначално стандарта е 1800 секунди).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT_BANTIME</base>
|
||||
<trans>Време за забрана</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FINDTIME</base>
|
||||
<trans>>Задайте стандартното време за откриване за затворите първоначално стандарта е 900 секунди).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT_FINDTIME</base>
|
||||
<trans>Време за откриване</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAXRETRY</base>
|
||||
<trans>Задайте стандартния максимален брой опити преди поставяне на забрана (първоначално стандарта е 3).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT_MAXRETRY</base>
|
||||
<trans>Макс. опити</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SSHD_STATUS</base>
|
||||
<trans>Състояние на sshd затвор.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SSHD</base>
|
||||
<trans>sshd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>QPSMTPD_STATUS</base>
|
||||
<trans>Състояние на затвора на qpsmtpd (входяща поща).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>QPSMTPD</base>
|
||||
<trans>qpsmtpd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>IMAP_STATUS</base>
|
||||
<trans>Състояние на затвора на dovecot (imap услугата за изтегляне на поща).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>IMAP</base>
|
||||
<trans>dovecot</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>HTTPD_STATUS</base>
|
||||
<trans>Състояние на затвора на httpd. Няколко възможности за включени тук едновремено.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>HTTPD</base>
|
||||
<trans>httpd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FTP_STATUS</base>
|
||||
<trans>Състояние на затвора на proftpd.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FTP</base>
|
||||
<trans>proftpd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>LEMONLDAP_STATUS</base>
|
||||
<trans>Състояние на затвора на LemonLDAP, ако е инсталиран. Нищо не се изпълнява ако LemonLDAP не е инсталиран или е изключен.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>LEMONLDAP</base>
|
||||
<trans>LemonLDAP</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>EJABBERD_STATUS</base>
|
||||
<trans>Състояние на затвора на ejabberd, ако е инсталиран. Нищо няма да се стартира ако ejabberd не е инсталиран или изключен.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>EJABBERD</base>
|
||||
<trans>ejabberd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SOGOD_STATUS</base>
|
||||
<trans>Състояние на затвора на SOGO, ако е инсталиран. Нищо няма да се стартира ако SOGO не е инсталиран или изключен.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SOGOD</base>
|
||||
<trans>SOGO</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>WORDPRESS_STATUS</base>
|
||||
<trans>Статус на затворите на wordpress. Трябва да ги активирате ръчно, ако имате такива в инфо слот или като добавка на сървъра. Също, моля инсталирайте и добавките на всичките му инсталации.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>WORDPRESS</base>
|
||||
<trans>wordpress</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VALIDFROM_DESC</base>
|
||||
<trans><![CDATA[ <hr class="sectionbar" /><h2>Позволени хостове</h2> <p>Това е списък от хостове, които няма да бъдат блокирани от fail2ban.</p> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NO_ENTRIES_YET</base>
|
||||
<trans>Няма елементи</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_ADD_IP</base>
|
||||
<trans>За да добавите нова позволена мрежа въведете информацията по-долу.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ADD_IP</base>
|
||||
<trans>Оторизирана мрежа</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_ADD_BITS</base>
|
||||
<trans>За да добавите нова позволена мрежа въведете съответната маска на подмрежа като битове, напр. 22, 25 или 32.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ADD_BITS</base>
|
||||
<trans>Оторизирана подмрежа</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>CURRENT_DENY_DESC</base>
|
||||
<trans><![CDATA[ <h2>Блокирани хостове</h2> <p>Това е списък на хостове, които са блокирани в момента. ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FIRST_SEEN</base>
|
||||
<trans>Хост видян за пръв път</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESS</base>
|
||||
<trans>Новите настройки на fail2ban бяха записани.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERR_NO_RECORD</base>
|
||||
<trans>Не мога да открия записът на fail2ban в БД за конфигурация</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_STOPPING</base>
|
||||
<trans>Грешка при опит за спиране на услугата</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESS_IP</base>
|
||||
<trans>Беше махната забраната за този IP адрес</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESS_IP_WHITE</base>
|
||||
<trans>Беше махната забраната за този IP адрес и бе поставен бели списък</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_UPDATING</base>
|
||||
<trans>Не мога да махна забраната</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_UPDATING_WHITE</base>
|
||||
<trans>Не мога да махна забраната и да сложа в белия списък</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERR_EXISTS</base>
|
||||
<trans>Error: IP already in whitelist</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SEND_MAIL_STATUS</base>
|
||||
<trans>Send mail on ban</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>EMAIL</base>
|
||||
<trans>Изтриване на писмо</trans>
|
||||
</entry>
|
||||
|
||||
|
||||
</lexicon>
|
196
root/etc/e-smith/locale/da/etc/e-smith/web/functions/fail2ban
Normal file
196
root/etc/e-smith/locale/da/etc/e-smith/web/functions/fail2ban
Normal file
@@ -0,0 +1,196 @@
|
||||
<lexicon lang="da">
|
||||
<entry>
|
||||
<base>SERVICE_STATUS</base>
|
||||
<trans>Fail2ban service status.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>STATUS</base>
|
||||
<trans>Status</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterLocalNetworks_STATUS</base>
|
||||
<trans>Whitelist all the local network defined.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterLocalNetworks</base>
|
||||
<trans>FilterLocalNetworks status</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterValidRemoteHosts_STATUS</base>
|
||||
<trans>Whitelist all the authorized remote hosts allowed to acces server-manager.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterValidRemoteHosts</base>
|
||||
<trans>FilterValidRemoteHosts status</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>BANTIME</base>
|
||||
<trans>Set the default ban time for jails (Initial default is 1800 seconds).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT_BANTIME</base>
|
||||
<trans>Bantime</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FINDTIME</base>
|
||||
<trans>>Set the default find time for jails (Initial default is 900 seconds).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT_FINDTIME</base>
|
||||
<trans>Findtime</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAXRETRY</base>
|
||||
<trans>Set the default max retry allowed before being ban (Initial default is 3).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT_MAXRETRY</base>
|
||||
<trans>Maxretry</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SSHD_STATUS</base>
|
||||
<trans>Status of sshd jail.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SSHD</base>
|
||||
<trans>sshd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>QPSMTPD_STATUS</base>
|
||||
<trans>Status of qpsmtpd (incoming emails) jail.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>QPSMTPD</base>
|
||||
<trans>qpsmtpd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>IMAP_STATUS</base>
|
||||
<trans>Status of dovecot (imap service to retrieve emails) jail.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>IMAP</base>
|
||||
<trans>dovecot</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>HTTPD_STATUS</base>
|
||||
<trans>Status of httpd jails. Multiple features are enabled at once there.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>HTTPD</base>
|
||||
<trans>httpd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FTP_STATUS</base>
|
||||
<trans>Status of proftpd jail.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FTP</base>
|
||||
<trans>proftpd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>LEMONLDAP_STATUS</base>
|
||||
<trans>Status of LemonLDAP jail, if installed. Nothing is running if LemonLDAP is not installed or disabled.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>LEMONLDAP</base>
|
||||
<trans>LemonLDAP</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>EJABBERD_STATUS</base>
|
||||
<trans>Status of ejabberd jail, if installed. Nothing is running if ejabberd is not installed or disabled.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>EJABBERD</base>
|
||||
<trans>ejabberd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SOGOD_STATUS</base>
|
||||
<trans>Status of SOGO jail, if installed. Nothing is running if SOGO is not installed or disabled.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SOGOD</base>
|
||||
<trans>SOGO</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>WORDPRESS_STATUS</base>
|
||||
<trans>Status of wordpress jails. You need to activate it manually whether you have it in an ibay or use the contrib. Please also install the plugin in all your wordpress instances.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>WORDPRESS</base>
|
||||
<trans>wordpress</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VALIDFROM_DESC</base>
|
||||
<trans><![CDATA[ <hr class="sectionbar" /><h2>Allowed Hosts</h2> <p>This is a list of hosts that will not be blocked by fail2ban.</p> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NO_ENTRIES_YET</base>
|
||||
<trans>Ingen optegnelser</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_ADD_IP</base>
|
||||
<trans>To add a new allowed network, enter the details below.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ADD_IP</base>
|
||||
<trans>Authorized network</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_ADD_BITS</base>
|
||||
<trans>To add a new allowed network, enter the associated subnet using bits eg 22, 25 or 32).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ADD_BITS</base>
|
||||
<trans>Authorized network subnet</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>CURRENT_DENY_DESC</base>
|
||||
<trans><![CDATA[ <h2>Blocked Hosts</h2> <p>This is a list of hosts that are currently blocked. ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FIRST_SEEN</base>
|
||||
<trans>Vært set første gang</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESS</base>
|
||||
<trans>The new fail2ban settings have been saved.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERR_NO_RECORD</base>
|
||||
<trans>Unable to locate fail2ban record in configuration db</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_STOPPING</base>
|
||||
<trans>Fejl under forsøg på at stoppe denne service</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESS_IP</base>
|
||||
<trans>Det følgende IP er ikke længere blokeret</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESS_IP_WHITE</base>
|
||||
<trans>Det følgende IP er ikke længere blokeret og er hvidlistet</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_UPDATING</base>
|
||||
<trans>Unable to unban</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_UPDATING_WHITE</base>
|
||||
<trans>Unable to unban and whitelist</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERR_EXISTS</base>
|
||||
<trans>Error: IP already in whitelist</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SEND_MAIL_STATUS</base>
|
||||
<trans>Send mail on ban</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>EMAIL</base>
|
||||
<trans>Slet email</trans>
|
||||
</entry>
|
||||
|
||||
|
||||
</lexicon>
|
196
root/etc/e-smith/locale/de/etc/e-smith/web/functions/fail2ban
Normal file
196
root/etc/e-smith/locale/de/etc/e-smith/web/functions/fail2ban
Normal file
@@ -0,0 +1,196 @@
|
||||
<lexicon lang="de">
|
||||
<entry>
|
||||
<base>SERVICE_STATUS</base>
|
||||
<trans>Fail2ban service status.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>STATUS</base>
|
||||
<trans>Status</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterLocalNetworks_STATUS</base>
|
||||
<trans>Whitelist all the local network defined.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterLocalNetworks</base>
|
||||
<trans>FilterLocalNetworks status</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterValidRemoteHosts_STATUS</base>
|
||||
<trans>Whitelist all the authorized remote hosts allowed to acces server-manager.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterValidRemoteHosts</base>
|
||||
<trans>FilterValidRemoteHosts status</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>BANTIME</base>
|
||||
<trans>Set the default ban time for jails (Initial default is 1800 seconds).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT_BANTIME</base>
|
||||
<trans>Bantime</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FINDTIME</base>
|
||||
<trans>>Set the default find time for jails (Initial default is 900 seconds).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT_FINDTIME</base>
|
||||
<trans>Findtime</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAXRETRY</base>
|
||||
<trans>Set the default max retry allowed before being ban (Initial default is 3).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT_MAXRETRY</base>
|
||||
<trans>Maxretry</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SSHD_STATUS</base>
|
||||
<trans>Status of sshd jail.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SSHD</base>
|
||||
<trans>sshd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>QPSMTPD_STATUS</base>
|
||||
<trans>Status of qpsmtpd (incoming emails) jail.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>QPSMTPD</base>
|
||||
<trans>qpsmtpd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>IMAP_STATUS</base>
|
||||
<trans>Status of dovecot (imap service to retrieve emails) jail.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>IMAP</base>
|
||||
<trans>dovecot</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>HTTPD_STATUS</base>
|
||||
<trans>Status of httpd jails. Multiple features are enabled at once there.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>HTTPD</base>
|
||||
<trans>httpd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FTP_STATUS</base>
|
||||
<trans>Status of proftpd jail.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FTP</base>
|
||||
<trans>proftpd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>LEMONLDAP_STATUS</base>
|
||||
<trans>Status of LemonLDAP jail, if installed. Nothing is running if LemonLDAP is not installed or disabled.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>LEMONLDAP</base>
|
||||
<trans>LemonLDAP</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>EJABBERD_STATUS</base>
|
||||
<trans>Status of ejabberd jail, if installed. Nothing is running if ejabberd is not installed or disabled.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>EJABBERD</base>
|
||||
<trans>ejabberd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SOGOD_STATUS</base>
|
||||
<trans>Status of SOGO jail, if installed. Nothing is running if SOGO is not installed or disabled.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SOGOD</base>
|
||||
<trans>SOGO</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>WORDPRESS_STATUS</base>
|
||||
<trans>Status of wordpress jails. You need to activate it manually whether you have it in an ibay or use the contrib. Please also install the plugin in all your wordpress instances.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>WORDPRESS</base>
|
||||
<trans>wordpress</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VALIDFROM_DESC</base>
|
||||
<trans><![CDATA[ <hr class="sectionbar" /><h2>Allowed Hosts</h2> <p>This is a list of hosts that will not be blocked by fail2ban.</p> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NO_ENTRIES_YET</base>
|
||||
<trans>Noch keine Einträge</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_ADD_IP</base>
|
||||
<trans>To add a new allowed network, enter the details below.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ADD_IP</base>
|
||||
<trans>Authorized network</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_ADD_BITS</base>
|
||||
<trans>To add a new allowed network, enter the associated subnet using bits eg 22, 25 or 32).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ADD_BITS</base>
|
||||
<trans>Authorized network subnet</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>CURRENT_DENY_DESC</base>
|
||||
<trans><![CDATA[ <h2>Blocked Hosts</h2> <p>This is a list of hosts that are currently blocked. ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FIRST_SEEN</base>
|
||||
<trans>Host zuerst bemerkt am</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESS</base>
|
||||
<trans>The new fail2ban settings have been saved.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERR_NO_RECORD</base>
|
||||
<trans>Unable to locate fail2ban record in configuration db</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_STOPPING</base>
|
||||
<trans>Fehler beim Versuch den service zu stoppen.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESS_IP</base>
|
||||
<trans>The following IP has been unbanned</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESS_IP_WHITE</base>
|
||||
<trans>The following IP has been unbanned and whitelisted</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_UPDATING</base>
|
||||
<trans>Unable to unban</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_UPDATING_WHITE</base>
|
||||
<trans>Unable to unban and whitelist</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERR_EXISTS</base>
|
||||
<trans>Error: IP already in whitelist</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SEND_MAIL_STATUS</base>
|
||||
<trans>Send mail on ban</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>EMAIL</base>
|
||||
<trans>E-Mail löschen</trans>
|
||||
</entry>
|
||||
|
||||
|
||||
</lexicon>
|
196
root/etc/e-smith/locale/el/etc/e-smith/web/functions/fail2ban
Normal file
196
root/etc/e-smith/locale/el/etc/e-smith/web/functions/fail2ban
Normal file
@@ -0,0 +1,196 @@
|
||||
<lexicon lang="el">
|
||||
<entry>
|
||||
<base>SERVICE_STATUS</base>
|
||||
<trans>Fail2ban service status.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>STATUS</base>
|
||||
<trans>Status</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterLocalNetworks_STATUS</base>
|
||||
<trans>Whitelist all the local network defined.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterLocalNetworks</base>
|
||||
<trans>FilterLocalNetworks status</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterValidRemoteHosts_STATUS</base>
|
||||
<trans>Whitelist all the authorized remote hosts allowed to acces server-manager.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterValidRemoteHosts</base>
|
||||
<trans>FilterValidRemoteHosts status</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>BANTIME</base>
|
||||
<trans>Set the default ban time for jails (Initial default is 1800 seconds).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT_BANTIME</base>
|
||||
<trans>Bantime</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FINDTIME</base>
|
||||
<trans>>Set the default find time for jails (Initial default is 900 seconds).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT_FINDTIME</base>
|
||||
<trans>Findtime</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAXRETRY</base>
|
||||
<trans>Set the default max retry allowed before being ban (Initial default is 3).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT_MAXRETRY</base>
|
||||
<trans>Maxretry</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SSHD_STATUS</base>
|
||||
<trans>Status of sshd jail.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SSHD</base>
|
||||
<trans>sshd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>QPSMTPD_STATUS</base>
|
||||
<trans>Status of qpsmtpd (incoming emails) jail.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>QPSMTPD</base>
|
||||
<trans>qpsmtpd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>IMAP_STATUS</base>
|
||||
<trans>Status of dovecot (imap service to retrieve emails) jail.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>IMAP</base>
|
||||
<trans>dovecot</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>HTTPD_STATUS</base>
|
||||
<trans>Status of httpd jails. Multiple features are enabled at once there.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>HTTPD</base>
|
||||
<trans>httpd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FTP_STATUS</base>
|
||||
<trans>Status of proftpd jail.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FTP</base>
|
||||
<trans>proftpd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>LEMONLDAP_STATUS</base>
|
||||
<trans>Status of LemonLDAP jail, if installed. Nothing is running if LemonLDAP is not installed or disabled.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>LEMONLDAP</base>
|
||||
<trans>LemonLDAP</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>EJABBERD_STATUS</base>
|
||||
<trans>Status of ejabberd jail, if installed. Nothing is running if ejabberd is not installed or disabled.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>EJABBERD</base>
|
||||
<trans>ejabberd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SOGOD_STATUS</base>
|
||||
<trans>Status of SOGO jail, if installed. Nothing is running if SOGO is not installed or disabled.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SOGOD</base>
|
||||
<trans>SOGO</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>WORDPRESS_STATUS</base>
|
||||
<trans>Status of wordpress jails. You need to activate it manually whether you have it in an ibay or use the contrib. Please also install the plugin in all your wordpress instances.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>WORDPRESS</base>
|
||||
<trans>wordpress</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VALIDFROM_DESC</base>
|
||||
<trans><![CDATA[ <hr class="sectionbar" /><h2>Allowed Hosts</h2> <p>This is a list of hosts that will not be blocked by fail2ban.</p> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NO_ENTRIES_YET</base>
|
||||
<trans>No Entries Yet</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_ADD_IP</base>
|
||||
<trans>To add a new allowed network, enter the details below.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ADD_IP</base>
|
||||
<trans>Authorized network</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_ADD_BITS</base>
|
||||
<trans>To add a new allowed network, enter the associated subnet using bits eg 22, 25 or 32).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ADD_BITS</base>
|
||||
<trans>Authorized network subnet</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>CURRENT_DENY_DESC</base>
|
||||
<trans><![CDATA[ <h2>Blocked Hosts</h2> <p>This is a list of hosts that are currently blocked. ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FIRST_SEEN</base>
|
||||
<trans>Host first seen</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESS</base>
|
||||
<trans>The new fail2ban settings have been saved.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERR_NO_RECORD</base>
|
||||
<trans>Unable to locate fail2ban record in configuration db</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_STOPPING</base>
|
||||
<trans>Error while trying to stop service</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESS_IP</base>
|
||||
<trans>The following IP has been unbanned</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESS_IP_WHITE</base>
|
||||
<trans>The following IP has been unbanned and whitelisted</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_UPDATING</base>
|
||||
<trans>Unable to unban</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_UPDATING_WHITE</base>
|
||||
<trans>Unable to unban and whitelist</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERR_EXISTS</base>
|
||||
<trans>Error: IP already in whitelist</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SEND_MAIL_STATUS</base>
|
||||
<trans>Send mail on ban</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>EMAIL</base>
|
||||
<trans>Email</trans>
|
||||
</entry>
|
||||
|
||||
|
||||
</lexicon>
|
204
root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/fail2ban
Normal file
204
root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/fail2ban
Normal file
@@ -0,0 +1,204 @@
|
||||
<lexicon lang="en-us">
|
||||
<entry>
|
||||
<base>SERVICE_STATUS</base>
|
||||
<trans>Fail2ban service status.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>STATUS</base>
|
||||
<trans>Status</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterLocalNetworks_STATUS</base>
|
||||
<trans>Whitelist all the local network defined.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterLocalNetworks</base>
|
||||
<trans>FilterLocalNetworks status</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterValidRemoteHosts_STATUS</base>
|
||||
<trans>Whitelist all the authorized remote hosts allowed to acces server-manager.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterValidRemoteHosts</base>
|
||||
<trans>FilterValidRemoteHosts status</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>BANTIME</base>
|
||||
<trans>Set the default ban time for jails (Initial default is 1800 seconds).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT_BANTIME</base>
|
||||
<trans>Bantime</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FINDTIME</base>
|
||||
<trans>>Set the default find time for jails (Initial default is 900 seconds).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT_FINDTIME</base>
|
||||
<trans>Findtime</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAXRETRY</base>
|
||||
<trans>Set the default max retry allowed before being ban (Initial default is 3).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT_MAXRETRY</base>
|
||||
<trans>Maxretry</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SSHD_STATUS</base>
|
||||
<trans>Status of sshd jail.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SSHD</base>
|
||||
<trans>sshd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>QPSMTPD_STATUS</base>
|
||||
<trans>Status of qpsmtpd (incoming emails) jail.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>QPSMTPD</base>
|
||||
<trans>qpsmtpd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>IMAP_STATUS</base>
|
||||
<trans>Status of dovecot (imap service to retrieve emails) jail.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>IMAP</base>
|
||||
<trans>dovecot</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>HTTPD_STATUS</base>
|
||||
<trans>Status of httpd jails. Multiple features are enabled at once there.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>HTTPD</base>
|
||||
<trans>httpd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FTP_STATUS</base>
|
||||
<trans>Status of proftpd jail.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FTP</base>
|
||||
<trans>proftpd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>LEMONLDAP_STATUS</base>
|
||||
<trans>Status of LemonLDAP jail, if installed. Nothing is running if LemonLDAP is not installed or disabled.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>LEMONLDAP</base>
|
||||
<trans>LemonLDAP</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>EJABBERD_STATUS</base>
|
||||
<trans>Status of ejabberd jail, if installed. Nothing is running if ejabberd is not installed or disabled.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>EJABBERD</base>
|
||||
<trans>ejabberd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SOGOD_STATUS</base>
|
||||
<trans>Status of SOGO jail, if installed. Nothing is running if SOGO is not installed or disabled.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SOGOD</base>
|
||||
<trans>SOGO</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>WORDPRESS_STATUS</base>
|
||||
<trans>Status of wordpress jails. You need to activate it manually whether you have it in an ibay or use the contrib. Please also install the plugin in all your wordpress instances.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>WORDPRESS</base>
|
||||
<trans>wordpress</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VALIDFROM_DESC</base>
|
||||
<trans>
|
||||
<![CDATA[ <hr class="sectionbar" /><h2>Allowed Hosts</h2>
|
||||
<p>This is a list of hosts that will not be blocked by fail2ban.</p>
|
||||
]]>
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NO_ENTRIES_YET</base>
|
||||
<trans>No Entries Yet</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_ADD_IP</base>
|
||||
<trans>To add a new allowed network, enter the details below.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ADD_IP</base>
|
||||
<trans>Authorized network</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_ADD_BITS</base>
|
||||
<trans>To add a new allowed network, enter the associated subnet using bits eg 22, 25 or 32).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ADD_BITS</base>
|
||||
<trans>Authorized network subnet</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>CURRENT_DENY_DESC</base>
|
||||
<trans>
|
||||
<![CDATA[ <h2>Blocked Hosts</h2>
|
||||
<p>This is a list of hosts that are currently blocked.
|
||||
]]>
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FIRST_SEEN</base>
|
||||
<trans>Host first seen</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESS</base>
|
||||
<trans>The new fail2ban settings have been saved.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERR_NO_RECORD</base>
|
||||
<trans>Unable to locate fail2ban record in configuration db</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_STOPPING</base>
|
||||
<trans>Error while trying to stop service</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESS_IP</base>
|
||||
<trans>The following IP has been unbanned</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESS_IP_WHITE</base>
|
||||
<trans>The following IP has been unbanned and whitelisted</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_UPDATING</base>
|
||||
<trans>Unable to unban</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_UPDATING_WHITE</base>
|
||||
<trans>Unable to unban and whitelist</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERR_EXISTS</base>
|
||||
<trans>Error: IP already in whitelist</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SEND_MAIL_STATUS</base>
|
||||
<trans>Send mail on ban</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>EMAIL</base>
|
||||
<trans>Alert Email</trans>
|
||||
</entry>
|
||||
|
||||
|
||||
</lexicon>
|
196
root/etc/e-smith/locale/es/etc/e-smith/web/functions/fail2ban
Normal file
196
root/etc/e-smith/locale/es/etc/e-smith/web/functions/fail2ban
Normal file
@@ -0,0 +1,196 @@
|
||||
<lexicon lang="es">
|
||||
<entry>
|
||||
<base>SERVICE_STATUS</base>
|
||||
<trans>Fail2ban service status.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>STATUS</base>
|
||||
<trans>Estado</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterLocalNetworks_STATUS</base>
|
||||
<trans>Whitelist all the local network defined.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterLocalNetworks</base>
|
||||
<trans>FilterLocalNetworks status</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterValidRemoteHosts_STATUS</base>
|
||||
<trans>Whitelist all the authorized remote hosts allowed to acces server-manager.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterValidRemoteHosts</base>
|
||||
<trans>FilterValidRemoteHosts status</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>BANTIME</base>
|
||||
<trans>Set the default ban time for jails (Initial default is 1800 seconds).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT_BANTIME</base>
|
||||
<trans>Bantime</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FINDTIME</base>
|
||||
<trans>>Set the default find time for jails (Initial default is 900 seconds).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT_FINDTIME</base>
|
||||
<trans>Findtime</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAXRETRY</base>
|
||||
<trans>Set the default max retry allowed before being ban (Initial default is 3).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT_MAXRETRY</base>
|
||||
<trans>Maxretry</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SSHD_STATUS</base>
|
||||
<trans>Status of sshd jail.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SSHD</base>
|
||||
<trans>sshd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>QPSMTPD_STATUS</base>
|
||||
<trans>Status of qpsmtpd (incoming emails) jail.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>QPSMTPD</base>
|
||||
<trans>qpsmtpd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>IMAP_STATUS</base>
|
||||
<trans>Status of dovecot (imap service to retrieve emails) jail.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>IMAP</base>
|
||||
<trans>dovecot</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>HTTPD_STATUS</base>
|
||||
<trans>Status of httpd jails. Multiple features are enabled at once there.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>HTTPD</base>
|
||||
<trans>httpd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FTP_STATUS</base>
|
||||
<trans>Status of proftpd jail.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FTP</base>
|
||||
<trans>proftpd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>LEMONLDAP_STATUS</base>
|
||||
<trans>Status of LemonLDAP jail, if installed. Nothing is running if LemonLDAP is not installed or disabled.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>LEMONLDAP</base>
|
||||
<trans>LemonLDAP</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>EJABBERD_STATUS</base>
|
||||
<trans>Status of ejabberd jail, if installed. Nothing is running if ejabberd is not installed or disabled.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>EJABBERD</base>
|
||||
<trans>ejabberd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SOGOD_STATUS</base>
|
||||
<trans>Status of SOGO jail, if installed. Nothing is running if SOGO is not installed or disabled.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SOGOD</base>
|
||||
<trans>SOGO</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>WORDPRESS_STATUS</base>
|
||||
<trans>Status of wordpress jails. You need to activate it manually whether you have it in an ibay or use the contrib. Please also install the plugin in all your wordpress instances.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>WORDPRESS</base>
|
||||
<trans>wordpress</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VALIDFROM_DESC</base>
|
||||
<trans><![CDATA[ <hr class="sectionbar" /><h2>Allowed Hosts</h2> <p>This is a list of hosts that will not be blocked by fail2ban.</p> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NO_ENTRIES_YET</base>
|
||||
<trans>Aún No Hay Entradas</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_ADD_IP</base>
|
||||
<trans>To add a new allowed network, enter the details below.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ADD_IP</base>
|
||||
<trans>Authorized network</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_ADD_BITS</base>
|
||||
<trans>To add a new allowed network, enter the associated subnet using bits eg 22, 25 or 32).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ADD_BITS</base>
|
||||
<trans>Authorized network subnet</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>CURRENT_DENY_DESC</base>
|
||||
<trans><![CDATA[ <h2>Blocked Hosts</h2> <p>This is a list of hosts that are currently blocked. ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FIRST_SEEN</base>
|
||||
<trans>Host visto por primera vez</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESS</base>
|
||||
<trans>The new fail2ban settings have been saved.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERR_NO_RECORD</base>
|
||||
<trans>Unable to locate fail2ban record in configuration db</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_STOPPING</base>
|
||||
<trans>Ocurrió un error mientras se detenía el servicio</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESS_IP</base>
|
||||
<trans>The following IP has been unbanned</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESS_IP_WHITE</base>
|
||||
<trans>The following IP has been unbanned and whitelisted</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_UPDATING</base>
|
||||
<trans>Unable to unban</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_UPDATING_WHITE</base>
|
||||
<trans>Unable to unban and whitelist</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERR_EXISTS</base>
|
||||
<trans>Error: IP already in whitelist</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SEND_MAIL_STATUS</base>
|
||||
<trans>Send mail on ban</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>EMAIL</base>
|
||||
<trans>Eliminar email</trans>
|
||||
</entry>
|
||||
|
||||
|
||||
</lexicon>
|
196
root/etc/e-smith/locale/et/etc/e-smith/web/functions/fail2ban
Normal file
196
root/etc/e-smith/locale/et/etc/e-smith/web/functions/fail2ban
Normal file
@@ -0,0 +1,196 @@
|
||||
<lexicon lang="et">
|
||||
<entry>
|
||||
<base>SERVICE_STATUS</base>
|
||||
<trans>Fail2ban service status.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>STATUS</base>
|
||||
<trans>Olek</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterLocalNetworks_STATUS</base>
|
||||
<trans>Whitelist all the local network defined.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterLocalNetworks</base>
|
||||
<trans>FilterLocalNetworks status</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterValidRemoteHosts_STATUS</base>
|
||||
<trans>Whitelist all the authorized remote hosts allowed to acces server-manager.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterValidRemoteHosts</base>
|
||||
<trans>FilterValidRemoteHosts status</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>BANTIME</base>
|
||||
<trans>Set the default ban time for jails (Initial default is 1800 seconds).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT_BANTIME</base>
|
||||
<trans>Bantime</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FINDTIME</base>
|
||||
<trans>>Set the default find time for jails (Initial default is 900 seconds).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT_FINDTIME</base>
|
||||
<trans>Findtime</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAXRETRY</base>
|
||||
<trans>Set the default max retry allowed before being ban (Initial default is 3).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT_MAXRETRY</base>
|
||||
<trans>Maxretry</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SSHD_STATUS</base>
|
||||
<trans>Status of sshd jail.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SSHD</base>
|
||||
<trans>sshd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>QPSMTPD_STATUS</base>
|
||||
<trans>Status of qpsmtpd (incoming emails) jail.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>QPSMTPD</base>
|
||||
<trans>qpsmtpd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>IMAP_STATUS</base>
|
||||
<trans>Status of dovecot (imap service to retrieve emails) jail.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>IMAP</base>
|
||||
<trans>dovecot</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>HTTPD_STATUS</base>
|
||||
<trans>Status of httpd jails. Multiple features are enabled at once there.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>HTTPD</base>
|
||||
<trans>httpd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FTP_STATUS</base>
|
||||
<trans>Status of proftpd jail.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FTP</base>
|
||||
<trans>proftpd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>LEMONLDAP_STATUS</base>
|
||||
<trans>Status of LemonLDAP jail, if installed. Nothing is running if LemonLDAP is not installed or disabled.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>LEMONLDAP</base>
|
||||
<trans>LemonLDAP</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>EJABBERD_STATUS</base>
|
||||
<trans>Status of ejabberd jail, if installed. Nothing is running if ejabberd is not installed or disabled.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>EJABBERD</base>
|
||||
<trans>ejabberd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SOGOD_STATUS</base>
|
||||
<trans>Status of SOGO jail, if installed. Nothing is running if SOGO is not installed or disabled.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SOGOD</base>
|
||||
<trans>SOGO</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>WORDPRESS_STATUS</base>
|
||||
<trans>Status of wordpress jails. You need to activate it manually whether you have it in an ibay or use the contrib. Please also install the plugin in all your wordpress instances.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>WORDPRESS</base>
|
||||
<trans>wordpress</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VALIDFROM_DESC</base>
|
||||
<trans><![CDATA[ <hr class="sectionbar" /><h2>Allowed Hosts</h2> <p>This is a list of hosts that will not be blocked by fail2ban.</p> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NO_ENTRIES_YET</base>
|
||||
<trans>Pole veel sisestusi</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_ADD_IP</base>
|
||||
<trans>To add a new allowed network, enter the details below.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ADD_IP</base>
|
||||
<trans>Authorized network</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_ADD_BITS</base>
|
||||
<trans>To add a new allowed network, enter the associated subnet using bits eg 22, 25 or 32).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ADD_BITS</base>
|
||||
<trans>Authorized network subnet</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>CURRENT_DENY_DESC</base>
|
||||
<trans><![CDATA[ <h2>Blocked Hosts</h2> <p>This is a list of hosts that are currently blocked. ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FIRST_SEEN</base>
|
||||
<trans>Host first seen</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESS</base>
|
||||
<trans>The new fail2ban settings have been saved.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERR_NO_RECORD</base>
|
||||
<trans>Unable to locate fail2ban record in configuration db</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_STOPPING</base>
|
||||
<trans>Teenuse peatamisel ilmnes viga</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESS_IP</base>
|
||||
<trans>The following IP has been unbanned</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESS_IP_WHITE</base>
|
||||
<trans>The following IP has been unbanned and whitelisted</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_UPDATING</base>
|
||||
<trans>Unable to unban</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_UPDATING_WHITE</base>
|
||||
<trans>Unable to unban and whitelist</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERR_EXISTS</base>
|
||||
<trans>Error: IP already in whitelist</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SEND_MAIL_STATUS</base>
|
||||
<trans>Send mail on ban</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>EMAIL</base>
|
||||
<trans>Kustuta e-posti</trans>
|
||||
</entry>
|
||||
|
||||
|
||||
</lexicon>
|
196
root/etc/e-smith/locale/fr/etc/e-smith/web/functions/fail2ban
Normal file
196
root/etc/e-smith/locale/fr/etc/e-smith/web/functions/fail2ban
Normal file
@@ -0,0 +1,196 @@
|
||||
<lexicon lang="fr">
|
||||
<entry>
|
||||
<base>SERVICE_STATUS</base>
|
||||
<trans>Statut du service fail2ban.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>STATUS</base>
|
||||
<trans>État</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterLocalNetworks_STATUS</base>
|
||||
<trans>Mettre en liste blanche tous les réseaux locaux définis.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterLocalNetworks</base>
|
||||
<trans>Statut du Filtre des réseaux Locaux</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterValidRemoteHosts_STATUS</base>
|
||||
<trans>Mettre en liste blanche tous les hôtes distants autorisés à accéder au gestionnaire du serveur.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterValidRemoteHosts</base>
|
||||
<trans>Statut du Filtre des hôtes distants valides</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>BANTIME</base>
|
||||
<trans>Paramètre de la durée de bannissement pour les prisons (valeur par défaut initiale de 1800 secondes).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT_BANTIME</base>
|
||||
<trans>Durée de bannissement</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FINDTIME</base>
|
||||
<trans>>Définissez la durée de recherche par défaut pour les prisons (la valeur initiale par défaut est de 900 secondes).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT_FINDTIME</base>
|
||||
<trans>Délais de recherche</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAXRETRY</base>
|
||||
<trans>Définissez le nombre maximal de tentatives par défaut autorisé avant d'être banni (valeur initiale par défaut est 3).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT_MAXRETRY</base>
|
||||
<trans>Essais maximum</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SSHD_STATUS</base>
|
||||
<trans>Statut de la prison sshd.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SSHD</base>
|
||||
<trans>sshd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>QPSMTPD_STATUS</base>
|
||||
<trans>Statut de la prison qpsmtpd (courriels entrants).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>QPSMTPD</base>
|
||||
<trans>qpsmtpd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>IMAP_STATUS</base>
|
||||
<trans>Statut de la prison dovecot (service imap pour récupérer les courriels).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>IMAP</base>
|
||||
<trans>dovecot</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>HTTPD_STATUS</base>
|
||||
<trans>Statut des prisons httpd. Plusieurs fonctionnalités y sont activées à la fois.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>HTTPD</base>
|
||||
<trans>httpd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FTP_STATUS</base>
|
||||
<trans>Statut de la prison proftpd.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FTP</base>
|
||||
<trans>proftpd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>LEMONLDAP_STATUS</base>
|
||||
<trans>Statut de la prison LemonLDAP, si installée. Rien ne fonctionne si LemonLDAP n'est pas installé ou désactivé.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>LEMONLDAP</base>
|
||||
<trans>LemonLDAP</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>EJABBERD_STATUS</base>
|
||||
<trans>Statut de la prison ejabberd, si installé. S'il n'est ni installé, ni activé, ni en fonction rien ne tourne.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>EJABBERD</base>
|
||||
<trans>ejabberd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SOGOD_STATUS</base>
|
||||
<trans>Statut de la prison SOGO, si installé. S'il n'est ni installé, ni activé, ni en fonction rien ne tourne.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SOGOD</base>
|
||||
<trans>SOGO</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>WORDPRESS_STATUS</base>
|
||||
<trans>Statut des prisons Wordpress. Vous devez l'activer manuellement, que vous l'ayez dans une baie d'information ou que vous utilisiez la contribution. Veuillez également installer le module d'extension dans toutes vos instances Wordpress.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>WORDPRESS</base>
|
||||
<trans>Wordpress</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VALIDFROM_DESC</base>
|
||||
<trans><![CDATA[ <hr class="sectionbar" /><h2>Hôtes approuvés</h2> <p>Ceci est une liste d'hôtes qui ne sera pas bloquée par fail2ban.</p> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NO_ENTRIES_YET</base>
|
||||
<trans>Aucune entrée</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_ADD_IP</base>
|
||||
<trans>Pour ajouter un nouveau réseau approuvé, entrez les détails ci-dessous.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ADD_IP</base>
|
||||
<trans>Réseau approuvé</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_ADD_BITS</base>
|
||||
<trans>Pour ajouter un nouveau réseau approuvé, entrez le sous-réseau associé en utilisant les bits (par ex. 22, 25 ou 32).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ADD_BITS</base>
|
||||
<trans>Masque de sous-réseau approuvé</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>CURRENT_DENY_DESC</base>
|
||||
<trans><![CDATA[ <h2>Hôtes bloqués</h2> <p>C'est une liste d'hôtes actuellement bloqués. ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FIRST_SEEN</base>
|
||||
<trans>Hôte vu pour la première fois</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESS</base>
|
||||
<trans>Les nouveaux paramètres de fail2ban ont étés enregistrés.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERR_NO_RECORD</base>
|
||||
<trans>Impossible de localiser la clef fail2ban dans la base de données de configuration</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_STOPPING</base>
|
||||
<trans>Une erreur s'est produite pendant l'arrêt du service</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESS_IP</base>
|
||||
<trans>L'IP a été dé-bannie</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESS_IP_WHITE</base>
|
||||
<trans>L'IP a été dé-bannie et mise sur liste blanche</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_UPDATING</base>
|
||||
<trans>Impossible de dé-bannir</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_UPDATING_WHITE</base>
|
||||
<trans>Impossible de dé-bannir et de mettre en liste blanche</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERR_EXISTS</base>
|
||||
<trans>Erreur : IP déjà dans la liste blanche</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SEND_MAIL_STATUS</base>
|
||||
<trans>Envoyer un courriel lors d'un bannissement</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>EMAIL</base>
|
||||
<trans>Courriel d'alerte</trans>
|
||||
</entry>
|
||||
|
||||
|
||||
</lexicon>
|
196
root/etc/e-smith/locale/he/etc/e-smith/web/functions/fail2ban
Normal file
196
root/etc/e-smith/locale/he/etc/e-smith/web/functions/fail2ban
Normal file
@@ -0,0 +1,196 @@
|
||||
<lexicon lang="he">
|
||||
<entry>
|
||||
<base>SERVICE_STATUS</base>
|
||||
<trans>Fail2ban service status.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>STATUS</base>
|
||||
<trans>מצב</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterLocalNetworks_STATUS</base>
|
||||
<trans>Whitelist all the local network defined.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterLocalNetworks</base>
|
||||
<trans>FilterLocalNetworks status</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterValidRemoteHosts_STATUS</base>
|
||||
<trans>Whitelist all the authorized remote hosts allowed to acces server-manager.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterValidRemoteHosts</base>
|
||||
<trans>FilterValidRemoteHosts status</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>BANTIME</base>
|
||||
<trans>Set the default ban time for jails (Initial default is 1800 seconds).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT_BANTIME</base>
|
||||
<trans>Bantime</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FINDTIME</base>
|
||||
<trans>>Set the default find time for jails (Initial default is 900 seconds).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT_FINDTIME</base>
|
||||
<trans>Findtime</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAXRETRY</base>
|
||||
<trans>Set the default max retry allowed before being ban (Initial default is 3).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT_MAXRETRY</base>
|
||||
<trans>Maxretry</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SSHD_STATUS</base>
|
||||
<trans>Status of sshd jail.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SSHD</base>
|
||||
<trans>sshd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>QPSMTPD_STATUS</base>
|
||||
<trans>Status of qpsmtpd (incoming emails) jail.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>QPSMTPD</base>
|
||||
<trans>qpsmtpd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>IMAP_STATUS</base>
|
||||
<trans>Status of dovecot (imap service to retrieve emails) jail.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>IMAP</base>
|
||||
<trans>dovecot</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>HTTPD_STATUS</base>
|
||||
<trans>Status of httpd jails. Multiple features are enabled at once there.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>HTTPD</base>
|
||||
<trans>httpd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FTP_STATUS</base>
|
||||
<trans>Status of proftpd jail.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FTP</base>
|
||||
<trans>proftpd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>LEMONLDAP_STATUS</base>
|
||||
<trans>Status of LemonLDAP jail, if installed. Nothing is running if LemonLDAP is not installed or disabled.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>LEMONLDAP</base>
|
||||
<trans>LemonLDAP</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>EJABBERD_STATUS</base>
|
||||
<trans>Status of ejabberd jail, if installed. Nothing is running if ejabberd is not installed or disabled.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>EJABBERD</base>
|
||||
<trans>ejabberd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SOGOD_STATUS</base>
|
||||
<trans>Status of SOGO jail, if installed. Nothing is running if SOGO is not installed or disabled.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SOGOD</base>
|
||||
<trans>SOGO</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>WORDPRESS_STATUS</base>
|
||||
<trans>Status of wordpress jails. You need to activate it manually whether you have it in an ibay or use the contrib. Please also install the plugin in all your wordpress instances.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>WORDPRESS</base>
|
||||
<trans>wordpress</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VALIDFROM_DESC</base>
|
||||
<trans><![CDATA[ <hr class="sectionbar" /><h2>Allowed Hosts</h2> <p>This is a list of hosts that will not be blocked by fail2ban.</p> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NO_ENTRIES_YET</base>
|
||||
<trans>No Entries Yet</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_ADD_IP</base>
|
||||
<trans>To add a new allowed network, enter the details below.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ADD_IP</base>
|
||||
<trans>Authorized network</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_ADD_BITS</base>
|
||||
<trans>To add a new allowed network, enter the associated subnet using bits eg 22, 25 or 32).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ADD_BITS</base>
|
||||
<trans>Authorized network subnet</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>CURRENT_DENY_DESC</base>
|
||||
<trans><![CDATA[ <h2>Blocked Hosts</h2> <p>This is a list of hosts that are currently blocked. ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FIRST_SEEN</base>
|
||||
<trans>Host first seen</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESS</base>
|
||||
<trans>The new fail2ban settings have been saved.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERR_NO_RECORD</base>
|
||||
<trans>Unable to locate fail2ban record in configuration db</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_STOPPING</base>
|
||||
<trans>Error while trying to stop service</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESS_IP</base>
|
||||
<trans>The following IP has been unbanned</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESS_IP_WHITE</base>
|
||||
<trans>The following IP has been unbanned and whitelisted</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_UPDATING</base>
|
||||
<trans>Unable to unban</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_UPDATING_WHITE</base>
|
||||
<trans>Unable to unban and whitelist</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERR_EXISTS</base>
|
||||
<trans>Error: IP already in whitelist</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SEND_MAIL_STATUS</base>
|
||||
<trans>Send mail on ban</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>EMAIL</base>
|
||||
<trans>דוא"ל</trans>
|
||||
</entry>
|
||||
|
||||
|
||||
</lexicon>
|
196
root/etc/e-smith/locale/hu/etc/e-smith/web/functions/fail2ban
Normal file
196
root/etc/e-smith/locale/hu/etc/e-smith/web/functions/fail2ban
Normal file
@@ -0,0 +1,196 @@
|
||||
<lexicon lang="hu">
|
||||
<entry>
|
||||
<base>SERVICE_STATUS</base>
|
||||
<trans>Fail2ban service status.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>STATUS</base>
|
||||
<trans>Állapot</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterLocalNetworks_STATUS</base>
|
||||
<trans>Whitelist all the local network defined.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterLocalNetworks</base>
|
||||
<trans>FilterLocalNetworks status</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterValidRemoteHosts_STATUS</base>
|
||||
<trans>Whitelist all the authorized remote hosts allowed to acces server-manager.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterValidRemoteHosts</base>
|
||||
<trans>FilterValidRemoteHosts status</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>BANTIME</base>
|
||||
<trans>Set the default ban time for jails (Initial default is 1800 seconds).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT_BANTIME</base>
|
||||
<trans>Bantime</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FINDTIME</base>
|
||||
<trans>>Set the default find time for jails (Initial default is 900 seconds).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT_FINDTIME</base>
|
||||
<trans>Findtime</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAXRETRY</base>
|
||||
<trans>Set the default max retry allowed before being ban (Initial default is 3).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT_MAXRETRY</base>
|
||||
<trans>Maxretry</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SSHD_STATUS</base>
|
||||
<trans>Status of sshd jail.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SSHD</base>
|
||||
<trans>sshd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>QPSMTPD_STATUS</base>
|
||||
<trans>Status of qpsmtpd (incoming emails) jail.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>QPSMTPD</base>
|
||||
<trans>qpsmtpd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>IMAP_STATUS</base>
|
||||
<trans>Status of dovecot (imap service to retrieve emails) jail.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>IMAP</base>
|
||||
<trans>dovecot</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>HTTPD_STATUS</base>
|
||||
<trans>Status of httpd jails. Multiple features are enabled at once there.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>HTTPD</base>
|
||||
<trans>httpd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FTP_STATUS</base>
|
||||
<trans>Status of proftpd jail.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FTP</base>
|
||||
<trans>proftpd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>LEMONLDAP_STATUS</base>
|
||||
<trans>Status of LemonLDAP jail, if installed. Nothing is running if LemonLDAP is not installed or disabled.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>LEMONLDAP</base>
|
||||
<trans>LemonLDAP</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>EJABBERD_STATUS</base>
|
||||
<trans>Status of ejabberd jail, if installed. Nothing is running if ejabberd is not installed or disabled.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>EJABBERD</base>
|
||||
<trans>ejabberd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SOGOD_STATUS</base>
|
||||
<trans>Status of SOGO jail, if installed. Nothing is running if SOGO is not installed or disabled.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SOGOD</base>
|
||||
<trans>SOGO</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>WORDPRESS_STATUS</base>
|
||||
<trans>Status of wordpress jails. You need to activate it manually whether you have it in an ibay or use the contrib. Please also install the plugin in all your wordpress instances.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>WORDPRESS</base>
|
||||
<trans>wordpress</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VALIDFROM_DESC</base>
|
||||
<trans><![CDATA[ <hr class="sectionbar" /><h2>Allowed Hosts</h2> <p>This is a list of hosts that will not be blocked by fail2ban.</p> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NO_ENTRIES_YET</base>
|
||||
<trans>No Entries Yet</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_ADD_IP</base>
|
||||
<trans>To add a new allowed network, enter the details below.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ADD_IP</base>
|
||||
<trans>Authorized network</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_ADD_BITS</base>
|
||||
<trans>To add a new allowed network, enter the associated subnet using bits eg 22, 25 or 32).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ADD_BITS</base>
|
||||
<trans>Authorized network subnet</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>CURRENT_DENY_DESC</base>
|
||||
<trans><![CDATA[ <h2>Blocked Hosts</h2> <p>This is a list of hosts that are currently blocked. ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FIRST_SEEN</base>
|
||||
<trans>Host first seen</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESS</base>
|
||||
<trans>The new fail2ban settings have been saved.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERR_NO_RECORD</base>
|
||||
<trans>Unable to locate fail2ban record in configuration db</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_STOPPING</base>
|
||||
<trans>Error while trying to stop service</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESS_IP</base>
|
||||
<trans>The following IP has been unbanned</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESS_IP_WHITE</base>
|
||||
<trans>The following IP has been unbanned and whitelisted</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_UPDATING</base>
|
||||
<trans>Unable to unban</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_UPDATING_WHITE</base>
|
||||
<trans>Unable to unban and whitelist</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERR_EXISTS</base>
|
||||
<trans>Error: IP already in whitelist</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SEND_MAIL_STATUS</base>
|
||||
<trans>Send mail on ban</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>EMAIL</base>
|
||||
<trans>E-mail</trans>
|
||||
</entry>
|
||||
|
||||
|
||||
</lexicon>
|
196
root/etc/e-smith/locale/id/etc/e-smith/web/functions/fail2ban
Normal file
196
root/etc/e-smith/locale/id/etc/e-smith/web/functions/fail2ban
Normal file
@@ -0,0 +1,196 @@
|
||||
<lexicon lang="id">
|
||||
<entry>
|
||||
<base>SERVICE_STATUS</base>
|
||||
<trans>Fail2ban service status.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>STATUS</base>
|
||||
<trans>Status</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterLocalNetworks_STATUS</base>
|
||||
<trans>Whitelist all the local network defined.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterLocalNetworks</base>
|
||||
<trans>FilterLocalNetworks status</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterValidRemoteHosts_STATUS</base>
|
||||
<trans>Whitelist all the authorized remote hosts allowed to acces server-manager.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterValidRemoteHosts</base>
|
||||
<trans>FilterValidRemoteHosts status</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>BANTIME</base>
|
||||
<trans>Set the default ban time for jails (Initial default is 1800 seconds).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT_BANTIME</base>
|
||||
<trans>Bantime</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FINDTIME</base>
|
||||
<trans>>Set the default find time for jails (Initial default is 900 seconds).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT_FINDTIME</base>
|
||||
<trans>Findtime</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAXRETRY</base>
|
||||
<trans>Set the default max retry allowed before being ban (Initial default is 3).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT_MAXRETRY</base>
|
||||
<trans>Maxretry</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SSHD_STATUS</base>
|
||||
<trans>Status of sshd jail.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SSHD</base>
|
||||
<trans>sshd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>QPSMTPD_STATUS</base>
|
||||
<trans>Status of qpsmtpd (incoming emails) jail.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>QPSMTPD</base>
|
||||
<trans>qpsmtpd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>IMAP_STATUS</base>
|
||||
<trans>Status of dovecot (imap service to retrieve emails) jail.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>IMAP</base>
|
||||
<trans>dovecot</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>HTTPD_STATUS</base>
|
||||
<trans>Status of httpd jails. Multiple features are enabled at once there.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>HTTPD</base>
|
||||
<trans>httpd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FTP_STATUS</base>
|
||||
<trans>Status of proftpd jail.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FTP</base>
|
||||
<trans>proftpd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>LEMONLDAP_STATUS</base>
|
||||
<trans>Status of LemonLDAP jail, if installed. Nothing is running if LemonLDAP is not installed or disabled.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>LEMONLDAP</base>
|
||||
<trans>LemonLDAP</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>EJABBERD_STATUS</base>
|
||||
<trans>Status of ejabberd jail, if installed. Nothing is running if ejabberd is not installed or disabled.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>EJABBERD</base>
|
||||
<trans>ejabberd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SOGOD_STATUS</base>
|
||||
<trans>Status of SOGO jail, if installed. Nothing is running if SOGO is not installed or disabled.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SOGOD</base>
|
||||
<trans>SOGO</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>WORDPRESS_STATUS</base>
|
||||
<trans>Status of wordpress jails. You need to activate it manually whether you have it in an ibay or use the contrib. Please also install the plugin in all your wordpress instances.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>WORDPRESS</base>
|
||||
<trans>wordpress</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VALIDFROM_DESC</base>
|
||||
<trans><![CDATA[ <hr class="sectionbar" /><h2>Allowed Hosts</h2> <p>This is a list of hosts that will not be blocked by fail2ban.</p> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NO_ENTRIES_YET</base>
|
||||
<trans>No Entries Yet</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_ADD_IP</base>
|
||||
<trans>To add a new allowed network, enter the details below.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ADD_IP</base>
|
||||
<trans>Authorized network</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_ADD_BITS</base>
|
||||
<trans>To add a new allowed network, enter the associated subnet using bits eg 22, 25 or 32).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ADD_BITS</base>
|
||||
<trans>Authorized network subnet</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>CURRENT_DENY_DESC</base>
|
||||
<trans><![CDATA[ <h2>Blocked Hosts</h2> <p>This is a list of hosts that are currently blocked. ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FIRST_SEEN</base>
|
||||
<trans>Host first seen</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESS</base>
|
||||
<trans>The new fail2ban settings have been saved.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERR_NO_RECORD</base>
|
||||
<trans>Unable to locate fail2ban record in configuration db</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_STOPPING</base>
|
||||
<trans>Error while trying to stop service</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESS_IP</base>
|
||||
<trans>The following IP has been unbanned</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESS_IP_WHITE</base>
|
||||
<trans>The following IP has been unbanned and whitelisted</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_UPDATING</base>
|
||||
<trans>Unable to unban</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_UPDATING_WHITE</base>
|
||||
<trans>Unable to unban and whitelist</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERR_EXISTS</base>
|
||||
<trans>Error: IP already in whitelist</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SEND_MAIL_STATUS</base>
|
||||
<trans>Send mail on ban</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>EMAIL</base>
|
||||
<trans>Email</trans>
|
||||
</entry>
|
||||
|
||||
|
||||
</lexicon>
|
196
root/etc/e-smith/locale/it/etc/e-smith/web/functions/fail2ban
Normal file
196
root/etc/e-smith/locale/it/etc/e-smith/web/functions/fail2ban
Normal file
@@ -0,0 +1,196 @@
|
||||
<lexicon lang="it">
|
||||
<entry>
|
||||
<base>SERVICE_STATUS</base>
|
||||
<trans>Stato del servizio fail2ban </trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>STATUS</base>
|
||||
<trans>Stato</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterLocalNetworks_STATUS</base>
|
||||
<trans>Mette in whitelist tutte le reti locali.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterLocalNetworks</base>
|
||||
<trans>Stato di FilterLocalNetworks</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterValidRemoteHosts_STATUS</base>
|
||||
<trans>Inserire in whitelist tutti gli host remoti autorizzati ad accedere al server-manager.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterValidRemoteHosts</base>
|
||||
<trans>Stato FilterValidRemoteHosts</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>BANTIME</base>
|
||||
<trans>Impostare il periodo di ban per jails (il default iniziale è 1800 secondi).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT_BANTIME</base>
|
||||
<trans>Bantime</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FINDTIME</base>
|
||||
<trans>Imposta il periodo di find per jails (il default iniziale è 900 seconds).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT_FINDTIME</base>
|
||||
<trans>Findtime</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAXRETRY</base>
|
||||
<trans>Impostare il valore di "default max retry" consentito prima del ban (Il default is 3).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT_MAXRETRY</base>
|
||||
<trans>Maxretry</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SSHD_STATUS</base>
|
||||
<trans>Stato di sshd jail.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SSHD</base>
|
||||
<trans>sshd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>QPSMTPD_STATUS</base>
|
||||
<trans>Stato di qpsmtpd jail (messaggi in ingresso).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>QPSMTPD</base>
|
||||
<trans>qpsmtpd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>IMAP_STATUS</base>
|
||||
<trans>Stato di dovecot jail (servizio imap per caricamento messaggi).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>IMAP</base>
|
||||
<trans>dovecot</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>HTTPD_STATUS</base>
|
||||
<trans>Stato di httpd jails. Molte caratteristiche per volta vengono abilitate.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>HTTPD</base>
|
||||
<trans>httpd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FTP_STATUS</base>
|
||||
<trans>Stato di proftpd jail.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FTP</base>
|
||||
<trans>proftpd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>LEMONLDAP_STATUS</base>
|
||||
<trans>Stato di jail LemonLDAP, se installato. Nulla è attivo se LemonLDAP non è installato o è disabilitato.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>LEMONLDAP</base>
|
||||
<trans>LemonLDAP </trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>EJABBERD_STATUS</base>
|
||||
<trans>Stato di ejabberd jail, se installato. Nulla è attivo se ejabberd non è installato o è disabilitato.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>EJABBERD</base>
|
||||
<trans>ejabberd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SOGOD_STATUS</base>
|
||||
<trans>Stato di SOGO jail se installato. Nulla è attivo se SOGO non è installato o è disabilitato.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SOGOD</base>
|
||||
<trans>SOGO</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>WORDPRESS_STATUS</base>
|
||||
<trans>Stato di wordpress jails. E' necessario attivarlo manualmente sia che lo si abbia in una I-bay o che si usi il contrib. Installare inoltre il plugin in tutte le istanze attive di wordpress.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>WORDPRESS</base>
|
||||
<trans>wordpress</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VALIDFROM_DESC</base>
|
||||
<trans><![CDATA[ <hr class="sectionbar" /><h2>Host consentiti</h2> <p>Questa è una lista di host che non saranno bloccati da fail2ban.</p> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NO_ENTRIES_YET</base>
|
||||
<trans>Nessun elemento inserito</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_ADD_IP</base>
|
||||
<trans>Per aggiungere una nuova rete consentita, inserire i dettagli sotto.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ADD_IP</base>
|
||||
<trans>Rete autorizzata</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_ADD_BITS</base>
|
||||
<trans>Per aggiungere una nuova rete autorizzata, inserire la subnet associata usando i bits (p.e. 22, 25 or 32).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ADD_BITS</base>
|
||||
<trans>Subnet di rete autorizzate.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>CURRENT_DENY_DESC</base>
|
||||
<trans><![CDATA[ <h2>Host bloccati</h2> <p>Questa è la lista degli host correntemente bloccati. ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FIRST_SEEN</base>
|
||||
<trans>Primo host individuato</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESS</base>
|
||||
<trans>Le nuove impostazione fail2ban sono state salvate.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERR_NO_RECORD</base>
|
||||
<trans>Impossibile trovare il record fail2ban nel db di configurazione</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_STOPPING</base>
|
||||
<trans>Errore durante l'arresto del servizio</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESS_IP</base>
|
||||
<trans>L'indirizzo IP è stato rimosso dalla ban-list</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESS_IP_WHITE</base>
|
||||
<trans>L'indirizzo IP è stato rimosso dalla ban-list ed inserito in white-list</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_UPDATING</base>
|
||||
<trans>Impossibile rimuovere dalla banlist</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_UPDATING_WHITE</base>
|
||||
<trans>Impossibile rimuovere dalla banlist ed inserire nella whitelist</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERR_EXISTS</base>
|
||||
<trans>Errore: indirizzo IP già in whitelist</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SEND_MAIL_STATUS</base>
|
||||
<trans>Invia la posta in ban</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>EMAIL</base>
|
||||
<trans>Mail di allerta</trans>
|
||||
</entry>
|
||||
|
||||
|
||||
</lexicon>
|
196
root/etc/e-smith/locale/ja/etc/e-smith/web/functions/fail2ban
Normal file
196
root/etc/e-smith/locale/ja/etc/e-smith/web/functions/fail2ban
Normal file
@@ -0,0 +1,196 @@
|
||||
<lexicon lang="ja">
|
||||
<entry>
|
||||
<base>SERVICE_STATUS</base>
|
||||
<trans>Fail2ban service status.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>STATUS</base>
|
||||
<trans>状態</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterLocalNetworks_STATUS</base>
|
||||
<trans>Whitelist all the local network defined.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterLocalNetworks</base>
|
||||
<trans>FilterLocalNetworks status</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterValidRemoteHosts_STATUS</base>
|
||||
<trans>Whitelist all the authorized remote hosts allowed to acces server-manager.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterValidRemoteHosts</base>
|
||||
<trans>FilterValidRemoteHosts status</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>BANTIME</base>
|
||||
<trans>Set the default ban time for jails (Initial default is 1800 seconds).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT_BANTIME</base>
|
||||
<trans>Bantime</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FINDTIME</base>
|
||||
<trans>>Set the default find time for jails (Initial default is 900 seconds).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT_FINDTIME</base>
|
||||
<trans>Findtime</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAXRETRY</base>
|
||||
<trans>Set the default max retry allowed before being ban (Initial default is 3).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT_MAXRETRY</base>
|
||||
<trans>Maxretry</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SSHD_STATUS</base>
|
||||
<trans>Status of sshd jail.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SSHD</base>
|
||||
<trans>sshd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>QPSMTPD_STATUS</base>
|
||||
<trans>Status of qpsmtpd (incoming emails) jail.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>QPSMTPD</base>
|
||||
<trans>qpsmtpd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>IMAP_STATUS</base>
|
||||
<trans>Status of dovecot (imap service to retrieve emails) jail.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>IMAP</base>
|
||||
<trans>dovecot</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>HTTPD_STATUS</base>
|
||||
<trans>Status of httpd jails. Multiple features are enabled at once there.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>HTTPD</base>
|
||||
<trans>httpd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FTP_STATUS</base>
|
||||
<trans>Status of proftpd jail.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FTP</base>
|
||||
<trans>proftpd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>LEMONLDAP_STATUS</base>
|
||||
<trans>Status of LemonLDAP jail, if installed. Nothing is running if LemonLDAP is not installed or disabled.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>LEMONLDAP</base>
|
||||
<trans>LemonLDAP</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>EJABBERD_STATUS</base>
|
||||
<trans>Status of ejabberd jail, if installed. Nothing is running if ejabberd is not installed or disabled.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>EJABBERD</base>
|
||||
<trans>ejabberd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SOGOD_STATUS</base>
|
||||
<trans>Status of SOGO jail, if installed. Nothing is running if SOGO is not installed or disabled.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SOGOD</base>
|
||||
<trans>SOGO</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>WORDPRESS_STATUS</base>
|
||||
<trans>Status of wordpress jails. You need to activate it manually whether you have it in an ibay or use the contrib. Please also install the plugin in all your wordpress instances.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>WORDPRESS</base>
|
||||
<trans>wordpress</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VALIDFROM_DESC</base>
|
||||
<trans><![CDATA[ <hr class="sectionbar" /><h2>Allowed Hosts</h2> <p>This is a list of hosts that will not be blocked by fail2ban.</p> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NO_ENTRIES_YET</base>
|
||||
<trans>No Entries Yet</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_ADD_IP</base>
|
||||
<trans>To add a new allowed network, enter the details below.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ADD_IP</base>
|
||||
<trans>Authorized network</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_ADD_BITS</base>
|
||||
<trans>To add a new allowed network, enter the associated subnet using bits eg 22, 25 or 32).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ADD_BITS</base>
|
||||
<trans>Authorized network subnet</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>CURRENT_DENY_DESC</base>
|
||||
<trans><![CDATA[ <h2>Blocked Hosts</h2> <p>This is a list of hosts that are currently blocked. ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FIRST_SEEN</base>
|
||||
<trans>Host first seen</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESS</base>
|
||||
<trans>The new fail2ban settings have been saved.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERR_NO_RECORD</base>
|
||||
<trans>Unable to locate fail2ban record in configuration db</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_STOPPING</base>
|
||||
<trans>Error while trying to stop service</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESS_IP</base>
|
||||
<trans>The following IP has been unbanned</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESS_IP_WHITE</base>
|
||||
<trans>The following IP has been unbanned and whitelisted</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_UPDATING</base>
|
||||
<trans>Unable to unban</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_UPDATING_WHITE</base>
|
||||
<trans>Unable to unban and whitelist</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERR_EXISTS</base>
|
||||
<trans>Error: IP already in whitelist</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SEND_MAIL_STATUS</base>
|
||||
<trans>Send mail on ban</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>EMAIL</base>
|
||||
<trans>Email</trans>
|
||||
</entry>
|
||||
|
||||
|
||||
</lexicon>
|
196
root/etc/e-smith/locale/nb/etc/e-smith/web/functions/fail2ban
Normal file
196
root/etc/e-smith/locale/nb/etc/e-smith/web/functions/fail2ban
Normal file
@@ -0,0 +1,196 @@
|
||||
<lexicon lang="nb">
|
||||
<entry>
|
||||
<base>SERVICE_STATUS</base>
|
||||
<trans>Fail2ban service status.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>STATUS</base>
|
||||
<trans>Status</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterLocalNetworks_STATUS</base>
|
||||
<trans>Whitelist all the local network defined.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterLocalNetworks</base>
|
||||
<trans>FilterLocalNetworks status</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterValidRemoteHosts_STATUS</base>
|
||||
<trans>Whitelist all the authorized remote hosts allowed to acces server-manager.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterValidRemoteHosts</base>
|
||||
<trans>FilterValidRemoteHosts status</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>BANTIME</base>
|
||||
<trans>Set the default ban time for jails (Initial default is 1800 seconds).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT_BANTIME</base>
|
||||
<trans>Bantime</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FINDTIME</base>
|
||||
<trans>>Set the default find time for jails (Initial default is 900 seconds).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT_FINDTIME</base>
|
||||
<trans>Findtime</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAXRETRY</base>
|
||||
<trans>Set the default max retry allowed before being ban (Initial default is 3).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT_MAXRETRY</base>
|
||||
<trans>Maxretry</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SSHD_STATUS</base>
|
||||
<trans>Status of sshd jail.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SSHD</base>
|
||||
<trans>sshd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>QPSMTPD_STATUS</base>
|
||||
<trans>Status of qpsmtpd (incoming emails) jail.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>QPSMTPD</base>
|
||||
<trans>qpsmtpd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>IMAP_STATUS</base>
|
||||
<trans>Status of dovecot (imap service to retrieve emails) jail.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>IMAP</base>
|
||||
<trans>dovecot</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>HTTPD_STATUS</base>
|
||||
<trans>Status of httpd jails. Multiple features are enabled at once there.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>HTTPD</base>
|
||||
<trans>httpd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FTP_STATUS</base>
|
||||
<trans>Status of proftpd jail.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FTP</base>
|
||||
<trans>proftpd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>LEMONLDAP_STATUS</base>
|
||||
<trans>Status of LemonLDAP jail, if installed. Nothing is running if LemonLDAP is not installed or disabled.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>LEMONLDAP</base>
|
||||
<trans>LemonLDAP</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>EJABBERD_STATUS</base>
|
||||
<trans>Status of ejabberd jail, if installed. Nothing is running if ejabberd is not installed or disabled.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>EJABBERD</base>
|
||||
<trans>ejabberd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SOGOD_STATUS</base>
|
||||
<trans>Status of SOGO jail, if installed. Nothing is running if SOGO is not installed or disabled.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SOGOD</base>
|
||||
<trans>SOGO</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>WORDPRESS_STATUS</base>
|
||||
<trans>Status of wordpress jails. You need to activate it manually whether you have it in an ibay or use the contrib. Please also install the plugin in all your wordpress instances.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>WORDPRESS</base>
|
||||
<trans>wordpress</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VALIDFROM_DESC</base>
|
||||
<trans><![CDATA[ <hr class="sectionbar" /><h2>Allowed Hosts</h2> <p>This is a list of hosts that will not be blocked by fail2ban.</p> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NO_ENTRIES_YET</base>
|
||||
<trans>No Entries Yet</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_ADD_IP</base>
|
||||
<trans>To add a new allowed network, enter the details below.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ADD_IP</base>
|
||||
<trans>Authorized network</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_ADD_BITS</base>
|
||||
<trans>To add a new allowed network, enter the associated subnet using bits eg 22, 25 or 32).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ADD_BITS</base>
|
||||
<trans>Authorized network subnet</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>CURRENT_DENY_DESC</base>
|
||||
<trans><![CDATA[ <h2>Blocked Hosts</h2> <p>This is a list of hosts that are currently blocked. ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FIRST_SEEN</base>
|
||||
<trans>Host first seen</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESS</base>
|
||||
<trans>The new fail2ban settings have been saved.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERR_NO_RECORD</base>
|
||||
<trans>Unable to locate fail2ban record in configuration db</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_STOPPING</base>
|
||||
<trans>Error while trying to stop service</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESS_IP</base>
|
||||
<trans>The following IP has been unbanned</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESS_IP_WHITE</base>
|
||||
<trans>The following IP has been unbanned and whitelisted</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_UPDATING</base>
|
||||
<trans>Unable to unban</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_UPDATING_WHITE</base>
|
||||
<trans>Unable to unban and whitelist</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERR_EXISTS</base>
|
||||
<trans>Error: IP already in whitelist</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SEND_MAIL_STATUS</base>
|
||||
<trans>Send mail on ban</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>EMAIL</base>
|
||||
<trans>E-post</trans>
|
||||
</entry>
|
||||
|
||||
|
||||
</lexicon>
|
196
root/etc/e-smith/locale/nl/etc/e-smith/web/functions/fail2ban
Normal file
196
root/etc/e-smith/locale/nl/etc/e-smith/web/functions/fail2ban
Normal file
@@ -0,0 +1,196 @@
|
||||
<lexicon lang="nl">
|
||||
<entry>
|
||||
<base>SERVICE_STATUS</base>
|
||||
<trans>Fail2ban service status.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>STATUS</base>
|
||||
<trans>Status</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterLocalNetworks_STATUS</base>
|
||||
<trans>Whitelist all the local network defined.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterLocalNetworks</base>
|
||||
<trans>FilterLocalNetworks status</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterValidRemoteHosts_STATUS</base>
|
||||
<trans>Whitelist all the authorized remote hosts allowed to acces server-manager.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterValidRemoteHosts</base>
|
||||
<trans>FilterValidRemoteHosts status</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>BANTIME</base>
|
||||
<trans>Set the default ban time for jails (Initial default is 1800 seconds).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT_BANTIME</base>
|
||||
<trans>Bantime</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FINDTIME</base>
|
||||
<trans>>Set the default find time for jails (Initial default is 900 seconds).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT_FINDTIME</base>
|
||||
<trans>Findtime</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAXRETRY</base>
|
||||
<trans>Set the default max retry allowed before being ban (Initial default is 3).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT_MAXRETRY</base>
|
||||
<trans>Maxretry</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SSHD_STATUS</base>
|
||||
<trans>Status of sshd jail.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SSHD</base>
|
||||
<trans>sshd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>QPSMTPD_STATUS</base>
|
||||
<trans>Status of qpsmtpd (incoming emails) jail.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>QPSMTPD</base>
|
||||
<trans>qpsmtpd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>IMAP_STATUS</base>
|
||||
<trans>Status of dovecot (imap service to retrieve emails) jail.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>IMAP</base>
|
||||
<trans>dovecot</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>HTTPD_STATUS</base>
|
||||
<trans>Status of httpd jails. Multiple features are enabled at once there.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>HTTPD</base>
|
||||
<trans>httpd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FTP_STATUS</base>
|
||||
<trans>Status of proftpd jail.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FTP</base>
|
||||
<trans>proftpd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>LEMONLDAP_STATUS</base>
|
||||
<trans>Status of LemonLDAP jail, if installed. Nothing is running if LemonLDAP is not installed or disabled.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>LEMONLDAP</base>
|
||||
<trans>LemonLDAP</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>EJABBERD_STATUS</base>
|
||||
<trans>Status of ejabberd jail, if installed. Nothing is running if ejabberd is not installed or disabled.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>EJABBERD</base>
|
||||
<trans>ejabberd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SOGOD_STATUS</base>
|
||||
<trans>Status of SOGO jail, if installed. Nothing is running if SOGO is not installed or disabled.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SOGOD</base>
|
||||
<trans>SOGO</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>WORDPRESS_STATUS</base>
|
||||
<trans>Status of wordpress jails. You need to activate it manually whether you have it in an ibay or use the contrib. Please also install the plugin in all your wordpress instances.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>WORDPRESS</base>
|
||||
<trans>wordpress</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VALIDFROM_DESC</base>
|
||||
<trans><![CDATA[ <hr class="sectionbar" /><h2>Allowed Hosts</h2> <p>This is a list of hosts that will not be blocked by fail2ban.</p> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NO_ENTRIES_YET</base>
|
||||
<trans>Nog geen gegevens</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_ADD_IP</base>
|
||||
<trans>To add a new allowed network, enter the details below.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ADD_IP</base>
|
||||
<trans>Authorized network</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_ADD_BITS</base>
|
||||
<trans>To add a new allowed network, enter the associated subnet using bits eg 22, 25 or 32).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ADD_BITS</base>
|
||||
<trans>Authorized network subnet</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>CURRENT_DENY_DESC</base>
|
||||
<trans><![CDATA[ <h2>Blocked Hosts</h2> <p>This is a list of hosts that are currently blocked. ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FIRST_SEEN</base>
|
||||
<trans>Host voor het eerst gezien</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESS</base>
|
||||
<trans>The new fail2ban settings have been saved.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERR_NO_RECORD</base>
|
||||
<trans>Unable to locate fail2ban record in configuration db</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_STOPPING</base>
|
||||
<trans>Fout opgetreden bij proberen dienst te stoppen</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESS_IP</base>
|
||||
<trans>The following IP has been unbanned</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESS_IP_WHITE</base>
|
||||
<trans>The following IP has been unbanned and whitelisted</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_UPDATING</base>
|
||||
<trans>Unable to unban</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_UPDATING_WHITE</base>
|
||||
<trans>Unable to unban and whitelist</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERR_EXISTS</base>
|
||||
<trans>Error: IP already in whitelist</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SEND_MAIL_STATUS</base>
|
||||
<trans>Send mail on ban</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>EMAIL</base>
|
||||
<trans>Verwijder e-mail</trans>
|
||||
</entry>
|
||||
|
||||
|
||||
</lexicon>
|
196
root/etc/e-smith/locale/pl/etc/e-smith/web/functions/fail2ban
Normal file
196
root/etc/e-smith/locale/pl/etc/e-smith/web/functions/fail2ban
Normal file
@@ -0,0 +1,196 @@
|
||||
<lexicon lang="pl">
|
||||
<entry>
|
||||
<base>SERVICE_STATUS</base>
|
||||
<trans>Fail2ban service status.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>STATUS</base>
|
||||
<trans>Stan</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterLocalNetworks_STATUS</base>
|
||||
<trans>Whitelist all the local network defined.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterLocalNetworks</base>
|
||||
<trans>FilterLocalNetworks status</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterValidRemoteHosts_STATUS</base>
|
||||
<trans>Whitelist all the authorized remote hosts allowed to acces server-manager.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterValidRemoteHosts</base>
|
||||
<trans>FilterValidRemoteHosts status</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>BANTIME</base>
|
||||
<trans>Set the default ban time for jails (Initial default is 1800 seconds).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT_BANTIME</base>
|
||||
<trans>Bantime</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FINDTIME</base>
|
||||
<trans>>Set the default find time for jails (Initial default is 900 seconds).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT_FINDTIME</base>
|
||||
<trans>Findtime</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAXRETRY</base>
|
||||
<trans>Set the default max retry allowed before being ban (Initial default is 3).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT_MAXRETRY</base>
|
||||
<trans>Maxretry</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SSHD_STATUS</base>
|
||||
<trans>Status of sshd jail.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SSHD</base>
|
||||
<trans>sshd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>QPSMTPD_STATUS</base>
|
||||
<trans>Status of qpsmtpd (incoming emails) jail.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>QPSMTPD</base>
|
||||
<trans>qpsmtpd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>IMAP_STATUS</base>
|
||||
<trans>Status of dovecot (imap service to retrieve emails) jail.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>IMAP</base>
|
||||
<trans>dovecot</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>HTTPD_STATUS</base>
|
||||
<trans>Status of httpd jails. Multiple features are enabled at once there.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>HTTPD</base>
|
||||
<trans>httpd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FTP_STATUS</base>
|
||||
<trans>Status of proftpd jail.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FTP</base>
|
||||
<trans>proftpd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>LEMONLDAP_STATUS</base>
|
||||
<trans>Status of LemonLDAP jail, if installed. Nothing is running if LemonLDAP is not installed or disabled.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>LEMONLDAP</base>
|
||||
<trans>LemonLDAP</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>EJABBERD_STATUS</base>
|
||||
<trans>Status of ejabberd jail, if installed. Nothing is running if ejabberd is not installed or disabled.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>EJABBERD</base>
|
||||
<trans>ejabberd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SOGOD_STATUS</base>
|
||||
<trans>Status of SOGO jail, if installed. Nothing is running if SOGO is not installed or disabled.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SOGOD</base>
|
||||
<trans>SOGO</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>WORDPRESS_STATUS</base>
|
||||
<trans>Status of wordpress jails. You need to activate it manually whether you have it in an ibay or use the contrib. Please also install the plugin in all your wordpress instances.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>WORDPRESS</base>
|
||||
<trans>wordpress</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VALIDFROM_DESC</base>
|
||||
<trans><![CDATA[ <hr class="sectionbar" /><h2>Allowed Hosts</h2> <p>This is a list of hosts that will not be blocked by fail2ban.</p> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NO_ENTRIES_YET</base>
|
||||
<trans>No Entries Yet</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_ADD_IP</base>
|
||||
<trans>To add a new allowed network, enter the details below.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ADD_IP</base>
|
||||
<trans>Authorized network</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_ADD_BITS</base>
|
||||
<trans>To add a new allowed network, enter the associated subnet using bits eg 22, 25 or 32).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ADD_BITS</base>
|
||||
<trans>Authorized network subnet</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>CURRENT_DENY_DESC</base>
|
||||
<trans><![CDATA[ <h2>Blocked Hosts</h2> <p>This is a list of hosts that are currently blocked. ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FIRST_SEEN</base>
|
||||
<trans>Host first seen</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESS</base>
|
||||
<trans>The new fail2ban settings have been saved.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERR_NO_RECORD</base>
|
||||
<trans>Unable to locate fail2ban record in configuration db</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_STOPPING</base>
|
||||
<trans>Error while trying to stop service</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESS_IP</base>
|
||||
<trans>The following IP has been unbanned</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESS_IP_WHITE</base>
|
||||
<trans>The following IP has been unbanned and whitelisted</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_UPDATING</base>
|
||||
<trans>Unable to unban</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_UPDATING_WHITE</base>
|
||||
<trans>Unable to unban and whitelist</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERR_EXISTS</base>
|
||||
<trans>Error: IP already in whitelist</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SEND_MAIL_STATUS</base>
|
||||
<trans>Send mail on ban</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>EMAIL</base>
|
||||
<trans>E-mail</trans>
|
||||
</entry>
|
||||
|
||||
|
||||
</lexicon>
|
196
root/etc/e-smith/locale/pt-br/etc/e-smith/web/functions/fail2ban
Normal file
196
root/etc/e-smith/locale/pt-br/etc/e-smith/web/functions/fail2ban
Normal file
@@ -0,0 +1,196 @@
|
||||
<lexicon lang="pt-br">
|
||||
<entry>
|
||||
<base>SERVICE_STATUS</base>
|
||||
<trans>Fail2ban service status.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>STATUS</base>
|
||||
<trans>Status</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterLocalNetworks_STATUS</base>
|
||||
<trans>Whitelist all the local network defined.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterLocalNetworks</base>
|
||||
<trans>FilterLocalNetworks status</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterValidRemoteHosts_STATUS</base>
|
||||
<trans>Whitelist all the authorized remote hosts allowed to acces server-manager.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterValidRemoteHosts</base>
|
||||
<trans>FilterValidRemoteHosts status</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>BANTIME</base>
|
||||
<trans>Set the default ban time for jails (Initial default is 1800 seconds).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT_BANTIME</base>
|
||||
<trans>Bantime</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FINDTIME</base>
|
||||
<trans>>Set the default find time for jails (Initial default is 900 seconds).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT_FINDTIME</base>
|
||||
<trans>Findtime</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAXRETRY</base>
|
||||
<trans>Set the default max retry allowed before being ban (Initial default is 3).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT_MAXRETRY</base>
|
||||
<trans>Maxretry</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SSHD_STATUS</base>
|
||||
<trans>Status of sshd jail.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SSHD</base>
|
||||
<trans>sshd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>QPSMTPD_STATUS</base>
|
||||
<trans>Status of qpsmtpd (incoming emails) jail.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>QPSMTPD</base>
|
||||
<trans>qpsmtpd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>IMAP_STATUS</base>
|
||||
<trans>Status of dovecot (imap service to retrieve emails) jail.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>IMAP</base>
|
||||
<trans>dovecot</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>HTTPD_STATUS</base>
|
||||
<trans>Status of httpd jails. Multiple features are enabled at once there.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>HTTPD</base>
|
||||
<trans>httpd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FTP_STATUS</base>
|
||||
<trans>Status of proftpd jail.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FTP</base>
|
||||
<trans>proftpd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>LEMONLDAP_STATUS</base>
|
||||
<trans>Status of LemonLDAP jail, if installed. Nothing is running if LemonLDAP is not installed or disabled.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>LEMONLDAP</base>
|
||||
<trans>LemonLDAP</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>EJABBERD_STATUS</base>
|
||||
<trans>Status of ejabberd jail, if installed. Nothing is running if ejabberd is not installed or disabled.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>EJABBERD</base>
|
||||
<trans>ejabberd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SOGOD_STATUS</base>
|
||||
<trans>Status of SOGO jail, if installed. Nothing is running if SOGO is not installed or disabled.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SOGOD</base>
|
||||
<trans>SOGO</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>WORDPRESS_STATUS</base>
|
||||
<trans>Status of wordpress jails. You need to activate it manually whether you have it in an ibay or use the contrib. Please also install the plugin in all your wordpress instances.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>WORDPRESS</base>
|
||||
<trans>wordpress</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VALIDFROM_DESC</base>
|
||||
<trans><![CDATA[ <hr class="sectionbar" /><h2>Allowed Hosts</h2> <p>This is a list of hosts that will not be blocked by fail2ban.</p> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NO_ENTRIES_YET</base>
|
||||
<trans>Nenhuma entrada ainda</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_ADD_IP</base>
|
||||
<trans>To add a new allowed network, enter the details below.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ADD_IP</base>
|
||||
<trans>Authorized network</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_ADD_BITS</base>
|
||||
<trans>To add a new allowed network, enter the associated subnet using bits eg 22, 25 or 32).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ADD_BITS</base>
|
||||
<trans>Authorized network subnet</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>CURRENT_DENY_DESC</base>
|
||||
<trans><![CDATA[ <h2>Blocked Hosts</h2> <p>This is a list of hosts that are currently blocked. ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FIRST_SEEN</base>
|
||||
<trans>Host visto primeiro em</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESS</base>
|
||||
<trans>The new fail2ban settings have been saved.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERR_NO_RECORD</base>
|
||||
<trans>Unable to locate fail2ban record in configuration db</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_STOPPING</base>
|
||||
<trans>Erro enquanto tentando parar serviço</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESS_IP</base>
|
||||
<trans>O seguinte IP deixou de ser banido</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESS_IP_WHITE</base>
|
||||
<trans>O seguinte IP deixou de ser banido e foi colocado na lista branca</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_UPDATING</base>
|
||||
<trans>Unable to unban</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_UPDATING_WHITE</base>
|
||||
<trans>Unable to unban and whitelist</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERR_EXISTS</base>
|
||||
<trans>Error: IP already in whitelist</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SEND_MAIL_STATUS</base>
|
||||
<trans>Send mail on ban</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>EMAIL</base>
|
||||
<trans>Apagar e-mail</trans>
|
||||
</entry>
|
||||
|
||||
|
||||
</lexicon>
|
196
root/etc/e-smith/locale/pt/etc/e-smith/web/functions/fail2ban
Normal file
196
root/etc/e-smith/locale/pt/etc/e-smith/web/functions/fail2ban
Normal file
@@ -0,0 +1,196 @@
|
||||
<lexicon lang="pt">
|
||||
<entry>
|
||||
<base>SERVICE_STATUS</base>
|
||||
<trans>Fail2ban service status.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>STATUS</base>
|
||||
<trans>Status</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterLocalNetworks_STATUS</base>
|
||||
<trans>Whitelist all the local network defined.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterLocalNetworks</base>
|
||||
<trans>FilterLocalNetworks status</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterValidRemoteHosts_STATUS</base>
|
||||
<trans>Whitelist all the authorized remote hosts allowed to acces server-manager.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterValidRemoteHosts</base>
|
||||
<trans>FilterValidRemoteHosts status</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>BANTIME</base>
|
||||
<trans>Set the default ban time for jails (Initial default is 1800 seconds).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT_BANTIME</base>
|
||||
<trans>Bantime</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FINDTIME</base>
|
||||
<trans>>Set the default find time for jails (Initial default is 900 seconds).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT_FINDTIME</base>
|
||||
<trans>Findtime</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAXRETRY</base>
|
||||
<trans>Set the default max retry allowed before being ban (Initial default is 3).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT_MAXRETRY</base>
|
||||
<trans>Maxretry</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SSHD_STATUS</base>
|
||||
<trans>Status of sshd jail.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SSHD</base>
|
||||
<trans>sshd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>QPSMTPD_STATUS</base>
|
||||
<trans>Status of qpsmtpd (incoming emails) jail.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>QPSMTPD</base>
|
||||
<trans>qpsmtpd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>IMAP_STATUS</base>
|
||||
<trans>Status of dovecot (imap service to retrieve emails) jail.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>IMAP</base>
|
||||
<trans>dovecot</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>HTTPD_STATUS</base>
|
||||
<trans>Status of httpd jails. Multiple features are enabled at once there.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>HTTPD</base>
|
||||
<trans>httpd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FTP_STATUS</base>
|
||||
<trans>Status of proftpd jail.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FTP</base>
|
||||
<trans>proftpd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>LEMONLDAP_STATUS</base>
|
||||
<trans>Status of LemonLDAP jail, if installed. Nothing is running if LemonLDAP is not installed or disabled.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>LEMONLDAP</base>
|
||||
<trans>LemonLDAP</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>EJABBERD_STATUS</base>
|
||||
<trans>Status of ejabberd jail, if installed. Nothing is running if ejabberd is not installed or disabled.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>EJABBERD</base>
|
||||
<trans>ejabberd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SOGOD_STATUS</base>
|
||||
<trans>Status of SOGO jail, if installed. Nothing is running if SOGO is not installed or disabled.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SOGOD</base>
|
||||
<trans>SOGO</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>WORDPRESS_STATUS</base>
|
||||
<trans>Status of wordpress jails. You need to activate it manually whether you have it in an ibay or use the contrib. Please also install the plugin in all your wordpress instances.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>WORDPRESS</base>
|
||||
<trans>wordpress</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VALIDFROM_DESC</base>
|
||||
<trans><![CDATA[ <hr class="sectionbar" /><h2>Allowed Hosts</h2> <p>This is a list of hosts that will not be blocked by fail2ban.</p> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NO_ENTRIES_YET</base>
|
||||
<trans>Nenhuma entrada ainda</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_ADD_IP</base>
|
||||
<trans>To add a new allowed network, enter the details below.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ADD_IP</base>
|
||||
<trans>Authorized network</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_ADD_BITS</base>
|
||||
<trans>To add a new allowed network, enter the associated subnet using bits eg 22, 25 or 32).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ADD_BITS</base>
|
||||
<trans>Authorized network subnet</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>CURRENT_DENY_DESC</base>
|
||||
<trans><![CDATA[ <h2>Blocked Hosts</h2> <p>This is a list of hosts that are currently blocked. ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FIRST_SEEN</base>
|
||||
<trans>Host visto primeiro em</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESS</base>
|
||||
<trans>The new fail2ban settings have been saved.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERR_NO_RECORD</base>
|
||||
<trans>Unable to locate fail2ban record in configuration db</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_STOPPING</base>
|
||||
<trans>Erro enquanto tentando parar serviço</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESS_IP</base>
|
||||
<trans>The following IP has been unbanned</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESS_IP_WHITE</base>
|
||||
<trans>The following IP has been unbanned and whitelisted</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_UPDATING</base>
|
||||
<trans>Unable to unban</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_UPDATING_WHITE</base>
|
||||
<trans>Unable to unban and whitelist</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERR_EXISTS</base>
|
||||
<trans>Error: IP already in whitelist</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SEND_MAIL_STATUS</base>
|
||||
<trans>Send mail on ban</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>EMAIL</base>
|
||||
<trans>Apagar e-mail</trans>
|
||||
</entry>
|
||||
|
||||
|
||||
</lexicon>
|
196
root/etc/e-smith/locale/ro/etc/e-smith/web/functions/fail2ban
Normal file
196
root/etc/e-smith/locale/ro/etc/e-smith/web/functions/fail2ban
Normal file
@@ -0,0 +1,196 @@
|
||||
<lexicon lang="ro">
|
||||
<entry>
|
||||
<base>SERVICE_STATUS</base>
|
||||
<trans>Fail2ban service status.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>STATUS</base>
|
||||
<trans>Stare</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterLocalNetworks_STATUS</base>
|
||||
<trans>Whitelist all the local network defined.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterLocalNetworks</base>
|
||||
<trans>FilterLocalNetworks status</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterValidRemoteHosts_STATUS</base>
|
||||
<trans>Whitelist all the authorized remote hosts allowed to acces server-manager.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterValidRemoteHosts</base>
|
||||
<trans>FilterValidRemoteHosts status</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>BANTIME</base>
|
||||
<trans>Set the default ban time for jails (Initial default is 1800 seconds).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT_BANTIME</base>
|
||||
<trans>Bantime</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FINDTIME</base>
|
||||
<trans>>Set the default find time for jails (Initial default is 900 seconds).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT_FINDTIME</base>
|
||||
<trans>Findtime</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAXRETRY</base>
|
||||
<trans>Set the default max retry allowed before being ban (Initial default is 3).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT_MAXRETRY</base>
|
||||
<trans>Maxretry</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SSHD_STATUS</base>
|
||||
<trans>Status of sshd jail.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SSHD</base>
|
||||
<trans>sshd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>QPSMTPD_STATUS</base>
|
||||
<trans>Status of qpsmtpd (incoming emails) jail.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>QPSMTPD</base>
|
||||
<trans>qpsmtpd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>IMAP_STATUS</base>
|
||||
<trans>Status of dovecot (imap service to retrieve emails) jail.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>IMAP</base>
|
||||
<trans>dovecot</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>HTTPD_STATUS</base>
|
||||
<trans>Status of httpd jails. Multiple features are enabled at once there.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>HTTPD</base>
|
||||
<trans>httpd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FTP_STATUS</base>
|
||||
<trans>Status of proftpd jail.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FTP</base>
|
||||
<trans>proftpd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>LEMONLDAP_STATUS</base>
|
||||
<trans>Status of LemonLDAP jail, if installed. Nothing is running if LemonLDAP is not installed or disabled.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>LEMONLDAP</base>
|
||||
<trans>LemonLDAP</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>EJABBERD_STATUS</base>
|
||||
<trans>Status of ejabberd jail, if installed. Nothing is running if ejabberd is not installed or disabled.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>EJABBERD</base>
|
||||
<trans>ejabberd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SOGOD_STATUS</base>
|
||||
<trans>Status of SOGO jail, if installed. Nothing is running if SOGO is not installed or disabled.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SOGOD</base>
|
||||
<trans>SOGO</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>WORDPRESS_STATUS</base>
|
||||
<trans>Status of wordpress jails. You need to activate it manually whether you have it in an ibay or use the contrib. Please also install the plugin in all your wordpress instances.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>WORDPRESS</base>
|
||||
<trans>wordpress</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VALIDFROM_DESC</base>
|
||||
<trans><![CDATA[ <hr class="sectionbar" /><h2>Allowed Hosts</h2> <p>This is a list of hosts that will not be blocked by fail2ban.</p> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NO_ENTRIES_YET</base>
|
||||
<trans>Nu există nici o înregistrare</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_ADD_IP</base>
|
||||
<trans>To add a new allowed network, enter the details below.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ADD_IP</base>
|
||||
<trans>Authorized network</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_ADD_BITS</base>
|
||||
<trans>To add a new allowed network, enter the associated subnet using bits eg 22, 25 or 32).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ADD_BITS</base>
|
||||
<trans>Authorized network subnet</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>CURRENT_DENY_DESC</base>
|
||||
<trans><![CDATA[ <h2>Blocked Hosts</h2> <p>This is a list of hosts that are currently blocked. ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FIRST_SEEN</base>
|
||||
<trans>Client observat prima data</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESS</base>
|
||||
<trans>The new fail2ban settings have been saved.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERR_NO_RECORD</base>
|
||||
<trans>Unable to locate fail2ban record in configuration db</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_STOPPING</base>
|
||||
<trans>A apărut o eroare când s-a încercat oprirea serviciului</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESS_IP</base>
|
||||
<trans>The following IP has been unbanned</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESS_IP_WHITE</base>
|
||||
<trans>The following IP has been unbanned and whitelisted</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_UPDATING</base>
|
||||
<trans>Unable to unban</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_UPDATING_WHITE</base>
|
||||
<trans>Unable to unban and whitelist</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERR_EXISTS</base>
|
||||
<trans>Error: IP already in whitelist</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SEND_MAIL_STATUS</base>
|
||||
<trans>Send mail on ban</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>EMAIL</base>
|
||||
<trans>Șterge email</trans>
|
||||
</entry>
|
||||
|
||||
|
||||
</lexicon>
|
196
root/etc/e-smith/locale/ru/etc/e-smith/web/functions/fail2ban
Normal file
196
root/etc/e-smith/locale/ru/etc/e-smith/web/functions/fail2ban
Normal file
@@ -0,0 +1,196 @@
|
||||
<lexicon lang="ru">
|
||||
<entry>
|
||||
<base>SERVICE_STATUS</base>
|
||||
<trans>Fail2ban service status.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>STATUS</base>
|
||||
<trans>Состояние</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterLocalNetworks_STATUS</base>
|
||||
<trans>Whitelist all the local network defined.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterLocalNetworks</base>
|
||||
<trans>FilterLocalNetworks status</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterValidRemoteHosts_STATUS</base>
|
||||
<trans>Whitelist all the authorized remote hosts allowed to acces server-manager.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterValidRemoteHosts</base>
|
||||
<trans>FilterValidRemoteHosts status</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>BANTIME</base>
|
||||
<trans>Set the default ban time for jails (Initial default is 1800 seconds).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT_BANTIME</base>
|
||||
<trans>Bantime</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FINDTIME</base>
|
||||
<trans>>Set the default find time for jails (Initial default is 900 seconds).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT_FINDTIME</base>
|
||||
<trans>Findtime</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAXRETRY</base>
|
||||
<trans>Set the default max retry allowed before being ban (Initial default is 3).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT_MAXRETRY</base>
|
||||
<trans>Maxretry</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SSHD_STATUS</base>
|
||||
<trans>Status of sshd jail.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SSHD</base>
|
||||
<trans>sshd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>QPSMTPD_STATUS</base>
|
||||
<trans>Status of qpsmtpd (incoming emails) jail.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>QPSMTPD</base>
|
||||
<trans>qpsmtpd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>IMAP_STATUS</base>
|
||||
<trans>Status of dovecot (imap service to retrieve emails) jail.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>IMAP</base>
|
||||
<trans>dovecot</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>HTTPD_STATUS</base>
|
||||
<trans>Status of httpd jails. Multiple features are enabled at once there.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>HTTPD</base>
|
||||
<trans>httpd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FTP_STATUS</base>
|
||||
<trans>Status of proftpd jail.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FTP</base>
|
||||
<trans>proftpd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>LEMONLDAP_STATUS</base>
|
||||
<trans>Status of LemonLDAP jail, if installed. Nothing is running if LemonLDAP is not installed or disabled.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>LEMONLDAP</base>
|
||||
<trans>LemonLDAP</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>EJABBERD_STATUS</base>
|
||||
<trans>Status of ejabberd jail, if installed. Nothing is running if ejabberd is not installed or disabled.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>EJABBERD</base>
|
||||
<trans>ejabberd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SOGOD_STATUS</base>
|
||||
<trans>Status of SOGO jail, if installed. Nothing is running if SOGO is not installed or disabled.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SOGOD</base>
|
||||
<trans>SOGO</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>WORDPRESS_STATUS</base>
|
||||
<trans>Status of wordpress jails. You need to activate it manually whether you have it in an ibay or use the contrib. Please also install the plugin in all your wordpress instances.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>WORDPRESS</base>
|
||||
<trans>wordpress</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VALIDFROM_DESC</base>
|
||||
<trans><![CDATA[ <hr class="sectionbar" /><h2>Allowed Hosts</h2> <p>This is a list of hosts that will not be blocked by fail2ban.</p> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NO_ENTRIES_YET</base>
|
||||
<trans>Нет элементов</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_ADD_IP</base>
|
||||
<trans>To add a new allowed network, enter the details below.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ADD_IP</base>
|
||||
<trans>Authorized network</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_ADD_BITS</base>
|
||||
<trans>To add a new allowed network, enter the associated subnet using bits eg 22, 25 or 32).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ADD_BITS</base>
|
||||
<trans>Authorized network subnet</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>CURRENT_DENY_DESC</base>
|
||||
<trans><![CDATA[ <h2>Blocked Hosts</h2> <p>This is a list of hosts that are currently blocked. ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FIRST_SEEN</base>
|
||||
<trans>Хост впервые обнаружен</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESS</base>
|
||||
<trans>The new fail2ban settings have been saved.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERR_NO_RECORD</base>
|
||||
<trans>Unable to locate fail2ban record in configuration db</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_STOPPING</base>
|
||||
<trans>Ошибка при попытке остановить службу</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESS_IP</base>
|
||||
<trans>The following IP has been unbanned</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESS_IP_WHITE</base>
|
||||
<trans>The following IP has been unbanned and whitelisted</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_UPDATING</base>
|
||||
<trans>Unable to unban</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_UPDATING_WHITE</base>
|
||||
<trans>Unable to unban and whitelist</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERR_EXISTS</base>
|
||||
<trans>Error: IP already in whitelist</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SEND_MAIL_STATUS</base>
|
||||
<trans>Send mail on ban</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>EMAIL</base>
|
||||
<trans>Удалить письмо</trans>
|
||||
</entry>
|
||||
|
||||
|
||||
</lexicon>
|
196
root/etc/e-smith/locale/sl/etc/e-smith/web/functions/fail2ban
Normal file
196
root/etc/e-smith/locale/sl/etc/e-smith/web/functions/fail2ban
Normal file
@@ -0,0 +1,196 @@
|
||||
<lexicon lang="sl">
|
||||
<entry>
|
||||
<base>SERVICE_STATUS</base>
|
||||
<trans>Fail2ban service status.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>STATUS</base>
|
||||
<trans>Status</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterLocalNetworks_STATUS</base>
|
||||
<trans>Whitelist all the local network defined.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterLocalNetworks</base>
|
||||
<trans>FilterLocalNetworks status</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterValidRemoteHosts_STATUS</base>
|
||||
<trans>Whitelist all the authorized remote hosts allowed to acces server-manager.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterValidRemoteHosts</base>
|
||||
<trans>FilterValidRemoteHosts status</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>BANTIME</base>
|
||||
<trans>Set the default ban time for jails (Initial default is 1800 seconds).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT_BANTIME</base>
|
||||
<trans>Bantime</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FINDTIME</base>
|
||||
<trans>>Set the default find time for jails (Initial default is 900 seconds).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT_FINDTIME</base>
|
||||
<trans>Findtime</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAXRETRY</base>
|
||||
<trans>Set the default max retry allowed before being ban (Initial default is 3).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT_MAXRETRY</base>
|
||||
<trans>Maxretry</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SSHD_STATUS</base>
|
||||
<trans>Status of sshd jail.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SSHD</base>
|
||||
<trans>sshd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>QPSMTPD_STATUS</base>
|
||||
<trans>Status of qpsmtpd (incoming emails) jail.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>QPSMTPD</base>
|
||||
<trans>qpsmtpd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>IMAP_STATUS</base>
|
||||
<trans>Status of dovecot (imap service to retrieve emails) jail.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>IMAP</base>
|
||||
<trans>dovecot</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>HTTPD_STATUS</base>
|
||||
<trans>Status of httpd jails. Multiple features are enabled at once there.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>HTTPD</base>
|
||||
<trans>httpd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FTP_STATUS</base>
|
||||
<trans>Status of proftpd jail.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FTP</base>
|
||||
<trans>proftpd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>LEMONLDAP_STATUS</base>
|
||||
<trans>Status of LemonLDAP jail, if installed. Nothing is running if LemonLDAP is not installed or disabled.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>LEMONLDAP</base>
|
||||
<trans>LemonLDAP</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>EJABBERD_STATUS</base>
|
||||
<trans>Status of ejabberd jail, if installed. Nothing is running if ejabberd is not installed or disabled.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>EJABBERD</base>
|
||||
<trans>ejabberd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SOGOD_STATUS</base>
|
||||
<trans>Status of SOGO jail, if installed. Nothing is running if SOGO is not installed or disabled.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SOGOD</base>
|
||||
<trans>SOGO</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>WORDPRESS_STATUS</base>
|
||||
<trans>Status of wordpress jails. You need to activate it manually whether you have it in an ibay or use the contrib. Please also install the plugin in all your wordpress instances.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>WORDPRESS</base>
|
||||
<trans>wordpress</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VALIDFROM_DESC</base>
|
||||
<trans><![CDATA[ <hr class="sectionbar" /><h2>Allowed Hosts</h2> <p>This is a list of hosts that will not be blocked by fail2ban.</p> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NO_ENTRIES_YET</base>
|
||||
<trans>No Entries Yet</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_ADD_IP</base>
|
||||
<trans>To add a new allowed network, enter the details below.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ADD_IP</base>
|
||||
<trans>Authorized network</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_ADD_BITS</base>
|
||||
<trans>To add a new allowed network, enter the associated subnet using bits eg 22, 25 or 32).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ADD_BITS</base>
|
||||
<trans>Authorized network subnet</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>CURRENT_DENY_DESC</base>
|
||||
<trans><![CDATA[ <h2>Blocked Hosts</h2> <p>This is a list of hosts that are currently blocked. ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FIRST_SEEN</base>
|
||||
<trans>Host first seen</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESS</base>
|
||||
<trans>The new fail2ban settings have been saved.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERR_NO_RECORD</base>
|
||||
<trans>Unable to locate fail2ban record in configuration db</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_STOPPING</base>
|
||||
<trans>Error while trying to stop service</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESS_IP</base>
|
||||
<trans>The following IP has been unbanned</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESS_IP_WHITE</base>
|
||||
<trans>The following IP has been unbanned and whitelisted</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_UPDATING</base>
|
||||
<trans>Unable to unban</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_UPDATING_WHITE</base>
|
||||
<trans>Unable to unban and whitelist</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERR_EXISTS</base>
|
||||
<trans>Error: IP already in whitelist</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SEND_MAIL_STATUS</base>
|
||||
<trans>Send mail on ban</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>EMAIL</base>
|
||||
<trans>Email</trans>
|
||||
</entry>
|
||||
|
||||
|
||||
</lexicon>
|
196
root/etc/e-smith/locale/sv/etc/e-smith/web/functions/fail2ban
Normal file
196
root/etc/e-smith/locale/sv/etc/e-smith/web/functions/fail2ban
Normal file
@@ -0,0 +1,196 @@
|
||||
<lexicon lang="sv">
|
||||
<entry>
|
||||
<base>SERVICE_STATUS</base>
|
||||
<trans>Fail2ban service status.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>STATUS</base>
|
||||
<trans>Status</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterLocalNetworks_STATUS</base>
|
||||
<trans>Whitelist all the local network defined.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterLocalNetworks</base>
|
||||
<trans>FilterLocalNetworks status</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterValidRemoteHosts_STATUS</base>
|
||||
<trans>Whitelist all the authorized remote hosts allowed to acces server-manager.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterValidRemoteHosts</base>
|
||||
<trans>FilterValidRemoteHosts status</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>BANTIME</base>
|
||||
<trans>Set the default ban time for jails (Initial default is 1800 seconds).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT_BANTIME</base>
|
||||
<trans>Bantime</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FINDTIME</base>
|
||||
<trans>>Set the default find time for jails (Initial default is 900 seconds).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT_FINDTIME</base>
|
||||
<trans>Findtime</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAXRETRY</base>
|
||||
<trans>Set the default max retry allowed before being ban (Initial default is 3).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT_MAXRETRY</base>
|
||||
<trans>Maxretry</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SSHD_STATUS</base>
|
||||
<trans>Status of sshd jail.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SSHD</base>
|
||||
<trans>sshd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>QPSMTPD_STATUS</base>
|
||||
<trans>Status of qpsmtpd (incoming emails) jail.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>QPSMTPD</base>
|
||||
<trans>qpsmtpd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>IMAP_STATUS</base>
|
||||
<trans>Status of dovecot (imap service to retrieve emails) jail.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>IMAP</base>
|
||||
<trans>dovecot</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>HTTPD_STATUS</base>
|
||||
<trans>Status of httpd jails. Multiple features are enabled at once there.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>HTTPD</base>
|
||||
<trans>httpd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FTP_STATUS</base>
|
||||
<trans>Status of proftpd jail.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FTP</base>
|
||||
<trans>proftpd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>LEMONLDAP_STATUS</base>
|
||||
<trans>Status of LemonLDAP jail, if installed. Nothing is running if LemonLDAP is not installed or disabled.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>LEMONLDAP</base>
|
||||
<trans>LemonLDAP</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>EJABBERD_STATUS</base>
|
||||
<trans>Status of ejabberd jail, if installed. Nothing is running if ejabberd is not installed or disabled.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>EJABBERD</base>
|
||||
<trans>ejabberd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SOGOD_STATUS</base>
|
||||
<trans>Status of SOGO jail, if installed. Nothing is running if SOGO is not installed or disabled.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SOGOD</base>
|
||||
<trans>SOGO</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>WORDPRESS_STATUS</base>
|
||||
<trans>Status of wordpress jails. You need to activate it manually whether you have it in an ibay or use the contrib. Please also install the plugin in all your wordpress instances.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>WORDPRESS</base>
|
||||
<trans>wordpress</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VALIDFROM_DESC</base>
|
||||
<trans><![CDATA[ <hr class="sectionbar" /><h2>Allowed Hosts</h2> <p>This is a list of hosts that will not be blocked by fail2ban.</p> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NO_ENTRIES_YET</base>
|
||||
<trans>Inga värden ännu</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_ADD_IP</base>
|
||||
<trans>To add a new allowed network, enter the details below.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ADD_IP</base>
|
||||
<trans>Authorized network</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_ADD_BITS</base>
|
||||
<trans>To add a new allowed network, enter the associated subnet using bits eg 22, 25 or 32).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ADD_BITS</base>
|
||||
<trans>Authorized network subnet</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>CURRENT_DENY_DESC</base>
|
||||
<trans><![CDATA[ <h2>Blocked Hosts</h2> <p>This is a list of hosts that are currently blocked. ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FIRST_SEEN</base>
|
||||
<trans>Värd sett första gången</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESS</base>
|
||||
<trans>The new fail2ban settings have been saved.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERR_NO_RECORD</base>
|
||||
<trans>Unable to locate fail2ban record in configuration db</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_STOPPING</base>
|
||||
<trans>Ett fel uppstod vid försök att stoppa service</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESS_IP</base>
|
||||
<trans>The following IP has been unbanned</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESS_IP_WHITE</base>
|
||||
<trans>The following IP has been unbanned and whitelisted</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_UPDATING</base>
|
||||
<trans>Unable to unban</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_UPDATING_WHITE</base>
|
||||
<trans>Unable to unban and whitelist</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERR_EXISTS</base>
|
||||
<trans>Error: IP already in whitelist</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SEND_MAIL_STATUS</base>
|
||||
<trans>Send mail on ban</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>EMAIL</base>
|
||||
<trans>Radera e-post</trans>
|
||||
</entry>
|
||||
|
||||
|
||||
</lexicon>
|
196
root/etc/e-smith/locale/th/etc/e-smith/web/functions/fail2ban
Normal file
196
root/etc/e-smith/locale/th/etc/e-smith/web/functions/fail2ban
Normal file
@@ -0,0 +1,196 @@
|
||||
<lexicon lang="th">
|
||||
<entry>
|
||||
<base>SERVICE_STATUS</base>
|
||||
<trans>Fail2ban service status.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>STATUS</base>
|
||||
<trans>สถานะ</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterLocalNetworks_STATUS</base>
|
||||
<trans>Whitelist all the local network defined.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterLocalNetworks</base>
|
||||
<trans>FilterLocalNetworks status</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterValidRemoteHosts_STATUS</base>
|
||||
<trans>Whitelist all the authorized remote hosts allowed to acces server-manager.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterValidRemoteHosts</base>
|
||||
<trans>FilterValidRemoteHosts status</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>BANTIME</base>
|
||||
<trans>Set the default ban time for jails (Initial default is 1800 seconds).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT_BANTIME</base>
|
||||
<trans>Bantime</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FINDTIME</base>
|
||||
<trans>>Set the default find time for jails (Initial default is 900 seconds).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT_FINDTIME</base>
|
||||
<trans>Findtime</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAXRETRY</base>
|
||||
<trans>Set the default max retry allowed before being ban (Initial default is 3).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT_MAXRETRY</base>
|
||||
<trans>Maxretry</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SSHD_STATUS</base>
|
||||
<trans>Status of sshd jail.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SSHD</base>
|
||||
<trans>sshd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>QPSMTPD_STATUS</base>
|
||||
<trans>Status of qpsmtpd (incoming emails) jail.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>QPSMTPD</base>
|
||||
<trans>qpsmtpd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>IMAP_STATUS</base>
|
||||
<trans>Status of dovecot (imap service to retrieve emails) jail.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>IMAP</base>
|
||||
<trans>dovecot</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>HTTPD_STATUS</base>
|
||||
<trans>Status of httpd jails. Multiple features are enabled at once there.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>HTTPD</base>
|
||||
<trans>httpd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FTP_STATUS</base>
|
||||
<trans>Status of proftpd jail.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FTP</base>
|
||||
<trans>proftpd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>LEMONLDAP_STATUS</base>
|
||||
<trans>Status of LemonLDAP jail, if installed. Nothing is running if LemonLDAP is not installed or disabled.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>LEMONLDAP</base>
|
||||
<trans>LemonLDAP</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>EJABBERD_STATUS</base>
|
||||
<trans>Status of ejabberd jail, if installed. Nothing is running if ejabberd is not installed or disabled.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>EJABBERD</base>
|
||||
<trans>ejabberd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SOGOD_STATUS</base>
|
||||
<trans>Status of SOGO jail, if installed. Nothing is running if SOGO is not installed or disabled.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SOGOD</base>
|
||||
<trans>SOGO</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>WORDPRESS_STATUS</base>
|
||||
<trans>Status of wordpress jails. You need to activate it manually whether you have it in an ibay or use the contrib. Please also install the plugin in all your wordpress instances.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>WORDPRESS</base>
|
||||
<trans>wordpress</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VALIDFROM_DESC</base>
|
||||
<trans><![CDATA[ <hr class="sectionbar" /><h2>Allowed Hosts</h2> <p>This is a list of hosts that will not be blocked by fail2ban.</p> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NO_ENTRIES_YET</base>
|
||||
<trans>No Entries Yet</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_ADD_IP</base>
|
||||
<trans>To add a new allowed network, enter the details below.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ADD_IP</base>
|
||||
<trans>Authorized network</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_ADD_BITS</base>
|
||||
<trans>To add a new allowed network, enter the associated subnet using bits eg 22, 25 or 32).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ADD_BITS</base>
|
||||
<trans>Authorized network subnet</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>CURRENT_DENY_DESC</base>
|
||||
<trans><![CDATA[ <h2>Blocked Hosts</h2> <p>This is a list of hosts that are currently blocked. ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FIRST_SEEN</base>
|
||||
<trans>Host first seen</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESS</base>
|
||||
<trans>The new fail2ban settings have been saved.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERR_NO_RECORD</base>
|
||||
<trans>Unable to locate fail2ban record in configuration db</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_STOPPING</base>
|
||||
<trans>Error while trying to stop service</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESS_IP</base>
|
||||
<trans>The following IP has been unbanned</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESS_IP_WHITE</base>
|
||||
<trans>The following IP has been unbanned and whitelisted</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_UPDATING</base>
|
||||
<trans>Unable to unban</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_UPDATING_WHITE</base>
|
||||
<trans>Unable to unban and whitelist</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERR_EXISTS</base>
|
||||
<trans>Error: IP already in whitelist</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SEND_MAIL_STATUS</base>
|
||||
<trans>Send mail on ban</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>EMAIL</base>
|
||||
<trans>ลบอีเมล์</trans>
|
||||
</entry>
|
||||
|
||||
|
||||
</lexicon>
|
196
root/etc/e-smith/locale/tr/etc/e-smith/web/functions/fail2ban
Normal file
196
root/etc/e-smith/locale/tr/etc/e-smith/web/functions/fail2ban
Normal file
@@ -0,0 +1,196 @@
|
||||
<lexicon lang="tr">
|
||||
<entry>
|
||||
<base>SERVICE_STATUS</base>
|
||||
<trans>Fail2ban service status.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>STATUS</base>
|
||||
<trans>Durum</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterLocalNetworks_STATUS</base>
|
||||
<trans>Whitelist all the local network defined.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterLocalNetworks</base>
|
||||
<trans>FilterLocalNetworks status</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterValidRemoteHosts_STATUS</base>
|
||||
<trans>Whitelist all the authorized remote hosts allowed to acces server-manager.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterValidRemoteHosts</base>
|
||||
<trans>FilterValidRemoteHosts status</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>BANTIME</base>
|
||||
<trans>Set the default ban time for jails (Initial default is 1800 seconds).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT_BANTIME</base>
|
||||
<trans>Bantime</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FINDTIME</base>
|
||||
<trans>>Set the default find time for jails (Initial default is 900 seconds).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT_FINDTIME</base>
|
||||
<trans>Findtime</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAXRETRY</base>
|
||||
<trans>Set the default max retry allowed before being ban (Initial default is 3).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT_MAXRETRY</base>
|
||||
<trans>Maxretry</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SSHD_STATUS</base>
|
||||
<trans>Status of sshd jail.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SSHD</base>
|
||||
<trans>sshd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>QPSMTPD_STATUS</base>
|
||||
<trans>Status of qpsmtpd (incoming emails) jail.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>QPSMTPD</base>
|
||||
<trans>qpsmtpd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>IMAP_STATUS</base>
|
||||
<trans>Status of dovecot (imap service to retrieve emails) jail.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>IMAP</base>
|
||||
<trans>dovecot</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>HTTPD_STATUS</base>
|
||||
<trans>Status of httpd jails. Multiple features are enabled at once there.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>HTTPD</base>
|
||||
<trans>httpd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FTP_STATUS</base>
|
||||
<trans>Status of proftpd jail.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FTP</base>
|
||||
<trans>proftpd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>LEMONLDAP_STATUS</base>
|
||||
<trans>Status of LemonLDAP jail, if installed. Nothing is running if LemonLDAP is not installed or disabled.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>LEMONLDAP</base>
|
||||
<trans>LemonLDAP</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>EJABBERD_STATUS</base>
|
||||
<trans>Status of ejabberd jail, if installed. Nothing is running if ejabberd is not installed or disabled.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>EJABBERD</base>
|
||||
<trans>ejabberd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SOGOD_STATUS</base>
|
||||
<trans>Status of SOGO jail, if installed. Nothing is running if SOGO is not installed or disabled.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SOGOD</base>
|
||||
<trans>SOGO</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>WORDPRESS_STATUS</base>
|
||||
<trans>Status of wordpress jails. You need to activate it manually whether you have it in an ibay or use the contrib. Please also install the plugin in all your wordpress instances.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>WORDPRESS</base>
|
||||
<trans>wordpress</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VALIDFROM_DESC</base>
|
||||
<trans><![CDATA[ <hr class="sectionbar" /><h2>Allowed Hosts</h2> <p>This is a list of hosts that will not be blocked by fail2ban.</p> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NO_ENTRIES_YET</base>
|
||||
<trans>Giriş izni yok</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_ADD_IP</base>
|
||||
<trans>To add a new allowed network, enter the details below.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ADD_IP</base>
|
||||
<trans>Authorized network</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_ADD_BITS</base>
|
||||
<trans>To add a new allowed network, enter the associated subnet using bits eg 22, 25 or 32).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ADD_BITS</base>
|
||||
<trans>Authorized network subnet</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>CURRENT_DENY_DESC</base>
|
||||
<trans><![CDATA[ <h2>Blocked Hosts</h2> <p>This is a list of hosts that are currently blocked. ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FIRST_SEEN</base>
|
||||
<trans>Sunucunu ilk defa görülmesi</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESS</base>
|
||||
<trans>The new fail2ban settings have been saved.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERR_NO_RECORD</base>
|
||||
<trans>Unable to locate fail2ban record in configuration db</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_STOPPING</base>
|
||||
<trans>Servisi durdurmaya çalışırken hata oluştu</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESS_IP</base>
|
||||
<trans>The following IP has been unbanned</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESS_IP_WHITE</base>
|
||||
<trans>The following IP has been unbanned and whitelisted</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_UPDATING</base>
|
||||
<trans>Unable to unban</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_UPDATING_WHITE</base>
|
||||
<trans>Unable to unban and whitelist</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERR_EXISTS</base>
|
||||
<trans>Error: IP already in whitelist</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SEND_MAIL_STATUS</base>
|
||||
<trans>Send mail on ban</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>EMAIL</base>
|
||||
<trans>E-posta</trans>
|
||||
</entry>
|
||||
|
||||
|
||||
</lexicon>
|
196
root/etc/e-smith/locale/zh-cn/etc/e-smith/web/functions/fail2ban
Normal file
196
root/etc/e-smith/locale/zh-cn/etc/e-smith/web/functions/fail2ban
Normal file
@@ -0,0 +1,196 @@
|
||||
<lexicon lang="zh-cn">
|
||||
<entry>
|
||||
<base>SERVICE_STATUS</base>
|
||||
<trans>Fail2ban service status.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>STATUS</base>
|
||||
<trans>状态</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterLocalNetworks_STATUS</base>
|
||||
<trans>Whitelist all the local network defined.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterLocalNetworks</base>
|
||||
<trans>FilterLocalNetworks status</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterValidRemoteHosts_STATUS</base>
|
||||
<trans>Whitelist all the authorized remote hosts allowed to acces server-manager.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterValidRemoteHosts</base>
|
||||
<trans>FilterValidRemoteHosts status</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>BANTIME</base>
|
||||
<trans>Set the default ban time for jails (Initial default is 1800 seconds).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT_BANTIME</base>
|
||||
<trans>Bantime</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FINDTIME</base>
|
||||
<trans>>Set the default find time for jails (Initial default is 900 seconds).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT_FINDTIME</base>
|
||||
<trans>Findtime</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAXRETRY</base>
|
||||
<trans>Set the default max retry allowed before being ban (Initial default is 3).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT_MAXRETRY</base>
|
||||
<trans>Maxretry</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SSHD_STATUS</base>
|
||||
<trans>Status of sshd jail.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SSHD</base>
|
||||
<trans>sshd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>QPSMTPD_STATUS</base>
|
||||
<trans>Status of qpsmtpd (incoming emails) jail.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>QPSMTPD</base>
|
||||
<trans>qpsmtpd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>IMAP_STATUS</base>
|
||||
<trans>Status of dovecot (imap service to retrieve emails) jail.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>IMAP</base>
|
||||
<trans>dovecot</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>HTTPD_STATUS</base>
|
||||
<trans>Status of httpd jails. Multiple features are enabled at once there.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>HTTPD</base>
|
||||
<trans>httpd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FTP_STATUS</base>
|
||||
<trans>Status of proftpd jail.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FTP</base>
|
||||
<trans>proftpd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>LEMONLDAP_STATUS</base>
|
||||
<trans>Status of LemonLDAP jail, if installed. Nothing is running if LemonLDAP is not installed or disabled.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>LEMONLDAP</base>
|
||||
<trans>LemonLDAP</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>EJABBERD_STATUS</base>
|
||||
<trans>Status of ejabberd jail, if installed. Nothing is running if ejabberd is not installed or disabled.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>EJABBERD</base>
|
||||
<trans>ejabberd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SOGOD_STATUS</base>
|
||||
<trans>Status of SOGO jail, if installed. Nothing is running if SOGO is not installed or disabled.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SOGOD</base>
|
||||
<trans>SOGO</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>WORDPRESS_STATUS</base>
|
||||
<trans>Status of wordpress jails. You need to activate it manually whether you have it in an ibay or use the contrib. Please also install the plugin in all your wordpress instances.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>WORDPRESS</base>
|
||||
<trans>wordpress</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VALIDFROM_DESC</base>
|
||||
<trans><![CDATA[ <hr class="sectionbar" /><h2>Allowed Hosts</h2> <p>This is a list of hosts that will not be blocked by fail2ban.</p> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NO_ENTRIES_YET</base>
|
||||
<trans>还没有输入</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_ADD_IP</base>
|
||||
<trans>To add a new allowed network, enter the details below.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ADD_IP</base>
|
||||
<trans>Authorized network</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_ADD_BITS</base>
|
||||
<trans>To add a new allowed network, enter the associated subnet using bits eg 22, 25 or 32).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ADD_BITS</base>
|
||||
<trans>Authorized network subnet</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>CURRENT_DENY_DESC</base>
|
||||
<trans><![CDATA[ <h2>Blocked Hosts</h2> <p>This is a list of hosts that are currently blocked. ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FIRST_SEEN</base>
|
||||
<trans>第一次出现的主机</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESS</base>
|
||||
<trans>The new fail2ban settings have been saved.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERR_NO_RECORD</base>
|
||||
<trans>Unable to locate fail2ban record in configuration db</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_STOPPING</base>
|
||||
<trans>停止服务时出错</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESS_IP</base>
|
||||
<trans>The following IP has been unbanned</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESS_IP_WHITE</base>
|
||||
<trans>The following IP has been unbanned and whitelisted</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_UPDATING</base>
|
||||
<trans>Unable to unban</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_UPDATING_WHITE</base>
|
||||
<trans>Unable to unban and whitelist</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERR_EXISTS</base>
|
||||
<trans>Error: IP already in whitelist</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SEND_MAIL_STATUS</base>
|
||||
<trans>Send mail on ban</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>EMAIL</base>
|
||||
<trans>删除邮件</trans>
|
||||
</entry>
|
||||
|
||||
|
||||
</lexicon>
|
196
root/etc/e-smith/locale/zh-tw/etc/e-smith/web/functions/fail2ban
Normal file
196
root/etc/e-smith/locale/zh-tw/etc/e-smith/web/functions/fail2ban
Normal file
@@ -0,0 +1,196 @@
|
||||
<lexicon lang="zh-tw">
|
||||
<entry>
|
||||
<base>SERVICE_STATUS</base>
|
||||
<trans>Fail2ban service status.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>STATUS</base>
|
||||
<trans>狀態</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterLocalNetworks_STATUS</base>
|
||||
<trans>Whitelist all the local network defined.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterLocalNetworks</base>
|
||||
<trans>FilterLocalNetworks status</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterValidRemoteHosts_STATUS</base>
|
||||
<trans>Whitelist all the authorized remote hosts allowed to acces server-manager.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FilterValidRemoteHosts</base>
|
||||
<trans>FilterValidRemoteHosts status</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>BANTIME</base>
|
||||
<trans>Set the default ban time for jails (Initial default is 1800 seconds).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT_BANTIME</base>
|
||||
<trans>Bantime</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FINDTIME</base>
|
||||
<trans>>Set the default find time for jails (Initial default is 900 seconds).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT_FINDTIME</base>
|
||||
<trans>Findtime</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MAXRETRY</base>
|
||||
<trans>Set the default max retry allowed before being ban (Initial default is 3).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DEFAULT_MAXRETRY</base>
|
||||
<trans>Maxretry</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SSHD_STATUS</base>
|
||||
<trans>Status of sshd jail.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SSHD</base>
|
||||
<trans>sshd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>QPSMTPD_STATUS</base>
|
||||
<trans>Status of qpsmtpd (incoming emails) jail.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>QPSMTPD</base>
|
||||
<trans>qpsmtpd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>IMAP_STATUS</base>
|
||||
<trans>Status of dovecot (imap service to retrieve emails) jail.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>IMAP</base>
|
||||
<trans>dovecot</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>HTTPD_STATUS</base>
|
||||
<trans>Status of httpd jails. Multiple features are enabled at once there.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>HTTPD</base>
|
||||
<trans>httpd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FTP_STATUS</base>
|
||||
<trans>Status of proftpd jail.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FTP</base>
|
||||
<trans>proftpd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>LEMONLDAP_STATUS</base>
|
||||
<trans>Status of LemonLDAP jail, if installed. Nothing is running if LemonLDAP is not installed or disabled.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>LEMONLDAP</base>
|
||||
<trans>LemonLDAP</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>EJABBERD_STATUS</base>
|
||||
<trans>Status of ejabberd jail, if installed. Nothing is running if ejabberd is not installed or disabled.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>EJABBERD</base>
|
||||
<trans>ejabberd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SOGOD_STATUS</base>
|
||||
<trans>Status of SOGO jail, if installed. Nothing is running if SOGO is not installed or disabled.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SOGOD</base>
|
||||
<trans>SOGO</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>WORDPRESS_STATUS</base>
|
||||
<trans>Status of wordpress jails. You need to activate it manually whether you have it in an ibay or use the contrib. Please also install the plugin in all your wordpress instances.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>WORDPRESS</base>
|
||||
<trans>wordpress</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VALIDFROM_DESC</base>
|
||||
<trans><![CDATA[ <hr class="sectionbar" /><h2>Allowed Hosts</h2> <p>This is a list of hosts that will not be blocked by fail2ban.</p> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NO_ENTRIES_YET</base>
|
||||
<trans>尚無輸入</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_ADD_IP</base>
|
||||
<trans>To add a new allowed network, enter the details below.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ADD_IP</base>
|
||||
<trans>Authorized network</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESC_ADD_BITS</base>
|
||||
<trans>To add a new allowed network, enter the associated subnet using bits eg 22, 25 or 32).</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ADD_BITS</base>
|
||||
<trans>Authorized network subnet</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>CURRENT_DENY_DESC</base>
|
||||
<trans><![CDATA[ <h2>Blocked Hosts</h2> <p>This is a list of hosts that are currently blocked. ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FIRST_SEEN</base>
|
||||
<trans>首次訪問的主機</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESS</base>
|
||||
<trans>The new fail2ban settings have been saved.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERR_NO_RECORD</base>
|
||||
<trans>Unable to locate fail2ban record in configuration db</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_STOPPING</base>
|
||||
<trans>錯誤發生於試圖停止服務時</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESS_IP</base>
|
||||
<trans>The following IP has been unbanned</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESS_IP_WHITE</base>
|
||||
<trans>The following IP has been unbanned and whitelisted</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_UPDATING</base>
|
||||
<trans>Unable to unban</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_UPDATING_WHITE</base>
|
||||
<trans>Unable to unban and whitelist</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERR_EXISTS</base>
|
||||
<trans>Error: IP already in whitelist</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SEND_MAIL_STATUS</base>
|
||||
<trans>Send mail on ban</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>EMAIL</base>
|
||||
<trans>郵件刪除</trans>
|
||||
</entry>
|
||||
|
||||
|
||||
</lexicon>
|
@@ -0,0 +1,22 @@
|
||||
#Only non rpm owned files are backupe there
|
||||
{
|
||||
use RPM2;
|
||||
my $rpm_db = RPM2->open_rpm_db();
|
||||
|
||||
my @dirs = qw(
|
||||
/etc/fail2ban
|
||||
/etc/fail2ban/action.d
|
||||
/etc/fail2ban/fail2ban.d
|
||||
/etc/fail2ban/filter.d
|
||||
/etc/fail2ban/jail.d
|
||||
);
|
||||
|
||||
foreach my $some_dir (@dirs) {
|
||||
opendir(my $dh, $some_dir) || die "Can't open $some_dir: $!";
|
||||
while ( (my $file = readdir $dh) ) {
|
||||
next if $file =~ /^\.{1,2}$/;
|
||||
$OUT .= "$some_dir/$file\n" unless $rpm_db->find_by_file("$some_dir/$file");
|
||||
}
|
||||
closedir $dh;
|
||||
}
|
||||
}
|
@@ -0,0 +1,8 @@
|
||||
[Definition]
|
||||
loglevel = INFO
|
||||
logtarget = /var/log/fail2ban/daemon.log
|
||||
syslogsocket = auto
|
||||
socket = /var/run/fail2ban/fail2ban.sock
|
||||
pidfile = /var/run/fail2ban/fail2ban.pid
|
||||
dbfile = /var/lib/fail2ban/fail2ban.sqlite3
|
||||
dbpurgeage = 604800
|
@@ -0,0 +1 @@
|
||||
[DEFAULT]
|
38
root/etc/e-smith/templates/etc/fail2ban/jail.conf/05IgnoreIP
Normal file
38
root/etc/e-smith/templates/etc/fail2ban/jail.conf/05IgnoreIP
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
|
||||
use esmith::NetworksDB;
|
||||
use Net::IPv4Addr;
|
||||
|
||||
my $n = esmith::NetworksDB->open_ro() ||
|
||||
die "Couldn't open networks DB\n";
|
||||
|
||||
my @ip = ("127.0.0.0/8", $LocalIP);
|
||||
|
||||
# Add hosts which can access the server-manager to the whitelist
|
||||
unless (($fail2ban{FilterValidRemoteHosts} || 'disabled') eq 'enabled'){
|
||||
foreach (split /[,;]/, (${'httpd-admin'}{'ValidFrom'} || '')){
|
||||
my ($ip,$bits) = Net::IPv4Addr::ipv4_parse("$_");
|
||||
push @ip, "$ip/$bits" unless "$ip" eq '0.0.0.0';
|
||||
}
|
||||
}
|
||||
|
||||
unless (($fail2ban{FilterLocalNetworks} || 'disabled') eq 'enabled'){
|
||||
foreach my $net ($n->networks){
|
||||
my $key = $net->key;
|
||||
my $mask = $net->prop('Mask');
|
||||
my ($ip,$bits) = Net::IPv4Addr::ipv4_parse("$key/$mask");
|
||||
push @ip, "$ip/$bits";
|
||||
}
|
||||
}
|
||||
|
||||
# Add a local whitelist
|
||||
foreach (split /[,;]/, ($fail2ban{'IgnoreIP'} || '')){
|
||||
my $addr = $_;
|
||||
$addr .= '/32' unless ($addr =~ m/\/\d{1,2}$/);
|
||||
my ($ip,$bits) = Net::IPv4Addr::ipv4_parse("$addr");
|
||||
push @ip, "$ip/$bits";
|
||||
}
|
||||
|
||||
$OUT .= "ignoreip = " . join(" ", @ip);
|
||||
|
||||
}
|
@@ -0,0 +1,7 @@
|
||||
{
|
||||
|
||||
our $bantime = $fail2ban{'BanTime'} || '1800';
|
||||
|
||||
$OUT .= "bantime = $bantime";
|
||||
|
||||
}
|
@@ -0,0 +1,7 @@
|
||||
{
|
||||
|
||||
our $findtime = $fail2ban{'FindTime'} || '900';
|
||||
|
||||
$OUT .= "findtime = $findtime";
|
||||
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
our $maxretry = $fail2ban{'MaxRetry'} || '3';
|
||||
|
||||
$OUT .= "maxretry = $maxretry";
|
||||
|
||||
}
|
1
root/etc/e-smith/templates/etc/fail2ban/jail.conf/16Dns
Normal file
1
root/etc/e-smith/templates/etc/fail2ban/jail.conf/16Dns
Normal file
@@ -0,0 +1 @@
|
||||
usedns = yes
|
@@ -0,0 +1 @@
|
||||
backend = auto
|
@@ -0,0 +1,7 @@
|
||||
{
|
||||
|
||||
our $mail = $fail2ban{'Mail'} || 'disabled';
|
||||
our $maildest = $fail2ban{'MailRecipient'} || 'root';
|
||||
return '';
|
||||
|
||||
}
|
@@ -0,0 +1,31 @@
|
||||
{
|
||||
|
||||
my $port = $sshd{'TCPPort'} || '22';
|
||||
my $status = $sshd{'status'} || 'disabled';
|
||||
my $f2b = $sshd{'Fail2Ban'} || 'enabled';
|
||||
return "" if (($status ne 'enabled') || ($f2b ne 'enabled'));
|
||||
$OUT .=<<"EOF";
|
||||
|
||||
[ssh]
|
||||
enabled = true
|
||||
filter = sshd
|
||||
logpath = /var/log/sshd/sshd.log
|
||||
action = smeserver-iptables[port="$port",protocol=tcp,bantime=$bantime]
|
||||
EOF
|
||||
|
||||
$OUT .= " smeserver-sendmail[name=\"SSH\",dest=$maildest]\n"
|
||||
if ($mail eq 'enabled');
|
||||
|
||||
$OUT .=<<"EOF";
|
||||
|
||||
[ssh-ddos]
|
||||
enabled = true
|
||||
filter = sshd-ddos
|
||||
logpath = /var/log/sshd/sshd.log
|
||||
action = smeserver-iptables[port="$port",protocol=tcp,bantime=$bantime]
|
||||
EOF
|
||||
|
||||
$OUT .= " smeserver-sendmail[name=\"SSH\",dest=$maildest]\n"
|
||||
if ($mail eq 'enabled');
|
||||
|
||||
}
|
@@ -0,0 +1,25 @@
|
||||
{
|
||||
|
||||
my $status = $dovecot{'status'} || 'disabled';
|
||||
my $f2b = $dovecot{'Fail2Ban'} || 'enabled';
|
||||
return "" if (($status ne 'enabled') || ($f2b ne 'enabled'));
|
||||
my @ports = ();
|
||||
push @ports, ($imap{'TCPPort'} || '143')
|
||||
if (($imap{'status'} || 'disabled') eq 'enabled');
|
||||
push @ports, ($imaps{'TCPPort'} || '993')
|
||||
if (($imaps{'status'} || 'disabled') eq 'enabled');
|
||||
my $port = join (",", @ports);
|
||||
|
||||
$OUT .=<<"EOF";
|
||||
|
||||
[imap]
|
||||
enabled = true
|
||||
filter = dovecot
|
||||
logpath = /var/log/dovecot/dovecot.log
|
||||
action = smeserver-iptables[port="$port",protocol=tcp,bantime=$bantime]
|
||||
EOF
|
||||
|
||||
$OUT .= " smeserver-sendmail[name=\"Dovecot\",dest=$maildest]\n"
|
||||
if ($mail eq 'enabled');
|
||||
|
||||
}
|
@@ -0,0 +1,27 @@
|
||||
{
|
||||
|
||||
my $status = $qpsmtpd{'status'} || 'disabled';
|
||||
my $f2b = $qpsmtpd{'Fail2Ban'} || 'enabled';
|
||||
return "" if (($status ne 'enabled') || ($f2b ne 'enabled'));
|
||||
my @ports = ();
|
||||
push @ports, ($qpsmtpd{'TCPPort'} || '25');
|
||||
push @ports, ($sqpsmtpd{'TCPPort'} || '465')
|
||||
if (($sqpsmtpd{'status'} || 'disabled') eq 'enabled');
|
||||
my $port = join (",", @ports);
|
||||
|
||||
my $max = $maxretry*3;
|
||||
|
||||
$OUT .=<<"EOF";
|
||||
|
||||
[qpsmtpd]
|
||||
enabled = true
|
||||
filter = qpsmtpd
|
||||
logpath = /var/log/*qpsmtpd/current
|
||||
maxretry = $max
|
||||
action = smeserver-iptables[port="$port",protocol=tcp,bantime=$bantime]
|
||||
EOF
|
||||
|
||||
$OUT .= " smeserver-sendmail[name=\"Qpsmtpd\",dest=$maildest]\n"
|
||||
if ($mail eq 'enabled');
|
||||
|
||||
}
|
@@ -0,0 +1,97 @@
|
||||
{
|
||||
|
||||
my $status = ${'httpd-e-smith'}{'status'} || 'disabled';
|
||||
my $f2b = ${'httpd-e-smith'}{'Fail2Ban'} || 'enabled';
|
||||
return "" if (($status ne 'enabled') || ($f2b ne 'enabled'));
|
||||
my @ports = ();
|
||||
push @ports, (${'httpd-e-smith'}{'TCPPort'} || '80');
|
||||
push @ports, ($modSSL{'TCPPort'} || '443');
|
||||
my $port = join (",", @ports);
|
||||
|
||||
$OUT .=<<"EOF";
|
||||
|
||||
[http-overflows]
|
||||
enabled = true
|
||||
filter = apache-overflows
|
||||
logpath = /var/log/httpd/error_log
|
||||
action = smeserver-iptables[port="$port",protocol=tcp,bantime=$bantime]
|
||||
EOF
|
||||
|
||||
$OUT .= " smeserver-sendmail[name=\"Apache (overflows)\",dest=$maildest]\n"
|
||||
if ($mail eq 'enabled');
|
||||
|
||||
$OUT .=<<"EOF";
|
||||
|
||||
[http-noscript]
|
||||
enabled = true
|
||||
filter = apache-noscript
|
||||
logpath = /var/log/httpd/error_log
|
||||
action = smeserver-iptables[port="$port",protocol=tcp,bantime=$bantime]
|
||||
EOF
|
||||
|
||||
$OUT .= " smeserver-sendmail[name=\"Apache (noscript)\",dest=$maildest]\n"
|
||||
if ($mail eq 'enabled');
|
||||
|
||||
$OUT .=<<"EOF";
|
||||
|
||||
[http-scan]
|
||||
enabled = true
|
||||
filter = apache-scan
|
||||
logpath = /var/log/httpd/error_log
|
||||
action = smeserver-iptables[port="$port",protocol=tcp,bantime=$bantime]
|
||||
EOF
|
||||
|
||||
$OUT .= " smeserver-sendmail[name=\"Apache (scan)\",dest=$maildest]\n"
|
||||
if ($mail eq 'enabled');
|
||||
|
||||
$OUT .=<<"EOF";
|
||||
|
||||
[http-auth]
|
||||
enabled = true
|
||||
filter = apache-auth
|
||||
logpath = /var/log/httpd/error_log
|
||||
action = smeserver-iptables[port="$port",protocol=tcp,bantime=$bantime]
|
||||
EOF
|
||||
|
||||
$OUT .= " smeserver-sendmail[name=\"Apache (auth)\",dest=$maildest]\n"
|
||||
if ($mail eq 'enabled');
|
||||
|
||||
$OUT .=<<"EOF";
|
||||
|
||||
[http-badbots]
|
||||
enabled = true
|
||||
filter = apache-badbots
|
||||
logpath = /var/log/httpd/access_log
|
||||
action = smeserver-iptables[port="$port",protocol=tcp,bantime=$bantime]
|
||||
EOF
|
||||
|
||||
$OUT .= " smeserver-sendmail[name=\"Apache (badbots)\",dest=$maildest]\n"
|
||||
if ($mail eq 'enabled');
|
||||
|
||||
$OUT .=<<"EOF";
|
||||
|
||||
[http-shellshock]
|
||||
enabled = true
|
||||
filter = apache-shellshock
|
||||
logpath = /var/log/httpd/error_log
|
||||
action = smeserver-iptables[port="$port",protocol=tcp,bantime=$bantime]
|
||||
EOF
|
||||
|
||||
$OUT .= " smeserver-sendmail[name=\"Apache (shellshock)\",dest=$maildest]\n"
|
||||
if ($mail eq 'enabled');
|
||||
|
||||
$OUT .=<<"EOF";
|
||||
|
||||
[http-fakegooglebot]
|
||||
enabled = true
|
||||
filter = apache-fakegooglebot
|
||||
logpath = /var/log/httpd/error_log
|
||||
action = smeserver-iptables[port="$port",protocol=tcp,bantime=$bantime]
|
||||
EOF
|
||||
|
||||
$OUT .= " smeserver-sendmail[name=\"Apache (fakegooglebot)\",dest=$maildest]\n"
|
||||
if ($mail eq 'enabled');
|
||||
|
||||
|
||||
|
||||
}
|
@@ -0,0 +1,11 @@
|
||||
|
||||
[pam-generic]
|
||||
enabled = true
|
||||
filter = pam-generic
|
||||
logpath = /var/log/secure
|
||||
maxretry = {$maxretry*2}
|
||||
action = smeserver-iptables[bantime={"$bantime"}]
|
||||
{
|
||||
$OUT .= " smeserver-sendmail[name=\"PAM generic\",dest=$maildest]\n"
|
||||
if ($mail eq 'enabled');
|
||||
}
|
@@ -0,0 +1,25 @@
|
||||
{
|
||||
my $port = (${'httpd-e-smith'}{'TCPPort'} || '80') .','.
|
||||
($modSSL{'TCPPort'} || '443');
|
||||
my $status = $smanager{'status'} || 'disabled';
|
||||
my $f2b = $smanager{'Fail2Ban'} || 'enabled';
|
||||
return "" if (($status ne 'enabled') || ($f2b ne 'enabled'));
|
||||
|
||||
$OUT .=<<"EOF";
|
||||
|
||||
[smanager]
|
||||
enabled = true
|
||||
port = $port
|
||||
filter = smanager
|
||||
logpath = /usr/share/smanager/log/production.log
|
||||
maxretry = 3
|
||||
findtime = 300
|
||||
bantime = 1800
|
||||
action = smeserver-iptables[port="$port",protocol=tcp,bantime=$bantime]
|
||||
|
||||
EOF
|
||||
|
||||
$OUT .= " smeserver-sendmail[name=\"SManager\",dest=$maildest]\n"
|
||||
if ($mail eq 'enabled');
|
||||
|
||||
}
|
@@ -0,0 +1,24 @@
|
||||
{
|
||||
|
||||
my $status = $sogod{'status'} || 'disabled';
|
||||
my $f2b = $sogod{'Fail2Ban'} || 'enabled';
|
||||
return "\n#Sogo not available" unless ( -f "/var/log/sogo/sogo.log" );
|
||||
return "" if (($status ne 'enabled') || ($f2b ne 'enabled'));
|
||||
my @ports = ();
|
||||
push @ports, (${'httpd-e-smith'}{'TCPPort'} || '80');
|
||||
push @ports, ($modSSL{'TCPPort'} || '443');
|
||||
my $port = join (",", @ports);
|
||||
|
||||
$OUT .=<<"EOF";
|
||||
|
||||
[sogo]
|
||||
enabled = true
|
||||
filter = sogo-auth
|
||||
logpath = /var/log/sogo/sogo.log
|
||||
action = smeserver-iptables[port="$port",protocol=tcp,bantime=$bantime]
|
||||
EOF
|
||||
|
||||
$OUT .= " smeserver-sendmail[name=\"SOGo\",dest=$maildest]\n"
|
||||
if ($mail eq 'enabled');
|
||||
|
||||
}
|
@@ -0,0 +1,23 @@
|
||||
{
|
||||
|
||||
my $status = ${'lemonldap'}{'status'} || 'disabled';
|
||||
my $f2b = ${'lemonldap'}{'Fail2Ban'} || 'enabled';
|
||||
return "" if (($status ne 'enabled') || ($f2b ne 'enabled'));
|
||||
my @ports = ();
|
||||
push @ports, (${'httpd-e-smith'}{'TCPPort'} || '80');
|
||||
push @ports, ($modSSL{'TCPPort'} || '443');
|
||||
my $port = join (",", @ports);
|
||||
|
||||
$OUT .=<<"EOF";
|
||||
|
||||
[lemonldap]
|
||||
enabled = true
|
||||
filter = lemonldap-ng
|
||||
logpath = /var/log/messages
|
||||
action = smeserver-iptables[port="$port",protocol=tcp,bantime=$bantime]
|
||||
EOF
|
||||
|
||||
$OUT .= " smeserver-sendmail[name=\"LemonLDAP::NG\",dest=$maildest]\n"
|
||||
if ($mail eq 'enabled');
|
||||
|
||||
}
|
@@ -0,0 +1,21 @@
|
||||
{
|
||||
|
||||
my $port = $ftp{'TCPPort'} || '21';
|
||||
my $status = $ftp{'status'} || 'disabled';
|
||||
my $f2b = $ftp{'Fail2Ban'} || 'enabled';
|
||||
return "" if (($status ne 'enabled') || ($f2b ne 'enabled'));
|
||||
# add the data channel port
|
||||
$port .= ',20';
|
||||
$OUT .=<<"EOF";
|
||||
|
||||
[ftp]
|
||||
enabled = true
|
||||
filter = proftpd
|
||||
logpath = /var/log/secure
|
||||
action = smeserver-iptables[port="$port",protocol=tcp,bantime=$bantime]
|
||||
EOF
|
||||
|
||||
$OUT .= " smeserver-sendmail[name=\"FTP\",dest=$maildest]\n"
|
||||
if ($mail eq 'enabled');
|
||||
|
||||
}
|
@@ -0,0 +1,21 @@
|
||||
{
|
||||
|
||||
my $status = $ejabberd{'status'} || 'disabled';
|
||||
my $f2b = $ejabberd{'Fail2Ban'} || 'enabled';
|
||||
return "" if (($status ne 'enabled') || ($f2b ne 'enabled'));
|
||||
my $port = $ejabberd{'TCPPorts'} || '5222,5223,5269';
|
||||
|
||||
$OUT .=<<"EOF";
|
||||
|
||||
[ejabberd]
|
||||
enabled = true
|
||||
filter = ejabberd-auth
|
||||
logpath = /var/log/ejabberd.run/current
|
||||
action = smeserver-iptables[port="$port",protocol=tcp,bantime=$bantime]
|
||||
EOF
|
||||
|
||||
$OUT .= " smeserver-sendmail[name=\"Ejabberd\",dest=$maildest]\n"
|
||||
if ($mail eq 'enabled');
|
||||
|
||||
}
|
||||
|
@@ -0,0 +1,68 @@
|
||||
{
|
||||
|
||||
my $status = $fail2ban{'wordpress'} || 'disabled';
|
||||
return "\n# wordpress disabled \n" if ($status ne 'enabled') ;
|
||||
my @ports = ();
|
||||
push @ports, (${'httpd-e-smith'}{'TCPPort'} || '80');
|
||||
push @ports, ($modSSL{'TCPPort'} || '443');
|
||||
my $port = join (",", @ports);
|
||||
|
||||
my $wphbantime = $fail2ban{'WPHbantime'} || $bantime;
|
||||
my $wpsbantime = $fail2ban{'WPSbantime'} || $bantime;
|
||||
my $wpxbantime = $fail2ban{'WPXbantime'} || $bantime;
|
||||
my $wphfindtime = $fail2ban{'WPHfindtime'} || $findtime;
|
||||
my $wpsfindtime = $fail2ban{'WPSfindtime'} || $findtime;
|
||||
my $wpxfindtime = $fail2ban{'WPXfindtime'} || $findtime;
|
||||
my $wphmaxretry = $fail2ban{'WPHmaxretry'} || $maxretry;
|
||||
my $wpsmaxretry = $fail2ban{'WPSmaxretry'} || $maxretry;
|
||||
my $wpxmaxretry = $fail2ban{'WPXmaxretry'} || $maxretry;
|
||||
|
||||
$OUT .=<<"EOF";
|
||||
|
||||
[wordpress-hard]
|
||||
enabled = true
|
||||
filter = wordpress-hard
|
||||
logpath = /var/log/messages
|
||||
findtime = $wphfindtime
|
||||
maxretry = $wphmaxretry
|
||||
bantime = $wphbantime
|
||||
backend = polling
|
||||
action = smeserver-iptables[port="$port",protocol=tcp,bantime=$wphbantime]
|
||||
EOF
|
||||
$OUT .= " smeserver-sendmail[name=\"Wordpress (hard)\",dest=$maildest]\n"
|
||||
if ($mail eq 'enabled');
|
||||
|
||||
|
||||
$OUT .=<<"EOF";
|
||||
|
||||
[wordpress-soft]
|
||||
enabled = true
|
||||
filter = wordpress-soft
|
||||
logpath = /var/log/messages
|
||||
findtime = $wpsfindtime
|
||||
maxretry = $wpsmaxretry
|
||||
bantime = $wpsbantime
|
||||
backend = polling
|
||||
action = smeserver-iptables[port="$port",protocol=tcp,bantime=$wpsbantime]
|
||||
EOF
|
||||
$OUT .= " smeserver-sendmail[name=\"Wordpress (soft)\",dest=$maildest]\n"
|
||||
if ($mail eq 'enabled');
|
||||
|
||||
|
||||
$OUT .=<<"EOF";
|
||||
|
||||
[apache-xmlrpc]
|
||||
enabled = true
|
||||
port = http,https
|
||||
filter = apache-xmlrpc
|
||||
logpath = /var/log/httpd/access_log
|
||||
findtime = $wpxfindtime
|
||||
maxretry = $wpxmaxretry
|
||||
bantime = $wpxbantime
|
||||
action = smeserver-iptables[port="$port",protocol=tcp,bantime=$wpxbantime]
|
||||
EOF
|
||||
$OUT .= " smeserver-sendmail[name=\"Wordpress (xmlrpc)\",dest=$maildest]\n"
|
||||
if ($mail eq 'enabled');
|
||||
|
||||
}
|
||||
|
21
root/etc/e-smith/templates/etc/fail2ban/jail.conf/90Recidive
Normal file
21
root/etc/e-smith/templates/etc/fail2ban/jail.conf/90Recidive
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
my $rbantime = $fail2ban{'RecidiveBanTime'} || '604800';
|
||||
my $rfindtime = $fail2ban{'RecidiveFindTime'} || '86400';
|
||||
my $rmaxretry = $fail2ban{'RecidiveMaxRetry'} || '5';
|
||||
my $raction = 'smeserver-iptables[bantime=' . $rbantime . ']' . "\n";
|
||||
$raction .= " smeserver-sendmail[name=\"Recidive\",dest=$maildest]\n"
|
||||
if ($mail eq 'enabled');
|
||||
|
||||
$OUT .=<<"EOF";
|
||||
|
||||
[recidive]
|
||||
enabled = true
|
||||
filter = recidive
|
||||
logpath = /var/log/fail2ban/daemon.log
|
||||
bantime = $rbantime
|
||||
findtime = $rfindtime
|
||||
maxretry = $rmaxretry
|
||||
backend = polling
|
||||
action = $raction
|
||||
EOF
|
||||
}
|
@@ -0,0 +1,8 @@
|
||||
/var/log/fail2ban/*.log \{
|
||||
missingok
|
||||
weekly
|
||||
rotate 24
|
||||
compress
|
||||
notifempty
|
||||
copytruncate
|
||||
\}
|
@@ -0,0 +1,6 @@
|
||||
# A blacklist chain for fail2ban
|
||||
/sbin/iptables --new-chain Fail2Ban
|
||||
/sbin/iptables --new-chain Fail2Ban_1
|
||||
/sbin/iptables --append Fail2Ban -j Fail2Ban_1
|
||||
/sbin/iptables --insert INPUT 1 \
|
||||
-j Fail2Ban
|
@@ -0,0 +1,33 @@
|
||||
{
|
||||
my $f2bdb = esmith::ConfigDB->open_ro('fail2ban') ||
|
||||
esmith::ConfigDB->create('fail2ban');
|
||||
# Find the current Fail2Ban_$$ chain, and create a new one.
|
||||
$OUT .=<<'EOF';
|
||||
OLD_Fail2Ban=$(get_safe_id Fail2Ban filter find)
|
||||
NEW_Fail2Ban=$(get_safe_id Fail2Ban filter new)
|
||||
/sbin/iptables --new-chain $NEW_Fail2Ban
|
||||
EOF
|
||||
|
||||
if ( ($fail2ban{'status'} || 'disabled') eq 'enabled' ){
|
||||
foreach my $ban ( $f2bdb->get_all_by_prop(type=>('ban')) ){
|
||||
my $ip = $ban->prop('Host');
|
||||
my $proto = $ban->prop('Protocol') || '';
|
||||
my $port = $ban->prop('Port') || '';
|
||||
$OUT .= " /sbin/iptables --append \$NEW_Fail2Ban -s $ip";
|
||||
$OUT .= " -p $proto" if ($proto =~ m/^tcp|udp|icmp$/);
|
||||
$OUT .= " -m multiport --dports $port" if ($proto =~ m/^tcp|udp$/ && $port =~ m/^\d+(,\d+)*$/);
|
||||
$OUT .= " -j denylog\n";
|
||||
}
|
||||
$OUT .= " /sbin/iptables --append \$NEW_Fail2Ban" .
|
||||
" -j RETURN\n";
|
||||
}
|
||||
|
||||
# Having created a new Fail2Ban chain, activate it and destroy the old.
|
||||
$OUT .=<<'EOF';
|
||||
/sbin/iptables --replace Fail2Ban 1 \
|
||||
--jump $NEW_Fail2Ban
|
||||
/sbin/iptables --flush $OLD_Fail2Ban
|
||||
/sbin/iptables --delete-chain $OLD_Fail2Ban
|
||||
EOF
|
||||
|
||||
}
|
154
root/etc/e-smith/web/functions/fail2ban
Normal file
154
root/etc/e-smith/web/functions/fail2ban
Normal file
@@ -0,0 +1,154 @@
|
||||
#!/usr/bin/perl -wT
|
||||
# vim: ft=xml ts=8 sw=4 noet:
|
||||
#----------------------------------------------------------------------
|
||||
# heading : Security
|
||||
# description : Fail2Ban
|
||||
# navigation : 5000 5250
|
||||
#----------------------------------------------------------------------
|
||||
|
||||
use strict;
|
||||
use esmith::FormMagick::Panel::fail2ban;
|
||||
my $f = esmith::FormMagick::Panel::fail2ban->new();
|
||||
$f->display();
|
||||
|
||||
__DATA__
|
||||
<form title="Fail2Ban" header="/etc/e-smith/web/common/head.tmpl"
|
||||
footer="/etc/e-smith/web/common/foot.tmpl">
|
||||
<page name="First" post-event="change_whitelist()"
|
||||
pre-event="print_status_message()">
|
||||
|
||||
<subroutine src="show_config_link()"/>
|
||||
|
||||
|
||||
<subroutine src="show_valid_from_list()"/>
|
||||
<field type="text" id="ip" value=""
|
||||
validation="ip_number_or_blank">
|
||||
<description>DESC_ADD_IP</description>
|
||||
<label>ADD_IP</label>
|
||||
</field>
|
||||
<field type="text" id="bits" value=""
|
||||
validation="subnet_mask_bit, validate_network_and_mask">
|
||||
<description>DESC_ADD_BITS</description>
|
||||
<label>ADD_BITS</label>
|
||||
</field>
|
||||
|
||||
|
||||
<subroutine src="print_button('SAVE')" />
|
||||
|
||||
<subroutine src="show_current_deny()"/>
|
||||
</page>
|
||||
<page name="Second"
|
||||
pre-event="RemoveIP()">
|
||||
<subroutine src="print_status_message()" />
|
||||
<subroutine src="back()" />
|
||||
</page>
|
||||
|
||||
|
||||
|
||||
|
||||
<page name="Config"
|
||||
post-event="change_settings()" >
|
||||
<subroutine src="print_status_message()" />
|
||||
<field type="select" id="status"
|
||||
options=" 'enabled' => 'ENABLED', 'disabled' => 'DISABLED'"
|
||||
value="get_prop('fail2ban', 'status')">
|
||||
<label>STATUS</label>
|
||||
<description>SERVICE_STATUS</description>
|
||||
</field>
|
||||
<field type="select" id="FilterLocalNetworks"
|
||||
options=" 'enabled' => 'ENABLED', 'disabled' => 'DISABLED'"
|
||||
value="get_prop('fail2ban', 'FilterLocalNetworks')">
|
||||
<label>FilterLocalNetworks</label>
|
||||
<description>FilterLocalNetworks_STATUS</description>
|
||||
</field>
|
||||
<field type="select" id="FilterValidRemoteHosts"
|
||||
options=" 'enabled' => 'ENABLED', 'disabled' => 'DISABLED'"
|
||||
value="get_prop('fail2ban', 'FilterValidRemoteHosts')">
|
||||
<label>FilterValidRemoteHosts</label>
|
||||
<description>FilterValidRemoteHosts_STATUS</description>
|
||||
</field>
|
||||
|
||||
<field type="select" id="Mail"
|
||||
options=" 'enabled' => 'ENABLED', 'disabled' => 'DISABLED'"
|
||||
value="get_prop('fail2ban', 'Mail')">
|
||||
<label>MAIL</label>
|
||||
<description>SEND_MAIL_STATUS</description>
|
||||
</field>
|
||||
|
||||
<field type="text" id="BanTime" value="get_prop('fail2ban', 'BanTime')"
|
||||
validation="">
|
||||
<description>BANTIME</description>
|
||||
<label>DEFAULT_BANTIME</label>
|
||||
</field>
|
||||
|
||||
<field type="text" id="FindTime" value="get_prop('fail2ban', 'FindTime')"
|
||||
validation="">
|
||||
<description>FINDTIME</description>
|
||||
<label>DEFAULT_FINDTIME</label>
|
||||
</field>
|
||||
<field type="text" id="MaxRetry" value="get_prop('fail2ban', 'MaxRetry')"
|
||||
validation="">
|
||||
<description>MAXRETRY</description>
|
||||
<label>DEFAULT_MAXRETRY</label>
|
||||
</field>
|
||||
|
||||
<field type="select" id="sshd"
|
||||
options=" 'enabled' => 'ENABLED', 'disabled' => 'DISABLED'"
|
||||
value="get_prop('sshd', 'Fail2Ban')">
|
||||
<label>SSHD</label>
|
||||
<description>SSHD_STATUS</description>
|
||||
</field>
|
||||
<field type="select" id="qpsmtpd"
|
||||
options=" 'enabled' => 'ENABLED', 'disabled' => 'DISABLED'"
|
||||
value="get_prop('qpsmtpd', 'Fail2Ban')">
|
||||
<label>QPSMTPD</label>
|
||||
<description>QPSMTPD_STATUS</description>
|
||||
</field>
|
||||
<field type="select" id="dovecot"
|
||||
options=" 'enabled' => 'ENABLED', 'disabled' => 'DISABLED'"
|
||||
value="get_prop('dovecot', 'Fail2Ban')">
|
||||
<label>IMAP</label>
|
||||
<description>IMAP_STATUS</description>
|
||||
</field>
|
||||
<field type="select" id="httpd-e-smith"
|
||||
options=" 'enabled' => 'ENABLED', 'disabled' => 'DISABLED'"
|
||||
value="get_prop('httpd-e-smith', 'Fail2Ban')">
|
||||
<label>HTTPD</label>
|
||||
<description>HTTPD_STATUS</description>
|
||||
</field>
|
||||
<field type="select" id="ftp"
|
||||
options=" 'enabled' => 'ENABLED', 'disabled' => 'DISABLED'"
|
||||
value="get_prop('ftp', 'Fail2Ban')">
|
||||
<label>FTP</label>
|
||||
<description>FTP_STATUS</description>
|
||||
</field>
|
||||
<field type="select" id="lemonldap"
|
||||
options=" 'enabled' => 'ENABLED', 'disabled' => 'DISABLED'"
|
||||
value="get_prop('lemonldap', 'Fail2Ban')">
|
||||
<label>LEMONLDAP</label>
|
||||
<description>LEMONLDAP_STATUS</description>
|
||||
</field>
|
||||
<field type="select" id="ejabberd"
|
||||
options=" 'enabled' => 'ENABLED', 'disabled' => 'DISABLED'"
|
||||
value="get_prop('ejabberd', 'Fail2Ban')">
|
||||
<label>EJABBERD</label>
|
||||
<description>EJABBERD_STATUS</description>
|
||||
</field>
|
||||
<field type="select" id="sogod"
|
||||
options=" 'enabled' => 'ENABLED', 'disabled' => 'DISABLED'"
|
||||
value="get_prop('sogod', 'Fail2Ban')">
|
||||
<label>SOGOD</label>
|
||||
<description>SOGOD_STATUS</description>
|
||||
</field>
|
||||
<field type="select" id="wordpress"
|
||||
options=" 'enabled' => 'ENABLED', 'disabled' => 'DISABLED'"
|
||||
value="get_prop('fail2ban', 'wordpress')">
|
||||
<label>WORDPRESS</label>
|
||||
<description>WORDPRESS_STATUS</description>
|
||||
</field>
|
||||
|
||||
<subroutine src="print_button('SAVE')" />
|
||||
|
||||
</page>
|
||||
</form>
|
||||
|
Reference in New Issue
Block a user