From a44a3b30248919a7366499761bd1040fd603887c Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Fri, 19 May 2023 21:58:20 +0200 Subject: [PATCH] ns-ghirahim: set postfix relayhost --- nodes/ns-ghirahim.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nodes/ns-ghirahim.toml b/nodes/ns-ghirahim.toml index aa88109..28f61a8 100644 --- a/nodes/ns-ghirahim.toml +++ b/nodes/ns-ghirahim.toml @@ -15,6 +15,12 @@ gateway6 = "2a03:b0c0:1:d0::1" [metadata.icinga_options] pretty_name = "ns-ghirahim.kunbox.net" +[metadata.postfix] +# It's fine to do this without authentificating to the relayhost. +# These Systems are not supposed to send mail anywhere else +# than our own domains. +relayhost = "[rx300.kunbox.net]:2525" + [metadata.postgresql] version = "15"