Verified Commit f9775f74 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Adjust configs for new image

parent 8035f431
Loading
Loading
Loading
Loading
+0 −15
Original line number Diff line number Diff line
# Docker related stuff below.
# This is mostly paths & permissions

# Standard docker logging to stdio
log_path = /dev/stderr
info_log_path = /dev/stdout

# Certificates generated by the kube-cert-manager pod, mounted by way of
# kubernetes-secrets to /etc/tls
ssl_cert = </etc/tls/tls.crt
ssl_key = </etc/tls/tls.key

# The mail volume is mounted to /var/mail, indexes at /var/indexes
mail_home = /var/mail/virtual/%d/%n
mail_location = maildir:~/mail:INBOX=~/mail/.INBOX:INDEX=/var/indexes/%d/%n
@@ -17,9 +8,3 @@ mail_location = maildir:~/mail:INBOX=~/mail/.INBOX:INDEX=/var/indexes/%d/%n
# The UID/GID of all virtual users
mail_uid = 5000
mail_gid = 5000

# The default user accounts used for running daemons under Debian
# These may need changing or extra support in the image if a different base
# image is used.
default_login_user = dovenull
default_internal_user = dovecot

conf/conf.d/10-ssl.conf

deleted100644 → 0
+0 −5
Original line number Diff line number Diff line
# Need to determine if it is still relevant to require allowing SSLv3

ssl = required
ssl_min_protocol = TLSv1.2
ssl_cipher_list = ALL:!LOW:!SSLv3:!EXP:!aNULL
+1 −0
Original line number Diff line number Diff line
!include_try /usr/share/dovecot/protocols.d/*.protocol
!include /etc/dovecot/conf.d/*.conf

mail_server_admin = mailto:admin@kodo.org.uk