cd063454d7
See the upgrade notes at http://wiki2.dovecot.org/Upgrading/2.1 - you will probably need to merge updates to 10-mail.conf.
19 lines
720 B
Plaintext
19 lines
720 B
Plaintext
$OpenBSD: patch-src_master_master-settings_c,v 1.15 2012/06/08 22:04:10 sthen Exp $
|
|
|
|
changed settings are also present in src/config/all-settings.c; this file
|
|
is rebuilt as part of the Dovecot build.
|
|
|
|
--- src/master/master-settings.c.orig Mon Apr 23 08:35:06 2012
|
|
+++ src/master/master-settings.c Sat May 12 22:47:31 2012
|
|
@@ -217,8 +217,8 @@ static const struct master_settings master_default_set
|
|
.protocols = "imap pop3 lmtp",
|
|
.listen = "*, ::",
|
|
.ssl = "yes:no:required",
|
|
- .default_internal_user = "dovecot",
|
|
- .default_login_user = "dovenull",
|
|
+ .default_internal_user = "_dovecot",
|
|
+ .default_login_user = "_dovenull",
|
|
.default_process_limit = 100,
|
|
.default_client_limit = 1000,
|
|
.default_idle_kill = 60,
|