Displaying 2 results from an estimated 2 matches for "murz".
Did you mean:
kurz
2018 Jan 23
3
How to set autoexpunge rule for single user mailbox in dovecot conf?
I need to set autoexpunge rule only for one single user and one mailbox
(mail folder), so apply it only for user alice at example.com mailbox INBOX.
How can I set namespace in dovecot config, that will apply only to single
user?
--
Best regards,
Alexey Murz Korepov.
Email, Jabber: murznn at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://dovecot.org/pipermail/dovecot/attachments/20180123/03c557e7/attachment.html>
2018 Jan 23
0
How to set autoexpunge rule for single user mailbox in dovecot conf?
...driver = passwd-file
? args =? /path/to/some/file
? skip = unauthenticated
}
and put in this file
alice at example.com::::::noauthenticate
userdb_namespace/inbox/mailbox/INBOX/autoexpunge=31d
or nopassword instead of noauthenticate.
Please keep replies in-list.
Aki
On 23.01.2018 12:31, Alexey Murz Korepov wrote:
> So, with using `passwd` driver as userdb - there are no ways to set
> some dovecot single per-user setting? Change passwd to real user
> database is too hard on working system.
> Maybe exists some other ways to do auto expunge function for separate
> mailbox folder o...