From 1204730924436ef9e1c7c49c9557837f9a5ed0e8 Mon Sep 17 00:00:00 2001 From: clarkzjw Date: Wed, 8 Feb 2023 00:40:09 -0800 Subject: fork https://github.com/mattsta/mailweb --- ansible/roles/dovecot/files/dovecot/dovecot.conf | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 ansible/roles/dovecot/files/dovecot/dovecot.conf (limited to 'ansible/roles/dovecot/files/dovecot/dovecot.conf') diff --git a/ansible/roles/dovecot/files/dovecot/dovecot.conf b/ansible/roles/dovecot/files/dovecot/dovecot.conf new file mode 100644 index 0000000..4304fa6 --- /dev/null +++ b/ansible/roles/dovecot/files/dovecot/dovecot.conf @@ -0,0 +1,19 @@ +# IMAP for remote access, LMTP for local delivery +protocols = imap lmtp + +# set these to the uid of your `vmail` user +first_valid_uid = 145 +last_valid_uid = 145 + +#mail_debug = yes +##auth_verbose = yes +##auth_debug = yes +##auth_debug_passwords = yes +##auth_verbose_passwords = yes + + +mail_uid = vmail +mail_gid = vmail + +!include conf.d/*.conf +!include_try local.conf -- cgit v1.2.3