openbsd-ports/mail/dovecot/patches/patch-src_master_master-settings_c
2012-02-17 22:10:34 +00:00

19 lines
720 B
Plaintext

$OpenBSD: patch-src_master_master-settings_c,v 1.14 2012/02/17 22:10:34 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 Thu Feb 9 12:32:48 2012
+++ src/master/master-settings.c Thu Feb 16 19:05:38 2012
@@ -216,8 +216,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,