From 20708ade1f56a1ef84b22ecdca42af9f9bd45c69 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Thu, 15 Feb 2024 14:21:02 +0100 Subject: Postfix: Use relay-smtps as relayhost transport. --- templates/etc/postfix/main.cf.j2 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'templates/etc') diff --git a/templates/etc/postfix/main.cf.j2 b/templates/etc/postfix/main.cf.j2 index 9557cc4..35a6790 100644 --- a/templates/etc/postfix/main.cf.j2 +++ b/templates/etc/postfix/main.cf.j2 @@ -29,10 +29,9 @@ alias_database = $virtual_alias_maps mailbox_size_limit = 0 # Forward everything to our internal outgoing proxy -# TODO: User relay-smtps on 465/tcp once Hetzner opens it relay_domains = -relayhost = [smtp.guilhem.org]:587 -default_transport = relay +relayhost = [smtp.guilhem.org]:465 +default_transport = relay-smtps smtpd_tls_security_level = none smtp_tls_exclude_ciphers = EXPORT, LOW, MEDIUM, aNULL, eNULL, DES, RC4, MD5 -- cgit v1.2.3