From 824b92bb9db59815b2e025e62694ab954f6604c6 Mon Sep 17 00:00:00 2001 From: "Jean-Marc Pigeon (Delson)" Date: Mon, 23 Jun 2025 08:05:47 -0400 Subject: [PATCH] Adding dovecot configuration --- conf/dovecot/dovecot.conf | 70 +++++++++++++++++++++++++++++++++++++++ conf/dovecot/passfile | 5 +-- 2 files changed, 73 insertions(+), 2 deletions(-) create mode 100644 conf/dovecot/dovecot.conf diff --git a/conf/dovecot/dovecot.conf b/conf/dovecot/dovecot.conf new file mode 100644 index 0000000..974cc18 --- /dev/null +++ b/conf/dovecot/dovecot.conf @@ -0,0 +1,70 @@ +#------------------------------------------------------- +#Dovecot configuration to work with mailleur +#You will definitely want to read the official documentation +#at http://wiki2.dovecot.org/ if you plan to use Dovecot in +#full production environment +#------------------------------------------------------- +#user lower limit (at least user email) +first_valid_uid=5 +first_valid_gid=12 + +#-------------------------------------------------------------------------- +#debug level +mail_debug=no +auth_debug=no +auth_verbose=yes +auth_debug_passwords=yes +log_path=/var/log/dovecot.log + +#-------------------------------------------------------------------------- +#service setting +#available services +protocols=imap pop3 +#SSL parameters +ssl=yes +disable_plaintext_auth=yes +ssl_cert=