# 2.3.4 (0ecbaf23d): /etc/dovecot/dovecot.conf # OS: Linux 4.14.65.1.amd64-smp x86_64 Debian 9.6 # Hostname: adove.mpi-klsb.mpg.de doveadm_password = # hidden, use -P to show it doveadm_port = 12345 listen = * mail_gid = nogroup mail_home = /var/vmail/%u mail_location = mdbox:~/mdbox mail_plugins = notify replication mail_uid = nobody namespace inbox { inbox = yes location = mailbox Drafts { special_use = \Drafts } mailbox Junk { special_use = \Junk } mailbox Sent { special_use = \Sent } mailbox "Sent Messages" { special_use = \Sent } mailbox Trash { special_use = \Trash } prefix = } passdb { args = /etc/dovecot/userdb driver = passwd-file } plugin { mail_replica = tcp:bdove.mpi-klsb.mpg.de } protocols = " imap" service aggregator { fifo_listener replication-notify-fifo { mode = 0666 } unix_listener replication-notify { mode = 0666 } } service doveadm { inet_listener doveadm-server { port = 12345 } } service replicator { process_min_avail = 1 unix_listener replicator-doveadm { mode = 0666 } } ssl = no userdb { args = /etc/dovecot/userdb driver = passwd-file }