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:
@@ -1,5 +1,5 @@
|
||||
require ["fileinto"];
|
||||
require ["fileinto", "envelope"];
|
||||
|
||||
if envelope :matches "from" "*" {
|
||||
if envelope :is "from" "${user}" {
|
||||
fileinto "Sent";
|
||||
}
|
||||
Reference in New Issue
Block a user