Created attachment 259837 [details] mail/stalwart-mail 0.11.7 Stalwart Mail Server is an open-source mail server solution with JMAP, IMAP4, POP3, and SMTP support and a wide range of modern features. It is written in Rust and designed to be secure, fast, robust and scalable. https://stalw.art/
Thanks. I want to test Stalwart Mail soon. Is it really necessary to set admin secret in rc.d script instead of config.toml? The file is probably world readable (755). Why do you set PORTREVISION?
Hello! Thank you for your interest in this port. The reason for placing ADMIN_SECRET in the rc.d file is because retrieving the value from the corresponding environment variable is the expected behavior in the default configuration of Stalwart Mail. I did overlook the permission issue with the rc.d script — thank you for pointing it out. I will fix it as soon as possible. As for the PORTREVISION, it was left over from my own testing process to verify whether the port could properly run its business logic. It seems I forgot to remove it, and I will also clean it up in the next update.
How's this coming along?