Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Vojtech Myslivec
ISPConfig 3
Commits
03d4e1a9
Commit
03d4e1a9
authored
Mar 11, 2019
by
root
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
this avoids a warning in bounce mails and logs
parent
f9fc428b
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
install/tpl/debian6_dovecot2.conf.master
install/tpl/debian6_dovecot2.conf.master
+1
-1
install/tpl/debian_dovecot2.conf.master
install/tpl/debian_dovecot2.conf.master
+1
-1
install/tpl/fedora_dovecot2.conf.master
install/tpl/fedora_dovecot2.conf.master
+1
-1
install/tpl/opensuse_dovecot2.conf.master
install/tpl/opensuse_dovecot2.conf.master
+1
-1
No files found.
install/tpl/debian6_dovecot2.conf.master
View file @
03d4e1a9
...
...
@@ -8,6 +8,7 @@ ssl_cert = </etc/postfix/smtpd.cert
ssl_key = </etc/postfix/smtpd.key
ssl_protocols = !SSLv2 !SSLv3
mail_max_userip_connections = 100
mail_plugins = quota
passdb {
args = /etc/dovecot/dovecot-sql.conf
driver = sql
...
...
@@ -66,7 +67,6 @@ protocol lmtp {
postmaster_address = webmaster@localhost
mail_plugins = quota sieve
}
mail_plugins = $mail_plugins quota
imap_capability=+SEPCIAL-USE XLIST
namespace inbox {
inbox = yes
...
...
install/tpl/debian_dovecot2.conf.master
View file @
03d4e1a9
...
...
@@ -9,6 +9,7 @@ ssl_cert = </etc/postfix/smtpd.cert
ssl_key = </etc/postfix/smtpd.key
ssl_protocols = !SSLv2 !SSLv3
mail_max_userip_connections = 100
mail_plugins = quota
passdb {
args = /etc/dovecot/dovecot-sql.conf
driver = sql
...
...
@@ -64,7 +65,6 @@ protocol lmtp {
postmaster_address = webmaster@localhost
mail_plugins = quota sieve
}
mail_plugins = $mail_plugins quota
imap_capability=+SEPCIAL-USE XLIST
namespace inbox {
inbox = yes
...
...
install/tpl/fedora_dovecot2.conf.master
View file @
03d4e1a9
...
...
@@ -7,6 +7,7 @@ mail_privileged_group = vmail
ssl_cert = </etc/postfix/smtpd.cert
ssl_key = </etc/postfix/smtpd.key
ssl_protocols = !SSLv2 !SSLv3
mail_plugins = quota
passdb {
args = /etc/dovecot-sql.conf
driver = sql
...
...
@@ -61,7 +62,6 @@ protocol lmtp {
postmaster_address = webmaster@localhost
mail_plugins = quota sieve
}
mail_plugins = $mail_plugins quota
imap_capability=+SEPCIAL-USE XLIST
namespace inbox {
inbox = yes
...
...
install/tpl/opensuse_dovecot2.conf.master
View file @
03d4e1a9
...
...
@@ -7,6 +7,7 @@ mail_privileged_group = vmail
ssl_cert = </etc/postfix/smtpd.cert
ssl_key = </etc/postfix/smtpd.key
ssl_protocols = !SSLv2 !SSLv3
mail_plugins = quota
passdb {
args = /etc/dovecot/dovecot-sql.conf
driver = sql
...
...
@@ -60,7 +61,6 @@ protocol lmtp {
postmaster_address = webmaster@localhost
mail_plugins = quota sieve
}
mail_plugins = $mail_plugins quota
imap_capability=+SEPCIAL-USE XLIST
namespace inbox {
inbox = yes
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment