# This file is managed by Helm
#
tls_on_connect_ports = 465
daemon_smtp_ports = 25 : 465

MAIN_TLS_ENABLE=1
MAIN_TLS_CERTIFICATE=/etc/exim4/exim.crt
MAIN_TLS_PRIVATEKEY=/etc/exim4/exim.key

# Use the same SSL certificate when transporting mail via SMTP to other hosts
REMOTE_SMTP_TLS_CERTIFICATE = /etc/exim4/exim.crt
REMOTE_SMTP_PRIVATEKEY = /etc/exim4/exim.key

# Local Variables:
# mode: conf-space
# compile-command: "make -C ../../../.. diff"
# End:
