update install script for madmail v0.47.0 prompts

This commit is contained in:
n8fr8 2026-05-07 13:40:39 -04:00
parent e85c3b1dc2
commit aed9fe1d33

View file

@ -27,8 +27,8 @@ def run_madmail_installer():
child.sendline("") child.sendline("")
child.expect("TLS mode") child.expect("TLS mode")
child.sendline("self_signed") child.sendline("self_signed")
child.expect("Disable TLS verification for clients") ##child.expect("Disable TLS verification for clients")
child.sendline("n") ##child.sendline("n")
child.expect("SMTP port") child.expect("SMTP port")
child.sendline("25") child.sendline("25")
child.expect("Submission port") child.expect("Submission port")
@ -55,8 +55,8 @@ def run_madmail_installer():
child.sendline("n") child.sendline("n")
child.expect("Enable TURN server") child.expect("Enable TURN server")
child.sendline("n") child.sendline("n")
child.expect("Require PGP encryption for outgoing messages") child.expect("Allow cleartext SMTP submission")
child.sendline("y") child.sendline("n")
child.expect("Allow secure join requests without encryption") child.expect("Allow secure join requests without encryption")
child.sendline("y") child.sendline("y")
child.expect("Passthrough senders") child.expect("Passthrough senders")