From aed9fe1d33d45aa17c20fdabd3b068f7e52abe43 Mon Sep 17 00:00:00 2001 From: n8fr8 Date: Thu, 7 May 2026 13:40:39 -0400 Subject: [PATCH] update install script for madmail v0.47.0 prompts --- install_madmail.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/install_madmail.py b/install_madmail.py index e3154cc..167d8fd 100644 --- a/install_madmail.py +++ b/install_madmail.py @@ -27,8 +27,8 @@ def run_madmail_installer(): child.sendline("") child.expect("TLS mode") child.sendline("self_signed") - child.expect("Disable TLS verification for clients") - child.sendline("n") + ##child.expect("Disable TLS verification for clients") + ##child.sendline("n") child.expect("SMTP port") child.sendline("25") child.expect("Submission port") @@ -55,8 +55,8 @@ def run_madmail_installer(): child.sendline("n") child.expect("Enable TURN server") child.sendline("n") - child.expect("Require PGP encryption for outgoing messages") - child.sendline("y") + child.expect("Allow cleartext SMTP submission") + child.sendline("n") child.expect("Allow secure join requests without encryption") child.sendline("y") child.expect("Passthrough senders") @@ -73,4 +73,4 @@ def run_madmail_installer(): daemon_reload = run(["sudo", "systemctl", "daemon-reload"], capture_output=True, text=True) if daemon_reload.returncode != 0: - print(f"Issue running systemctl daemon_reload") \ No newline at end of file + print(f"Issue running systemctl daemon_reload")