Files
ports/mail/stalwart/pkg-message
T
Mark Felder 61feef1538 mail/stalwart: Update to 0.15.5
PR:	290995
2026-03-03 00:14:39 +00:00

19 lines
536 B
Plaintext

[
{ type: install
message: <<EOM
Note: You must define a fallback-admin manually in the configuration file
at %%ETCDIR%%/config.toml to be able to login the first time.
Edit the configuration for the fallback-admin:
[authentication.fallback-admin]
user = "admin"
secret = "yourplaintextpasswordhere"
The secret will be replaced with a hash if you change the fallback
admin's password in the web admin panel. The secret value can also be a
password hash documented here: https://stalw.art/docs/auth/authentication/password/
EOM
}
]