## Dovecot configuration file
## Version 2.2.x (AR14759611)
# --------------------------------------------------------------------
# *** Please read this section before modifying this file ***
# Several of the keys and values within this file are modified by
# Apple's Server Admin application. Each key that is automatically
# modified by the Server Admin app is identified with a comment
# preceding the key with this note:
# Note: This key is managed by Server Admin. See above before making changes
# --------------------------------------------------------------------
# If you're in a hurry, see http://wiki2.dovecot.org/QuickConfiguration
# "doveconf -n" command gives a clean output of the changed settings. Use it
# instead of copy&pasting files when posting to the Dovecot mailing list.
# '#' character and everything after it is treated as comments. Extra spaces
# and tabs are ignored. If you want to use either of these explicitly, put the
# value inside quotes, eg.: key = "# char and trailing whitespace "
# Most (but not all) settings can be overridden by different protocols and/or
# source/destination IPs by placing the settings inside sections, for example:
# protocol imap { }, local 127.0.0.1 { }, remote 10.0.0.0/8 { }
# 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=/Library/Server/Mail/Config --localstatedir=/var
# Protocols we want to be serving.
# Note: This key is managed by Server Admin. See above before making changes
# protocols = imap pop3 lmtp sieve
# IMAP for remote access, LMTP for local delivery
# A comma separated list of IPs or hosts where to listen in for connections.
# "*" listens in all IPv4 interfaces, "::" listens in all IPv6 interfaces.
# If you want to specify non-default ports or anything more complex,
# edit conf.d/master.conf.
# Base directory where to store runtime data.
base_dir = @PREFIX@/var/run/dovecot
# Name of this instance. In multi-instance setup doveadm and other commands
# can use -i <instance_name> to select which instance is used (an alternative
# to -c <config_path>). The instance name is also added to Dovecot processes
# Greeting message for clients.
login_greeting = Dovecot ready.
# Space separated list of trusted network ranges. Connections from these
# IPs are allowed to override their IP addresses and ports (for logging and
# for authentication checks). disable_plaintext_auth is also ignored for