You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that the account is `USERNAME@ctrlh` in this case - using a domain name is necessary becsause intermediate mail relays mail drop mail with unqualified names in it.
34
+
Note that the account is `USERNAME@ctrlh` in this case - using a domain name is necessary because intermediate mail relays may drop mail with unqualified names in it.
35
35
36
36
Each service should have its own credentials so that it can be managed independently of other services.
37
37
38
+
### bin/mksmtp.sh
39
+
40
+
`bin/mksmtp.sh` automates account creation. It reads
41
+
`POSTFIX_smtpd_sasl_local_domain` from `.env`, generates a random
42
+
password, creates the SASL account, and prints all the parameters needed
0 commit comments