Logo
Explore Help
Sign In
alexpires.me/a13labs.infra
1
0
Fork 0
You've already forked a13labs.infra
Code Issues Pull Requests 1 Actions Packages Projects Releases Wiki Activity
Files
372df1b9e9ab02ea11eb9a3ba98edc68cf0104f5
a13labs.infra/terraform/modules/apps/mail/resources/dovecot/sieve
T

5 lines
90 B
Plaintext
Raw Normal View History

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
Powered by Gitea Version: 1.26.4 Page: 20ms Template: 2ms
Auto
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API