how to automatically delete folders from Trash after x days

2020-05-20 Thread chayes
This works great for keeping the Trash from overflowing ... doveadm expunge -A mailbox Trash before 30d ... but it doesn't delete folders that the user put in the trash. What is the recommended method for erasing folders from the trash?

lmtp(------): Debug: SSL_get_servername() failed

2020-03-18 Thread chayes
I have a smoothly running dovecot 2.3.7.2 & sendmail IMAP with SSL combo on Fedora 30. However, I see oodles of these when ssl verbosity is turned up: lmtp(25738): Debug: SSL_get_servername() failed Should I be concerned or is there a setting that stops that?

FW: how to create Drafts, Junk, Sent, Trash folders after user already created

2020-03-09 Thread chayes
Thanks for the suggestions, but I need to do this after users have been created. Would this be the best way? To run this for each user: doveadm mailbox create -u $username -s Drafts doveadm mailbox subscribe -u $username Drafts doveadm mailbox create -u $username -s Junk doveadm mailbox subsc

how to create Drafts, Junk, Sent, Trash folders after user already created

2020-03-09 Thread chayes
Hello Dovecot, Do to a misconfiguration, I have a bunch of users who do not have the standard folders. I can create a routine to cycle through the users and look for the folders and run a command if there is one. Is there a way to create the proper namespace for a user after the user has already