From b3f46e0353d404dcf886020baef82cb71e6b7eb7 Mon Sep 17 00:00:00 2001 From: arf20 Date: Sun, 24 Dec 2023 15:54:24 +0100 Subject: Initial commit --- dovecot/dovecot.conf | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 dovecot/dovecot.conf (limited to 'dovecot/dovecot.conf') diff --git a/dovecot/dovecot.conf b/dovecot/dovecot.conf new file mode 100644 index 0000000..1266741 --- /dev/null +++ b/dovecot/dovecot.conf @@ -0,0 +1,40 @@ +disable_plaintext_auth = no +mail_privileged_group = mail +mail_location = mbox:~/mail:INBOX=/var/mail/%n +userdb { + driver = passwd +} +passdb { + args = dovecot + driver = pam + #driver = passwd-file + #args = scheme=plain username_format=%n /etc/dovecot/passwd +} +protocols = " imap" + +namespace inbox { + inbox = yes + + mailbox Trash { + auto = subscribe # autocreate and autosubscribe the Trash mailbox + special_use = \Trash + } + mailbox Sent { + auto = subscribe # autocreate and autosubscribe the Sent mailbox + special_use = \Sent + } +} + + +service auth { + unix_listener /var/spool/postfix/private/auth { + group = postfix + mode = 0660 + user = postfix + } +} + +ssl=required +ssl_cert =