summaryrefslogtreecommitdiff
path: root/mail/dovecot2/patches/patch-ab
blob: 2b5dda24aeacdd7227f54e87caaf406dc6f44443 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
$NetBSD: patch-ab,v 1.4 2014/10/20 10:15:16 wiz Exp $

--- doc/example-config/dovecot.conf.orig	2014-09-10 10:38:57.000000000 +0000
+++ doc/example-config/dovecot.conf
@@ -16,12 +16,9 @@
 # Default values are shown for each setting, it's not required to uncomment
 # those. These are exceptions to this though: No sections (e.g. namespace {})
 # or plugin settings are added by default, they're listed only as examples.
-# Paths are also just examples with the real defaults being based on configure
-# options. The paths listed here are for configure --prefix=/usr
-# --sysconfdir=/etc --localstatedir=/var
 
 # Protocols we want to be serving.
-#protocols = imap pop3 lmtp
+protocols = imap pop3 lmtp
 
 # A comma separated list of IPs or hosts where to listen in for connections. 
 # "*" listens in all IPv4 interfaces, "::" listens in all IPv6 interfaces.