Enhance mail configuration: add envelope support in Sieve, create SMTP and IMAP SRV records, update Dovecot settings, and implement Postfix startup script

This commit is contained in:
2025-03-16 19:37:44 +01:00
parent 7dd59fa72a
commit 51d6229b03
7 changed files with 406 additions and 51 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
require ["fileinto"];
require ["fileinto", "envelope"];
if envelope :matches "from" "*" {
if envelope :is "from" "${user}" {
fileinto "Sent";
}