diff --git a/apps/stalwart/manual_config_steps.md b/apps/stalwart/manual_config_steps.md new file mode 100644 index 0000000..59dc6cc --- /dev/null +++ b/apps/stalwart/manual_config_steps.md @@ -0,0 +1,40 @@ + +## Manual Configuration Steps in the Web UI ## + +Management > Domains + ++ new entry +Domain Name: basicstack.de +DNS Management: Manual DNS Management +Report Address: mailto:admin@basicstack.de + + +Settings > Network > General + +Default Hostname: mail.basicstack.de +Default Domail: Select basicstack.de + +Settings > Network > Listeners + ++ new entry +Listener id: smtp-587 +Protocol: SMTP +Bind addresses: [::]:587 +Enable TLS: on +Implicit TLS: off + ++ new entry +Listener id: imaps-143 +Protocol: IMAP4 +Bind addresses: [::]:143 +Enable TLS: on +Implicit TLS: off + +TLS > Certificates + ++ new entry +mail.basicstack.de +Certitificate: Text value read from file +File Path: /etc/stalwart/certs/tls.crt +Private Key: Secret read from file +File path: /etc/stalwart/certs/tls.key