Plus Addressing in Sub Folder

Locked
guik1
Posts: 3
Joined: Tue 1. Oct 2019, 14:35

Plus Addressing in Sub Folder

Post by guik1 »

Hi Everyone,

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 ?
nikko
Posts: 914
Joined: Fri 15. Apr 2016, 16:11

Re: Plus Addressing in Sub Folder

Post by nikko »

No, is not automatically working. You can only do that manually.
The software said: Requires Win Vista®, 7®, 8® or better. And so I installed Linux.
guik1
Posts: 3
Joined: Tue 1. Oct 2019, 14:35

Re: Plus Addressing in Sub Folder

Post by guik1 »

It's possible with postfix and dovecot so it's just a configuration issue ...

From the GUI it's not yet possible but from dovecot or postfix config file it should be possible...
guik1
Posts: 3
Joined: Tue 1. Oct 2019, 14:35

Re: Plus Addressing in Sub Folder

Post by guik1 »

Hi Everyone,

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 :)
Locked