Update madmail install script for latest madmail version
This commit is contained in:
parent
eead2a13a0
commit
e0c30040bc
2 changed files with 6 additions and 6 deletions
|
|
@ -11,9 +11,9 @@ def run_madmail_installer():
|
|||
child.expect("Customize every setting")
|
||||
child.sendline("2")
|
||||
child.expect("Primary domain")
|
||||
child.sendline(butterbox_hostname)
|
||||
child.sendline(f"{butterbox_hostname}.locaL")
|
||||
child.expect("MX record")
|
||||
child.sendline(butterbox_hostname)
|
||||
child.sendline(f"{butterbox_hostname}.locaL")
|
||||
child.expect("Public IP address")
|
||||
child.sendline("127.0.0.1")
|
||||
child.expect("Additional domains")
|
||||
|
|
@ -22,10 +22,10 @@ def run_madmail_installer():
|
|||
child.sendline("")
|
||||
child.expect("Configuration directory")
|
||||
child.sendline("")
|
||||
child.expect("TLS certificate path")
|
||||
child.sendline("")
|
||||
child.expect("TLS private key path")
|
||||
child.expect("TLS mode")
|
||||
child.sendline("")
|
||||
child.expect("Disable TLS verification for clients")
|
||||
child.sendline("y")
|
||||
child.expect("SMTP port")
|
||||
child.sendline("")
|
||||
child.expect("Submission port")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue