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
41ee9e06189bfee6c8099a49c2e51825862c4feb
a13labs.infra/terraform/k8sapps/resources/mail/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: 34ms Template: 4ms
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