Plus Addressing in Sub Folder
Plus Addressing in Sub Folder
I try many different thing but i can't find one who is working on Keyhelp.
https://wiki.dovecot.org/LDA/Postfix
https://news.gandi.net/en/2018/07/fun-with-sieve-rules/
I would like to have plus addressing automatically going to sub folder without having to create every filter manually.
Do you have something like this already working ?
Re: Plus Addressing in Sub Folder
Re: Plus Addressing in Sub Folder
From the GUI it's not yet possible but from dovecot or postfix config file it should be possible...
Re: Plus Addressing in Sub Folder
I finally found what i was looking for :
require ["variables", "fileinto", "envelope", "subaddress", "mailbox"];
# rule:[PLUSFOLDER]
if envelope :matches :detail "to" "*" {
fileinto :create "INBOX.${1}";
}
Hope it will help someone
