Skip to content

Commit 65610f5

Browse files
author
A. Täffner
committed
normalized some banners to hide versions
1 parent c63889f commit 65610f5

9 files changed

+15
-4
lines changed

install/tpl/apache_ispconfig.conf.master

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
################################################
2+
# ISPConfig General Apache Options
3+
################################################
4+
5+
ServerSignature Off
6+
7+
18

29
################################################
310
# ISPConfig Logfile configuration for vlogger

install/tpl/debian6_dovecot.conf.master

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ssl_key_file = /etc/postfix/smtpd.key
1818

1919
mail_privileged_group = mail
2020

21-
login_greeting = ISPConfig3 IMAP server ready...
21+
login_greeting = MailServer managed by ISPConfig
2222

2323
## IMAP specific settings
2424
protocol imap {

install/tpl/debian_dovecot.conf.master

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ ssl_key_file = /etc/postfix/smtpd.key
178178
#login_max_connections = 256
179179

180180
# Greeting message for clients.
181-
#login_greeting = Dovecot ready.
181+
login_greeting = MailServer managed by ISPConfig
182182

183183
# Space-separated list of elements we want to log. The elements which have
184184
# a non-empty variable value are joined together to form a comma-separated

install/tpl/debian_postfix.conf.master

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,4 @@ smtpd_tls_protocols = !SSLv2,!SSLv3
4343
smtp_tls_protocols = !SSLv2,!SSLv3
4444
smtpd_tls_exclude_ciphers = RC4, aNULL
4545
smtp_tls_exclude_ciphers = RC4, aNULL
46+
smtpd_banner = MailServer managed by ISPConfig

install/tpl/fedora_dovecot.conf.master

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ ssl_key_file = /etc/postfix/smtpd.key
180180
#login_max_connections = 256
181181

182182
# Greeting message for clients.
183-
#login_greeting = Dovecot ready.
183+
login_greeting = MailServer managed by ISPConfig
184184

185185
# Space separated list of trusted network ranges. Connections from these
186186
# IPs are allowed to override their IP addresses and ports (for logging and

install/tpl/fedora_postfix.conf.master

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,4 @@ smtpd_tls_protocols = !SSLv2,!SSLv3
4040
smtp_tls_protocols = !SSLv2,!SSLv3
4141
smtpd_tls_exclude_ciphers = RC4, aNULL
4242
smtp_tls_exclude_ciphers = RC4, aNULL
43+
smtpd_banner = MailServer managed by ISPConfig

install/tpl/gentoo_postfix.conf.master

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,4 @@ smtpd_tls_protocols = !SSLv2,!SSLv3
3939
smtp_tls_protocols = !SSLv2,!SSLv3
4040
smtpd_tls_exclude_ciphers = RC4, aNULL
4141
smtp_tls_exclude_ciphers = RC4, aNULL
42+
smtpd_banner = MailServer managed by ISPConfig

install/tpl/opensuse_dovecot.conf.master

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ ssl_key_file = /etc/postfix/smtpd.key
187187
#login_max_connections = 256
188188

189189
# Greeting message for clients.
190-
#login_greeting = Dovecot ready.
190+
login_greeting = MailServer managed by ISPConfig
191191

192192
# Space separated list of trusted network ranges. Connections from these
193193
# IPs are allowed to override their IP addresses and ports (for logging and

install/tpl/opensuse_postfix.conf.master

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,4 @@ smtpd_tls_protocols = !SSLv2,!SSLv3
4242
smtp_tls_protocols = !SSLv2,!SSLv3
4343
smtpd_tls_exclude_ciphers = RC4, aNULL
4444
smtp_tls_exclude_ciphers = RC4, aNULL
45+
smtpd_banner = MailServer managed by ISPConfig

0 commit comments

Comments
 (0)