Просмотр исходного кода

Hide IMAP/POP3 software and version.

Raphael Schneeberger 7 лет назад
Родитель
Сommit
c298324970

+ 1 - 0
install/debian/8/dovecot/dovecot.conf

@@ -1,4 +1,5 @@
 protocols = imap pop3
 listen = *, ::
 base_dir = /var/run/dovecot/
+login_greeting = Mail Delivery Agent
 !include conf.d/*.conf

+ 1 - 0
install/debian/9/dovecot/dovecot.conf

@@ -1,4 +1,5 @@
 protocols = imap pop3
 listen = *, ::
 base_dir = /var/run/dovecot/
+login_greeting = Mail Delivery Agent
 !include conf.d/*.conf

+ 1 - 0
install/ubuntu/14.04/dovecot/dovecot.conf

@@ -1,4 +1,5 @@
 protocols = imap pop3
 listen = *, ::
 base_dir = /var/run/dovecot/
+login_greeting = Mail Delivery Agent
 !include conf.d/*.conf

+ 1 - 0
install/ubuntu/16.04/dovecot/dovecot.conf

@@ -1,6 +1,7 @@
 protocols = imap pop3
 listen = *, ::
 base_dir = /var/run/dovecot/
+login_greeting = Mail Delivery Agent
 !include conf.d/*.conf
 
 namespace {

+ 1 - 0
install/ubuntu/18.04/dovecot/dovecot.conf

@@ -1,6 +1,7 @@
 protocols = imap pop3
 listen = *, ::
 base_dir = /var/run/dovecot/
+login_greeting = Mail Delivery Agent
 !include conf.d/*.conf
 
 namespace {