Revision of Autocreate folders from Tue, 02/14/2012 - 16:05

Revisions allow you to track differences between multiple versions of your content, and revert back to older versions.

How to automatically create folders in the user's maildir when they login. Handy for creating folders for maildrop.

Dovecot has an Autocreate pluging that can automatically create and subscribe folders when a user logs in.

Installation
Dovecot 2.0.x includes the autocreate plugin by default. To enable it, edit /usr/local/etc/dovecot/conf.d/20-imap.conf and add it to the mail_plugins list:

protocol imap {
  mail_plugins = $mail_plugins autocreate
}

To create folders, add them into /usr/local/etc/dovecot/conf.d/90-plugin.conf:

plugin {
  autocreate = Trash
  autocreate2 = Spam
  #autocreate3 = ..etc..
  autosubscribe = Trash
  autosubscribe2 = Spam
  #autosubscribe3 = ..etc..
}

Recent Updates

  • 1 year 1 week ago
    1.27.2 update
  • 1 year 3 weeks ago
    Drupal 10/11 config
  • 1 year 3 weeks ago
  • PHP
    1 year 3 weeks ago
    PHP 8.3.11 and AlmaLinux
  • 1 year 3 weeks ago
    New version of Pound
Error | Production Monkeys

Error

The website encountered an unexpected error. Please try again later.