No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

etc_dovecot_dovecot.conf 4.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. ## Dovecot configuration file
  2. # If you're in a hurry, see http://wiki2.dovecot.org/QuickConfiguration
  3. # "doveconf -n" command gives a clean output of the changed settings. Use it
  4. # instead of copy&pasting files when posting to the Dovecot mailing list.
  5. # '#' character and everything after it is treated as comments. Extra spaces
  6. # and tabs are ignored. If you want to use either of these explicitly, put the
  7. # value inside quotes, eg.: key = "# char and trailing whitespace "
  8. # Default values are shown for each setting, it's not required to uncomment
  9. # those. These are exceptions to this though: No sections (e.g. namespace {})
  10. # or plugin settings are added by default, they're listed only as examples.
  11. # Paths are also just examples with the real defaults being based on configure
  12. # options. The paths listed here are for configure --prefix=/usr
  13. # --sysconfdir=/etc --localstatedir=/var
  14. # Enable installed protocols
  15. !include_try /usr/share/dovecot/protocols.d/*.protocol
  16. # A comma separated list of IPs or hosts where to listen in for connections.
  17. # "*" listens in all IPv4 interfaces, "::" listens in all IPv6 interfaces.
  18. # If you want to specify non-default ports or anything more complex,
  19. # edit conf.d/master.conf.
  20. #listen = *, ::
  21. # Base directory where to store runtime data.
  22. #base_dir = /var/run/dovecot/
  23. # Name of this instance. In multi-instance setup doveadm and other commands
  24. # can use -i <instance_name> to select which instance is used (an alternative
  25. # to -c <config_path>). The instance name is also added to Dovecot processes
  26. # in ps output.
  27. #instance_name = dovecot
  28. # Greeting message for clients.
  29. #login_greeting = Dovecot ready.
  30. # Space separated list of trusted network ranges. Connections from these
  31. # IPs are allowed to override their IP addresses and ports (for logging and
  32. # for authentication checks). disable_plaintext_auth is also ignored for
  33. # these networks. Typically you'd specify your IMAP proxy servers here.
  34. #login_trusted_networks =
  35. # Sepace separated list of login access check sockets (e.g. tcpwrap)
  36. #login_access_sockets =
  37. # With proxy_maybe=yes if proxy destination matches any of these IPs, don't do
  38. # proxying. This isn't necessary normally, but may be useful if the destination
  39. # IP is e.g. a load balancer's IP.
  40. #auth_proxy_self =
  41. # Show more verbose process titles (in ps). Currently shows user name and
  42. # IP address. Useful for seeing who are actually using the IMAP processes
  43. # (eg. shared mailboxes or if same uid is used for multiple accounts).
  44. #verbose_proctitle = no
  45. # Should all processes be killed when Dovecot master process shuts down.
  46. # Setting this to "no" means that Dovecot can be upgraded without
  47. # forcing existing client connections to close (although that could also be
  48. # a problem if the upgrade is e.g. because of a security fix).
  49. #shutdown_clients = yes
  50. # If non-zero, run mail commands via this many connections to doveadm server,
  51. # instead of running them directly in the same process.
  52. #doveadm_worker_count = 0
  53. # UNIX socket or host:port used for connecting to doveadm server
  54. #doveadm_socket_path = doveadm-server
  55. # Space separated list of environment variables that are preserved on Dovecot
  56. # startup and passed down to all of its child processes. You can also give
  57. # key=value pairs to always set specific settings.
  58. #import_environment = TZ
  59. ##
  60. ## Dictionary server settings
  61. ##
  62. # Dictionary can be used to store key=value lists. This is used by several
  63. # plugins. The dictionary can be accessed either directly or though a
  64. # dictionary server. The following dict block maps dictionary names to URIs
  65. # when the server is used. These can then be referenced using URIs in format
  66. # "proxy::<name>".
  67. dict {
  68. #quota = mysql:/etc/dovecot/dovecot-dict-sql.conf.ext
  69. #expire = sqlite:/etc/dovecot/dovecot-dict-sql.conf.ext
  70. }
  71. # Most of the actual configuration gets included below. The filenames are
  72. # first sorted by their ASCII value and parsed in that order. The 00-prefixes
  73. # in filenames are intended to make it easier to understand the ordering.
  74. !include conf.d/*.conf
  75. # A config file can also tried to be included without giving an error if
  76. # it's not found:
  77. !include_try /usr/share/dovecot/protocols.d/*.protocol
  78. protocols = imap lmtp sieve pop3