mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-25 17:06:01 +03:00
[GH-ISSUE #1713] Postfix and dovecot sub addressing #1352
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#1352
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @willfurnell on GitHub (Apr 3, 2019).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/1713
Hi,
I've been looking into sub addressing with Modoboa and Postfix. I can see that the 'recipient_delimiter = +' parameter is there, and recieveing emails works fine to addresses like mail+test@example.com.
However, I'd like the message sent to this address go to a folder called test (either inside or outside the INBOX folder). Looking at this stackoverflow post, adding the -m argument to dovecot would put it in a folder. https://serverfault.com/questions/748182/dovecot-plus-sign-in-mailbox-name
Is there any reason why I couldn't replace the maildrop line with a dovecot one, or is that used with spam filtering etc. If I can't change maildrop to dovecot, do you know how I could achieve this functionality?
Thank you very much!
@tonioo commented on GitHub (Apr 29, 2019):
@willfurnell Have you tried with a sieve filter?
@willfurnell commented on GitHub (Apr 29, 2019):
I've had a look at the sieve filters interface, but I can't see how to match on + and then put it in the folder - as you can't get the part out?
@willfurnell commented on GitHub (Apr 29, 2019):
Is there some way to enter plain raw text in the interface? In that case I could probably write a filter for it. :)
@tonioo commented on GitHub (May 6, 2019):
@willfurnell Yes. Go to user preferences, sieve tab and select raw format for editor.