This website requires JavaScript.
Explore
Help
Sign In
alexpires.me
/
a13labs.infra
Watch
1
Star
0
Fork
0
You've already forked a13labs.infra
Code
Issues
Pull Requests
1
Actions
Packages
Projects
Releases
Wiki
Activity
Files
9bbc4262b30dc9fb8fefb57e5ee9ad1f397f4999
a13labs.infra
/
terraform
/
k8sapps
/
resources
/
mail
/
sieve
T
5 lines
90 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Enhance mail configuration: add envelope support in Sieve, create SMTP and IMAP SRV records, update Dovecot settings, and implement Postfix startup script
2025-03-16 19:37:44 +01:00
require ["fileinto", "envelope"];
Add Sieve script for mail filtering to move messages to Sent folder
2025-03-15 23:05:12 +01:00
Enhance mail configuration: add envelope support in Sieve, create SMTP and IMAP SRV records, update Dovecot settings, and implement Postfix startup script
2025-03-16 19:37:44 +01:00
if envelope :is "from" "${user}" {
Add Sieve script for mail filtering to move messages to Sent folder
2025-03-15 23:05:12 +01:00
fileinto "Sent";
}
Reference in New Issue
Copy Permalink