Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

dovecot (19) Versions 2.2.0

Installs and configures Dovecot, open source IMAP and POP3 email server.

Policyfile
Berkshelf
Knife
cookbook 'dovecot', '= 2.2.0', :supermarket
cookbook 'dovecot', '= 2.2.0'
knife supermarket install dovecot
knife supermarket download dovecot
README
Dependencies
Changelog
Quality 100%

Description

Cookbook Version
Dependency Status
Code Climate
Build Status

Installs and configures Dovecot, open source IMAP and POP3 email server.

Table of Contents

Requirements

Supported Platforms

This cookbook has been tested on the following platforms:

  • CentOS >= 6.0
  • Debian >= 7.0
  • Fedora >= 18.0
  • Ubuntu >= 12.04
  • Amazon

Let me know if you use it successfully on any other platform.

Required Cookbooks

Required Applications

  • Dovecot >= 2: requires this version of dovecot to be available by the distribution's package manager.
  • Ruby >= 1.9.3

Attributes

To see a more complete description of the attributes, go to the Dovecot wiki2 configuration section or read the comments in the templates and generated configuration files.

<table>
<tr>
<th>Attribute</th>
<th>Description</th>
<th>Default</th>
</tr>
<tr>
<td><code>node['dovecot']['install_from']</code></td>
<td>Determines how Dovecot is installed from. Only <code>"package"</code> is supported for now.</td>
<td><code>"package"</code></td>
</tr>
<tr>
<td><code>node['dovecot']['user']</code></td>
<td>Dovecot system user. Should no be changed.</td>
<td><code>"dovecot"</code></td>
</tr>
<tr>
<td><code>node['dovecot']['group']</code></td>
<td>Dovecot system group. Should no be changed.</td>
<td><code>"dovecot"</code></td>
</tr>
<tr>
<td><code>node['dovecot']['lib_path']</code></td>
<td>Dovecot library path. Should no be changed.</td>
<td><em>calculated</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf_path']</code></td>
<td>Dovecot configuration files path. Should no be changed.</td>
<td><code>"/etc/dovecot"</code></td>
</tr>
<tr>
<td><code>node['dovecot']['conf_files_user']</code></td>
<td>System user owner of configuration files.</td>
<td><code>"root"</code></td>
</tr>
<tr>
<td><code>node['dovecot']['conf_files_group']</code></td>
<td>System group owner of configuration files.</td>
<td><code>node["dovecot"]["group"]</code></td>
</tr>
<tr>
<td><code>node['dovecot']['conf_files_mode']</code></td>
<td>Configuration files system file mode bits.</td>
<td><code>00644</code></td>
</tr>
<tr>
<td><code>node['dovecot']['sensitive_files']</code></td>
<td>An array of dovecot sensitive configuration files. Each array item can be a glob expression or a fixed file name. These file names should be relative to <code>node["dovecot"]["conf_path"]</code> directory. Example: <code>[ "dovecot-sql.conf.ext", "-auth.conf.ext", "conf.d/auth-supersecret.conf.ext" ]</code></td>
<td><code>[ "
.conf.ext" ]</code></td>
</tr>
<tr>
<td><code>node['dovecot']['sensitive_files_mode']</code></td>
<td>Configuration files system file mode bits for sensitve files.</td>
<td><code>00640</code></td>
</tr>
<tr>
<td><code>node['dovecot']['conf_files']['core']</code></td>
<td>Dovecot core configuration files list.</td>
<td><code>[<br/>
  "conf.d/10-auth.conf",<br/>
  "conf.d/10-director.conf",<br/>
  "conf.d/10-logging.conf",<br/>
  "conf.d/10-mail.conf",<br/>
  "conf.d/10-master.conf",<br/>
  "conf.d/10-ssl.conf",<br/>
  "conf.d/10-tcpwrapper.conf",<br/>
  "conf.d/15-lda.conf",<br/>
  "conf.d/15-mailboxes.conf",<br/>
  "conf.d/90-acl.conf",<br/>
  "conf.d/90-plugin.conf",<br/>
  "conf.d/90-quota.conf",<br/>
  "conf.d/auth-checkpassword.conf.ext",<br/>
  "conf.d/auth-deny.conf.ext",<br/>
  "conf.d/auth-master.conf.ext",<br/>
  "conf.d/auth-passwdfile.conf.ext",<br/>
  "conf.d/auth-sql.conf.ext",<br/>
  "conf.d/auth-static.conf.ext",<br/>
  "conf.d/auth-system.conf.ext",<br/>
  "conf.d/auth-vpopmail.conf.ext",<br/>
  "dovecot.conf",<br/>
  "dovecot-db.conf.ext",<br/>
  "dovecot-dict-sql.conf.ext",<br/>
  "dovecot-sql.conf.ext"<br/>
]</code></td>
</tr>
<tr>
<td><code>node['dovecot']['conf_files']['imap']</code></td>
<td>Dovecot IMAP configuration files list.</td>
<td><code>["conf.d/20-imap.conf"]</code></td>
</tr>
<tr>
<td><code>node['dovecot']['conf_files']['pop3']</code></td>
<td>Dovecot POP3 configuration files list.</td>
<td><code>["conf.d/20-pop3.conf"]</code></td>
</tr>
<tr>
<td><code>node['dovecot']['conf_files']['lmtp']</code></td>
<td>Dovecot LMTP configuration files list.</td>
<td><code>["conf.d/20-lmtp.conf"]</code></td>
</tr>
<tr>
<td><code>node['dovecot']['conf_files']['sieve']</code></td>
<td>Dovecot Sieve configuration files list.</td>
<td><code>[<br/>
  "conf.d/20-managesieve.conf",<br/>
  "conf.d/90-sieve.conf"<br/>
]</code></td>
</tr>
<tr>
<td><code>node['dovecot']['conf_files']['ldap']</code></td>
<td>Dovecot LDAP configuration files list.</td>
<td><code>[<br/>
  "dovecot-ldap.conf.ext",<br/>
  "conf.d/auth-ldap.conf.ext"<br/>
]</code></td>
</tr>
<tr>
<td><code>node['dovecot']['auth']</code></td>
<td>Dovecot Authentication Databases as a hash of hashes (<a href="#authentication-database-examples">see the examples below</a>). Supported authdbs: checkpassword, deny, ldap, master, passwdfile, sql, system and vpopmail.</td>
<td><code>{}</code></td>
</tr>
<tr>
<td><code>node['dovecot']['namespaces']</code></td>
<td>Dovecot Namespaces as an array of hashes (<a href="#namespaces-example">see the example below</a>).</td>
<td><code>[]</code></td>
</tr>
<tr>
<td><code>node['dovecot']['plugins']</code></td>
<td>Dovecot Plugins configuration as a hash of hashes (<a href="#plugins-examples">see the examples below</a>). Supported plugins: mail_log, acl and quota.</td>
<td><code>{<br/>
  "sieve" => {<br/>
    "sieve" => "~/.dovecot.sieve",<br/>
    "sieve_dir" => "~/sieve",<br/>
  }<br/>
}</code></td>
</tr>
<tr>
<td><code>node['dovecot']['protocols']</code></td>
<td>Dovecot Protocols configuration as a hash of hashes (<a href="#protocols-example">see the example below</a>). Supported protocols: lda, imap, lmtp, sieve and pop3.</td>
<td><code>{}</code></td>
</tr>
<tr>
<td><code>node['dovecot']['services']</code></td>
<td>Dovecot Services configuration as a hash of hashes (<a href="#service-examples">see the examples below</a>). Supported services: anvil, director, imap-login, pop3-login, lmtp, imap, pop3, auth, auth-worker, dict, tcpwrap, managesieve-login and managesieve.</td>
<td><code>{}</code></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['mail_plugins']</code></td>
<td>Dovecot default enabled mail_plugins.</td>
<td><code>[]</code></td>
</tr>
<tr>
<td><code>node['dovecot']['ohai_plugin']['build-options']</code></td>
<td>Whether to enable reading build options inside ohai plugin. Can be disabled to be lighter.</td>
<td><code>true</code></td>
</tr>
</table>

Main Configuration Attributes

  • Configuration file: dovecot.conf.

<table>
<tr>
<th>Attribute</th>
<th>Description</th>
<th>Default</th>
</tr>
<tr>
<td><code>node['dovecot']['conf']['listen']</code></td>
<td>A comma separated list of IPs or hosts where to listen in for connections.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['base_dir']</code></td>
<td>Base directory where to store runtime data.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['instance_name']</code></td>
<td>Name of this instance. Used to prefix all Dovecot processes in ps output.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['login_greeting']</code></td>
<td>Greeting message for clients.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['login_trusted_networks']</code></td>
<td>Space separated list of trusted network ranges.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['login_access_sockets']</code></td>
<td>Space separated list of login access check sockets.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['auth_proxy_self']</code></td>
<td>With proxy_maybe=yes if proxy destination matches any of these IPs, don't do proxying.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['verbose_proctitle']</code></td>
<td>Show more verbose process titles (in ps).</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['shutdown_clients']</code></td>
<td>Should all processes be killed when Dovecot master process shuts down.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['doveadm_worker_count']</code></td>
<td>If non-zero, run mail commands via this many connections to doveadm server.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['doveadm_socket_path']</code></td>
<td>UNIX socket or host:port used for connecting to doveadm server.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['import_environment']</code></td>
<td>Space separated list of environment variables that are preserved on Dovecot startup and his childs.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['dict']</code></td>
<td>Dictionary server settings as a hash.</td>
<td><em>nil</em></td>
</tr>
</table>

Authentication Processes Attributes

  • Configuration file: conf.d/10-auth.conf.

<table>
<tr>
<th>Attribute</th>
<th>Description</th>
<th>Default</th>
</tr>
<tr>
<td><code>node['dovecot']['conf']['disable_plaintext_auth']</code></td>
<td>Disable LOGIN command and all other plaintext authentications unless SSL/TLS is used.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['auth_cache_size']</code></td>
<td>Authentication cache size (e.g. 10M). 0 means it's disabled.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['auth_cache_ttl']</code></td>
<td>Time to live for cached data.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['auth_cache_negative_ttl']</code></td>
<td>TTL for negative hits (user not found, password mismatch).</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['auth_realms']</code></td>
<td>Space separated list (or array) of realms for SASL authentication mechanisms that need them.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['auth_default_realm']</code></td>
<td>Default realm/domain to use if none was specified.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['auth_username_chars']</code></td>
<td>List of allowed characters in username.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['auth_username_translation']</code></td>
<td>Username character translations before it's looked up from databases.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['auth_username_format']</code></td>
<td>Username formatting before it's looked up from databases.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['auth_master_user_separator']</code></td>
<td>If you want to allow master users to log in by specifying the master username within the normal username string, you can specify the separator character here (format: <username><separator><master username>).</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['auth_anonymous_username']</code></td>
<td>Username to use for users logging in with ANONYMOUS SASL mechanism.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['auth_worker_max_count']</code></td>
<td>Maximum number of dovecot-auth worker processes.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['auth_gssapi_hostname']</code></td>
<td>Host name to use in GSSAPI principal names.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['auth_krb5_keytab']</code></td>
<td>Kerberos keytab to use for the GSSAPI mechanism.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['auth_use_winbind']</code></td>
<td>Do NTLM and GSS-SPNEGO authentication using Samba's winbind daemon and ntlm_auth helper.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['auth_winbind_helper_path']</code></td>
<td>Path for Samba's ntlm_auth helper binary.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['auth_failure_delay']</code></td>
<td>Time to delay before replying to failed authentications.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['auth_ssl_require_client_cert']</code></td>
<td>Take the username from client's SSL certificate, using X509_NAME_get_text_by_NID() which returns the subject's DN's CommonName.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['auth_mechanisms']</code></td>
<td>Space separated list of wanted authentication mechanisms: plain, login, digest-md5, cram-md5, ntlm, rpa, apop, anonymous, gssapi, otp, skey, gss-spnego</td>
<td><code>"plain"</code></td>
</tr>
</table>

Director-specific Attributes

  • Configuration file: conf.d/10-director.conf.

<table>
<tr>
<th>Attribute</th>
<th>Description</th>
<th>Default</th>
</tr>
<tr>
<td><code>node['dovecot']['conf']['director_servers']</code></td>
<td>List of IPs or hostnames to all director servers, including ourself (as a string or as an array).</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['director_mail_servers']</code></td>
<td>List of IPs or hostnames to all backend mail servers.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['director_user_expire']</code></td>
<td>How long to redirect users to a specific server after it no longer has any connections.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['director_doveadm_port']</code></td>
<td>TCP/IP port that accepts doveadm connections (instead of director connections).</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['director_username_hash']</code></td>
<td>How the username is translated before being hashed.</td>
<td><em>nil</em></td>
</tr>
</table>

Log Destination Attributes

  • Configuration file: conf.d/10-logging.conf.

<table>
<tr>
<th>Attribute</th>
<th>Description</th>
<th>Default</th>
</tr>
<tr>
<td><code>node['dovecot']['conf']['log_path']</code></td>
<td>Log file to use for error messages. "syslog" logs to syslog, /dev/stderr logs to stderr.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['info_log_path']</code></td>
<td>Log file to use for informational messages. Defaults to log_path.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['debug_log_path']</code></td>
<td>Log file to use for debug messages. Defaults to info_log_path.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['syslog_facility']</code></td>
<td>Syslog facility to use if you're logging to syslog.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['auth_verbose']</code></td>
<td>Log unsuccessful authentication attempts and the reasons why they failed.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['auth_verbose_passwords']</code></td>
<td>In case of password mismatches, log the attempted password.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['auth_debug']</code></td>
<td>Even more verbose logging for debugging purposes.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['auth_debug_passwords']</code></td>
<td>In case of password mismatches, log the passwords and used scheme so the problem can be debugged.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['mail_debug']</code></td>
<td>Enable mail process debugging.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['verbose_ssl']</code></td>
<td>Show protocol level SSL errors.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['log_timestamp']</code></td>
<td>Prefix for each line written to log file.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['login_log_format_elements']</code></td>
<td>Space-separated list (or array) of elements we want to log.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['login_log_format']</code></td>
<td>Login log format.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['mail_log_prefix']</code></td>
<td>Log prefix for mail processes.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['deliver_log_format']</code></td>
<td>Format to use for logging mail deliveries.</td>
<td><em>nil</em></td>
</tr>
</table>

Mailbox Locations and Namespaces Attributes

  • Configuration file: conf.d/10-mail.conf.

<table>
<tr>
<th>Attribute</th>
<th>Description</th>
<th>Default</th>
</tr>
<tr>
<td><code>node['dovecot']['conf']['mail_location']</code></td>
<td>Location for user's mailboxes.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['mail_shared_explicit_inbox']</code></td>
<td>Should shared INBOX be visible as "shared/user" or "shared/user/INBOX"?</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['mail_uid']</code></td>
<td>System user used to access mails.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['mail_gid']</code></td>
<td>System group used to access mails.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['mail_privileged_group']</code></td>
<td>Group to enable temporarily for privileged operations.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['mail_access_groups']</code></td>
<td>Grant access to these supplementary groups for mail processes.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['mail_full_filesystem_access']</code></td>
<td>Allow full filesystem access to clients.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['mail_attribute_dict']</code></td>
<td>Dictionary for key=value mailbox attributes. Currently used by URLAUTH.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['mmap_disable']</code></td>
<td>Don't use mmap() at all.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['dotlock_use_excl']</code></td>
<td>Rely on O_EXCL to work when creating dotlock files.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['mail_fsync']</code></td>
<td>When to use fsync() or fdatasync() calls: optimized, always or never</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['mail_nfs_storage']</code></td>
<td>Mail storage exists in NFS.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['mail_nfs_index']</code></td>
<td>Mail index files also exist in NFS.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['lock_method']</code></td>
<td>Locking method for index files: fcntl, flock or dotlock.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['mail_temp_dir']</code></td>
<td>Directory in which LDA/LMTP temporarily stores incoming mails >128 kB.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['first_valid_uid']</code></td>
<td>Valid UID range for users, defaults to 500 and above.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['last_valid_uid']</code></td>
<td>Valid UID range for users, defaults to 500 and above.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['first_valid_gid']</code></td>
<td>Valid GID range for users, defaults to non-root/wheel.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['last_valid_gid']</code></td>
<td>Valid GID range for users, defaults to non-root/wheel.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['mail_max_keyword_length']</code></td>
<td>Maximum allowed length for mail keyword name.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['valid_chroot_dirs']</code></td>
<td>':' separated list of directories under which chrooting is allowed for mail processes.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['mail_chroot']</code></td>
<td>Default chroot directory for mail processes.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['auth_socket_path']</code></td>
<td>UNIX socket path to master authentication server to find users.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['mail_plugin_dir']</code></td>
<td>Directory where to look up mail plugins.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['mail_cache_min_mail_count']</code></td>
<td>The minimum number of mails in a mailbox before updates are done to cache file.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['mailbox_idle_check_interval']</code></td>
<td>When IDLE command is running, mailbox is checked once in a while to see if there are any new mails or other changes.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['mail_save_crlf']</code></td>
<td>Save mails with CR+LF instead of plain LF.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['mail_prefetch_count']</code></td>
<td>Max number of mails to keep open and prefetch to memory.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['mail_temp_scan_interval']</code></td>
<td>How often to scan for stale temporary files and delete them (0 = never).</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['maildir_stat_dirs']</code></td>
<td>By default LIST command returns all entries in maildir beginning with a dot.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['maildir_copy_with_hardlinks']</code></td>
<td>When copying a message, do it with hard links whenever possible.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['maildir_very_dirty_syncs']</code></td>
<td>Assume Dovecot is the only MUA accessing Maildir.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['maildir_broken_filename_sizes']</code></td>
<td>If enabled, Dovecot doesn't use the S=<size> in the Maildir filenames for getting the mail's physical size, except when recalculating Maildir++ quota.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['maildir_empty_new']</code></td>
<td>Always move mails from new/ directory to cur/, even when the \Recent flags aren't being reset.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['mbox_read_locks']</code></td>
<td>Which read locking methods to use for locking mbox: dotlock, dotlock_try, fcntl, flock or lockfyy</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['mbox_write_locks']</code></td>
<td>Which write locking methods to use for locking mbox: dotlock, dotlock_try, fcntl, flock or lockfyy</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['mbox_lock_timeout']</code></td>
<td>Maximum time to wait for lock (all of them) before aborting.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['mbox_dotlock_change_timeout']</code></td>
<td>If dotlock exists but the mailbox isn't modified in any way, override the lock file after this much time.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['mbox_dirty_syncs']</code></td>
<td>When mbox changes unexpectedly simply read the new mails but still safely fallbacks to re-reading the whole mbox file whenever something in mbox isn't how it's expected to be.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['mbox_very_dirty_syncs']</code></td>
<td>Like mbox_dirty_syncs, but don't do full syncs even with SELECT, EXAMINE, EXPUNGE or CHECK commands.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['mbox_lazy_writes']</code></td>
<td>Delay writing mbox headers until doing a full write sync (EXPUNGE and CHECK commands and when closing the mailbox).</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['mbox_min_index_size']</code></td>
<td>If mbox size is smaller than this (e.g. 100k), don't write index files.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['mbox_md5']</code></td>
<td>Mail header selection algorithm to use for MD5 POP3 UIDLs when pop3_uidl_format=%m.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['mdbox_rotate_size']</code></td>
<td>Maximum dbox file size until it's rotated.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['mdbox_rotate_interval']</code></td>
<td>Maximum dbox file age until it's rotated.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['mdbox_preallocate_space']</code></td>
<td>When creating new mdbox files, immediately preallocate their size to mdbox_rotate_size.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['mail_attachment_dir']</code></td>
<td>Directory root where to store mail attachments. Disabled, if empty.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['mail_attachment_min_size']</code></td>
<td>Attachments smaller than this aren't saved externally.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['mail_attachment_fs']</code></td>
<td>Filesystem backend to use for saving attachments: posix, sis posix or sis-queue posix.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['mail_attachment_hash']</code></td>
<td>Hash format to use in attachment filenames.</td>
<td><em>nil</em></td>
</tr>
</table>

Master Configuration File Attributes

  • Configuration file: conf.d/10-master.conf.

<table>
<tr>
<th>Attribute</th>
<th>Description</th>
<th>Default</th>
</tr>
<tr>
<td><code>node['dovecot']['conf']['default_process_limit']</code></td>
<td>Default process limit.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['default_client_limit']</code></td>
<td>Default client limit.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['default_vsz_limit']</code></td>
<td>Default VSZ (virtual memory size) limit for service processes.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['default_login_user']</code></td>
<td>Login user is internally used by login processes.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['default_internal_user']</code></td>
<td>Internal user is used by unprivileged processes.</td>
<td><em>nil</em></td>
</tr>
</table>

SSL Attributes

  • Configuration file: conf.d/10-ssl.conf.

<table>
<tr>
<th>Attribute</th>
<th>Description</th>
<th>Default</th>
</tr>
<tr>
<td><code>node['dovecot']['conf']['ssl']</code></td>
<td>SSL/TLS support: true or false</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['ssl_cert']</code></td>
<td>PEM encoded X.509 SSL/TLS certificate.</td>
<td><em>calculated</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['ssl_key']</code></td>
<td>PEM encoded X.509 SSL/TLS private key.</td>
<td><em>calculated</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['ssl_key_password']</code></td>
<td>If key file is password protected, give the password here.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['ssl_ca']</code></td>
<td>PEM encoded trusted certificate authority.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['ssl_require_crl']</code></td>
<td>Require that CRL check succeeds for client certificates.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['ssl_client_ca_dir']</code></td>
<td>Directory for trusted SSL CA certificates. These are used only when Dovecot needs to act as an SSL client.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['ssl_client_ca_file']</code></td>
<td>File for trusted SSL CA certificates. These are used only when Dovecot needs to act as an SSL client.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['ssl_verify_client_cert']</code></td>
<td>Request client to send a certificate.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['ssl_cert_username_field']</code></td>
<td>Which field from certificate to use for username.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['ssl_parameters_regenerate']</code></td>
<td>How often to regenerate the SSL parameters file.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['ssl_dh_parameters_length']</code></td>
<td>DH parameters length to use.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['ssl_protocols']</code></td>
<td>SSL protocols to use.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['ssl_cipher_list']</code></td>
<td>SSL ciphers to use</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['ssl_prefer_server_ciphers']</code></td>
<td>Prefer the server's order of ciphers over client's.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['ssl_crypto_device']</code></td>
<td>SSL crypto device to use, for valid values run <code>$ openssl engine</code>.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['ssl_options']</code></td>
<td>SSL extra options. Currently supported options are: <code>'no_compression'</code></td>
<td><em>nil</em></td>
</tr>
</table>

LDA Specific Attributes

Also used by LMTP.

  • Configuration files: conf.d/15-lda.conf.

<table>
<tr>
<th>Attribute</th>
<th>Description</th>
<th>Default</th>
</tr>
<tr>
<td><code>node['dovecot']['conf']['postmaster_address']</code></td>
<td>Address to use when sending rejection mails.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['hostname']</code></td>
<td>Hostname to use in various parts of sent mails, eg. in Message-Id.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['quota_full_tempfail']</code></td>
<td>If user is over quota, return with temporary failure instead of bouncing the mail.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['sendmail_path']</code></td>
<td>Binary to use for sending mails.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['submission_host']</code></td>
<td>If non-empty, send mails via this SMTP host[:port] instead of sendmail.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['rejection_subject']</code></td>
<td>Subject: header to use for rejection mails.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['rejection_reason']</code></td>
<td>Human readable error message for rejection mails.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['recipient_delimiter']</code></td>
<td>Delimiter character between local-part and detail in email address.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['lda_original_recipient_header']</code></td>
<td>Header where the original recipient address (SMTP's RCPT TO: address) is taken from if not available elsewhere.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['lda_mailbox_autocreate']</code></td>
<td>Should saving a mail to a nonexistent mailbox automatically create it?</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['lda_mailbox_autosubscribe']</code></td>
<td>Should automatically created mailboxes be also automatically subscribed?</td>
<td><em>nil</em></td>
</tr>
</table>

LMTP Specific Attributes

  • Configuration file: conf.d/20-lmtp.conf

<table>
<tr>
<th>Attribute</th>
<th>Description</th>
<th>Default</th>
</tr>
<tr>
<td><code>node['dovecot']['conf']['lmtp_proxy']</code></td>
<td>Support proxying to other LMTP/SMTP servers by performing passdb lookups.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['lmtp_save_to_detail_mailbox']</code></td>
<td>When recipient address includes the detail (e.g. user+detail), try to save the mail to the detail mailbox.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['lmtp_rcpt_check_quota']</code></td>
<td>Verify quota before replying to RCPT TO. This adds a small overhead.</td>
<td><em>nil</em></td>
</tr>
</table>

Berkeley DB DB_CONFIG Attributes

  • Configuration file: dovecot-db.conf.ext.

<table>
<tr>
<th>Attribute</th>
<th>Description</th>
<th>Default</th>
</tr>
<tr>
<td><code>node['dovecot']['conf']['db']</code></td>
<td>DB_CONFIG for Berkeley DB as a hash.</td>
<td><em>nil</em></td>
</tr>
</table>

Dictionary Quota SQL Attributes

  • Configuration files: dovecot-dict-sql.conf.ext.

<table>
<tr>
<th>Attribute</th>
<th>Description</th>
<th>Default</th>
</tr>
<tr>
<td><code>node['dovecot']['conf']['dict_sql']['connect']</code></td>
<td>Dict sql connect configuration as a string or an array.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['dict_sql']['maps']</code></td>
<td>Dict sql database tables maps (<a href="#dictionary-quota-sql-example">see the example below</a>).</td>
<td><em>nil</em></td>
</tr>
</table>

LDAP Authentication Attributes

  • Configuration files: dovecot-ldap.conf.ext.

<table>
<tr>
<th>Attribute</th>
<th>Description</th>
<th>Default</th>
</tr>
<tr>
<td><code>node['dovecot']['conf']['ldap']['hosts']</code></td>
<td>Space separated list or array of LDAP hosts to use.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['ldap']['uris']</code></td>
<td>LDAP URIs to use.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['ldap']['dn']</code></td>
<td>Distinguished Name, the username used to login to the LDAP server.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['ldap']['dnpass']</code></td>
<td>Password for LDAP server, if dn is specified.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['ldap']['sasl_bind']</code></td>
<td>Use SASL binding instead of the simple binding.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['ldap']['sasl_mech']</code></td>
<td>SASL mechanism name to use.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['ldap']['sasl_realm']</code></td>
<td>SASL realm to use.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['ldap']['sasl_authz_id']</code></td>
<td>SASL authorization ID, ie. the dnpass is for this "master user", but the dn is still the logged in user.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['ldap']['tls']</code></td>
<td>Use TLS to connect to the LDAP server.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['ldap']['tls_ca_cert_file']</code></td>
<td>TLS options, currently supported only with OpenLDAP.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['ldap']['tls_ca_cert_dir']</code></td>
<td>TLS options, currently supported only with OpenLDAP.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['ldap']['tls_cipher_suite']</code></td>
<td>TLS options, currently supported only with OpenLDAP.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['ldap']['tls_cert_file']</code></td>
<td>TLS cert/key is used only if LDAP server requires a client certificate.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['ldap']['tls_key_file']</code></td>
<td>TLS cert/key is used only if LDAP server requires a client certificate.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['ldap']['tls_require_cert']</code></td>
<td>Valid values: never, hard, demand, allow, try</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['ldap']['ldaprc_path']</code></td>
<td>Use the given ldaprc path.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['ldap']['debug_level']</code></td>
<td>LDAP library debug level as specified by LDAP_DEBUG_* in ldap_log.h.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['ldap']['auth_bind']</code></td>
<td>Use authentication binding for verifying password's validity.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['ldap']['auth_bind_userdn']</code></td>
<td>If authentication binding is used, you can save one LDAP request per login if user's DN can be specified with a common template.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['ldap']['ldap_version']</code></td>
<td>LDAP protocol version to use. Likely 2 or 3.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['ldap']['base']</code></td>
<td>LDAP base. %variables can be used here.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['ldap']['deref']</code></td>
<td>Dereference: never, searching, finding or always.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['ldap']['scope']</code></td>
<td>Search scope: base, onelevel or subtree.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['ldap']['user_attrs']</code></td>
<td>User attributes are given in LDAP-name=dovecot-internal-name list.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['ldap']['user_filter']</code></td>
<td>Filter for user lookup.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['ldap']['pass_attrs']</code></td>
<td>Password checking attributes.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['ldap']['pass_filter']</code></td>
<td>Filter for password lookups.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['ldap']['iterate_attrs']</code></td>
<td>Attributes to get a list of all users</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['ldap']['iterate_filter']</code></td>
<td>Filter to get a list of all users</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['ldap']['default_pass_scheme']</code></td>
<td>Default password scheme. "{scheme}" before password overrides this.</td>
<td><em>nil</em></td>
</tr>
</table>

SQL Authentication Attributes

  • Configuration file: dovecot-sql.conf.ext.

<table>
<tr>
<th>Attribute</th>
<th>Description</th>
<th>Default</th>
</tr>
<tr>
<td><code>node['dovecot']['conf']['sql']['driver']</code></td>
<td>Database driver: mysql, pgsql or sqlite.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['sql']['connect']</code></td>
<td>Database connection string or array. This is driver-specific setting.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['sql']['default_pass_scheme']</code></td>
<td>Default password scheme.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['sql']['password_query']</code></td>
<td>passdb query to retrieve the password.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['sql']['user_query']</code></td>
<td>userdb query to retrieve the user information.</td>
<td><em>nil</em></td>
</tr>
<tr>
<td><code>node['dovecot']['conf']['sql']['iterate_query']</code></td>
<td>Query to get a list of all usernames.</td>
<td><em>nil</em></td>
</tr>
</table>

Distribution Packages Names Attributes

These attributes below contain the default required distribution packages for the supported platforms. But you are free to create your own to support other platforms. Keep in mind that all are put inside a subkey (type). This node['dovecot']['packages'][type] attribute is then used together with the node['dovecot']['conf_files'][type] attribute to generate the configuration files.

<table>
<tr>
<th>Attribute</th>
<th>Description</th>
<th>Default</th>
</tr>
<tr>
<td><code>node['dovecot']['packages']['core']</code></td>
<td>Dovecot core package names array.</td>
<td><em>calculated</em></td>
</tr>
<tr>
<td><code>node['dovecot']['packages']['imap']</code></td>
<td>Dovecot IMAP package names array.</td>
<td><em>calculated</em></td>
</tr>
<tr>
<td><code>node['dovecot']['packages']['pop3']</code></td>
<td>Dovecot POP3 package names array.</td>
<td><em>calculated</em></td>
</tr>
<tr>
<td><code>node['dovecot']['packages']['lmtp']</code></td>
<td>Dovecot LMTP package names array.</td>
<td><em>calculated</em></td>
</tr>
<tr>
<td><code>node['dovecot']['packages']['sieve']</code></td>
<td>Dovecot Sieve package names array.</td>
<td><em>calculated</em></td>
</tr>
<tr>
<td><code>node['dovecot']['packages']['ldap']</code></td>
<td>Dovecot LDAP package names array.</td>
<td><em>calculated</em></td>
</tr>
<tr>
<td><code>node['dovecot']['packages']['sqlite']</code></td>
<td>Dovecot SQLite package names array.</td>
<td><em>calculated</em></td>
</tr>
<tr>
<td><code>node['dovecot']['packages']['mysql']</code></td>
<td>Dovecot MySQL package names array.</td>
<td><em>calculated</em></td>
</tr>
<tr>
<td><code>node['dovecot']['packages']['pgsql']</code></td>
<td>Dovecot PostgreSQL package names array.</td>
<td><em>calculated</em></td>
</tr>
<tr>
</table>

Recipes

dovecot::default

Installs and configures Dovecot.

dovecot::user

Creates the dovecot system user. Used by the default recipe.

dovecot::conf_files

Generates all the configuration files. Used by the default recipe.

dovecot::ohai_plugin

Provides an Ohai plugin for reading dovecot install information.

dovecot::from_package

Installs the required packages. Used by the default recipe if node['dovecot']['install_from] is package.

dovecot::service

Configures the Dovecot service. Used by the default recipe.

Ohai Plugin

The ohai_plugin recipe installs an Ohai plugin. It will be installed and activated automatically.

It will set the following attributes:

  • node['dovecot']['version']: version of Dovecot.
  • node['dovecot']['build-options']: some Dovecot build options.
    • node['dovecot']['build-options']['mail-storages']
    • node['dovecot']['build-options']['sql-driver-plugins'] or node['dovecot']['build-options']['sql-drivers']
    • node['dovecot']['build-options']['passdb']
    • node['dovecot']['build-options']['userdb']

This is an output example:

"dovecot": {
  "version": "2.0.19",
  "build-options": {
    "ioloop": "epoll",
    "notify": "inotify",
    "ipv6": true,
    "openssl": true,
    "io_block_size": "8192",
    "mail-storages": [
      "shared",
      "mdbox",
      "sdbox",
      "maildir",
      "mbox",
      "cydir",
      "raw"
    ],
    "sql-driver-plugins": [
      "mysql",
      "postgresql",
      "sqlite"
    ],
    "passdb": [
      "checkpassword",
      "ldap",
      "pam",
      "passwd",
      "passwd-file",
      "shadow",
      "sql"
    ],
    "userdb": [
      "checkpassword",
      "ldap(plugin)",
      "nss",
      "passwd",
      "prefetch",
      "passwd-file",
      "sql"
    ]
  }
}

Usage Examples

Including in a Cookbook Recipe

You can simply include it in a recipe:

# from a recipe
include_recipe 'dovecot'

Don't forget to include the dovecot cookbook as a dependency in the metadata.

# metadata.rb
# [...]

depends 'dovecot'

Including in the Run List

Another alternative is to include the default recipe in your Run List.

{
  "name": "mail.onddo.com",
  "[...]": "[...]",
  "run_list": [
    "recipe[dovecot]"
  ]
}

Authentication Database Examples

Authentication database attributes, inside passdb or usedb hash values, can contain both arrays or hashes.

Supported auths are the following: checkpassword, deny, ldap, master, passwdfile, sql, system and vpopmail.

node.default['dovecot']['auth']['checkpassword'] =
  {
    'passdb' => { # hash
      'driver' => 'checkpassword',
      'args' => '/usr/bin/checkpassword'
    },
    'userdb' => {
      'driver' => 'prefetch'
    }
  }
node.default['dovecot']['auth']['system']['passdb'] =
  [ # array
    {
      # without driver
      'args' => 'dovecot'
    },
    {
      'driver' => 'passwd',
      'args' => ''
    },
    {
      'driver' => 'shadow',
      'args' => ''
    },
    {
      'driver' => 'bsdauth',
      'args' => ''
    }
  ]

Dictionary Quota SQL Example

node.default['dovecot']['conf']['dict_sql']['maps'] =
  [
    {
      'pattern' => 'priv/quota/storage',
      'table' => 'quota',
      'username_field' => 'username',
      'value_field' => 'bytes'
    },
    {
      'pattern' => 'priv/quota/messages',
      'table' => 'quota',
      'username_field' => 'username',
      'value_field' => 'messages'
    },
    {
      'pattern' => 'shared/expire/$user/$mailbox',
      'table' => 'expires',
      'value_field' => 'expire_stamp',
      'fields' => {
        'username' => '$user',
        'mailbox' => '$mailbox'
      }
    }
  ]

Namespaces Example

The ['namespaces'] attribute is an array, which could contain both array or hash values.

node.default['dovecot']['namespaces'] = [
  {
    'separator' => '/',
    'prefix' => '"#mbox/"',
    'location' => 'mbox:~/mail:INBOX=/var/mail/%u',
    'inbox' => true,
    'hidden' => true,
    'list' => false
  }, {
    'separator' => '/',
    'prefix' => '',
    'location' => 'maildir:~/Maildir'
  }, { # this requires Dovecot >= 2.1
    'name' => 'inbox',
    'separator' => '/',
    'prefix' => '',
    'inbox' => true,
    'mailboxes' => {
      'Drafts' => {
        'special_use' => '\Drafts'
      },
      'Junk' => {
        'special_use' => '\Junk'
      },
      'Trash' => {
        'special_use' => '\Trash'
      },
      'Sent' => {
        'special_use' => '\Sent'
      },
      'Sent Messages' => {
        'special_use' => '\Sent'
      },
      'virtual/All' => {
        'special_use' => '\All'
      },
      'virtual/Flagged' => {
        'special_use' => '\All'
      }
    }
  }
]

Plugins Examples

Plugin attribute values should be of type hash.

Supported plugins are the following: mail_log, acl and quota.

Mail Log Plugin Example

node.default['dovecot']['plugins']['mail_log'] = {
  'mail_log_events' =>
    'delete undelete expunge copy mailbox_delete mailbox_rename',
  'mail_log_fields' => 'uid box msgid size'
}

Sieve Plugin Example

node.default['dovecot']['plugins']['sieve'] = {
  'sieve' => '~/.dovecot.sieve',
  'sieve_dir' => '~/sieve'
}

Protocols Examples

Protocol attribute values should be of type hash.

Supported protocols are the following: lda, imap, lmtp, sieve and pop3.

node.default['dovecot']['protocols']['lda'] = {
  'mail_plugins' => %w($mail_plugins)
}

To enable the IMAP protocol without additional settings:

node.default['dovecot']['protocols']['imap'] = {}

Service Examples

The ['services'] attribute is a hash. Each service attribute should be a hash. But the ['listeners'] subkey could contain both a hash and an array.

Inside this listeners key, you should name each listener with the format PROTOCOL:NAME. Allowed protocols are fifo, unix and inet.

Supported services are the following: anvil, director, imap-login, pop3-login, lmtp, imap, pop3, auth, auth-worker, dict, tcpwrap, managesieve-login and managesieve.

Director Service Example

node.default['dovecot']['services']['director']['listeners'] = [
  { 'unix:login/director' => { 'mode' => '0666' } },
  { 'fifo:login/proxy-notify' => { 'mode' => '0666' } },
  { 'unix:director-userdb' => { 'mode' => '0666' } },
  { 'inet' => { 'port' => '5432' } }
]

Imap-login Service Example

node.default['dovecot']['services']['imap-login'] = {
  'listeners' => [
    { 'inet:imap' => { 'port' => 143 } },
    { 'inet:imaps' => { 'port' => 993, 'ssl' => true } }
  ],
  'service_count' => 1,
  'process_min_avail' => 0,
  'vsz_limit' => '64M'
}

LDAP Example

This is a recipe example to integrate Dovecot with OpenLDAP. The following cookbooks are used:

# Function to generate the passwords in LDAP format
def generate_ldap_password(password, salt = '12345')
  require 'digest'
  require 'base64'
  digest = Digest::SHA1.digest(password + salt)
  '{SSHA}' + Base64.encode64(digest + salt).chomp
end
recipe = self

# Create LDAP credentials
ldap_password = 'secretsauce'
ldap_credentials = {
  'bind_dn' => "cn=#{node['openldap']['cn']},#{node['openldap']['basedn']}",
  'password' => ldap_password
}

# Configure OpenLDAP server
node.default['openldap']['tls_enabled'] = false
node.default['openldap']['rootpw'] = generate_ldap_password(ldap_password)
node.default['openldap']['loglevel'] = 'any'

include_recipe 'openldap::server'

# Create some LDAP entries as an example

include_recipe 'ldap'

ldap_entry node['openldap']['basedn'] do
  attributes objectClass: %w(top dcObject organization),
             o: 'myorg',
             dc: 'myorg',
             description: 'My organization'
  credentials ldap_credentials
end

ldap_entry "ou=accounts,#{node['openldap']['basedn']}" do
  attributes objectClass: %w(top organizationalUnit),
             ou: 'accounts',
             description: 'Dovecot email accounts'
  credentials ldap_credentials
end

ldap_entry "cn=dovecot,ou=accounts,#{node['openldap']['basedn']}" do
  attributes objectClass: %w(top person),
             cn: 'dovecot',
             sn: 'dovecot'
  credentials ldap_credentials
end

# Create an email account

email_account = {
  cn: 'Ole Wobble Olson',
  sn: 'Olson',
  uid: 'wobble',
  uidNumber: '1002', # should be an string for ldap_entry
  gidNumber: '100',
  homeDirectory: '/home/wobble',
  userPassword: recipe.generate_ldap_password('w0bbl3_p4ss')
}

ldap_entry "uid=wobble,ou=accounts,#{node['openldap']['basedn']}" do
  attributes email_account.merge(objectClass: %w(top person posixAccount))
  credentials ldap_credentials
end

# Create home directory for the email account
directory email_account[:homeDirectory] do
  owner email_account[:uidNumber].to_i # should be an integer for directory
  group email_account[:gidNumber].to_i
end

# Dovecot IMAP configuration
node.default['dovecot']['conf']['mail_location'] = 'maildir:~/Maildir'
node.default['dovecot']['protocols']['imap'] = {}
node.default['dovecot']['services']['imap-login'] =
  {
    'listeners' =>
      [
        { 'inet:imap' => { 'port' => 143 } },
        { 'inet:imaps' => { 'port' => 993, 'ssl' => true } }
      ],
    'service_count' => 1,
    'process_min_avail' => 0,
    'vsz_limit' => '64M'
  }

# Dovecot LDAP configuration
node.default['dovecot']['conf']['ldap']['auth_bind'] = true
node.default['dovecot']['conf']['ldap']['hosts'] = %w(localhost)
node.default['dovecot']['conf']['ldap']['dn'] = ldap_credentials['bind_dn']
node.default['dovecot']['conf']['ldap']['dnpass'] = ldap_credentials['password']
node.default['dovecot']['conf']['ldap']['base'] = node['openldap']['basedn']

include_recipe 'dovecot'

A Complete Example

This is a complete recipe example for installing and configuring Dovecot 2 to work with PostfixAdmin MySQL tables, including IMAP service:

node.default['dovecot']['conf_files_group'] = 'vmail'

node.default['dovecot']['conf']['disable_plaintext_auth'] = false
node.default['dovecot']['conf_files_mode'] = '00640'

# 10-logging.conf
node.default['dovecot']['conf']['log_path'] = 'syslog'
node.default['dovecot']['conf']['syslog_facility'] = 'mail'
node.default['dovecot']['conf']['log_timestamp'] = '"%Y-%m-%d %H:%M:%S"'

# 10-mail.conf
node.default['dovecot']['conf']['mail_location'] = 'maildir:~/Maildir'
node.default['dovecot']['conf']['mail_privileged_group'] = 'mail'

# 10-master.conf
node.default['dovecot']['services']['auth']['listeners'] = [
  # auth_socket_path points to this userdb socket by default. It's typically
  # used by dovecot-lda, doveadm, possibly imap process, etc. Its default
  # permissions make it readable only by root, but you may need to relax these
  # permissions. Users that have access to this socket are able to get a list
  # of all usernames and get results of everyone's userdb lookups.
  { 'unix:auth-userdb' => {
    'mode' => '0600',
    'user' => 'vmail',
    'group' => 'vmail'
  } },
  # Postfix smtp-auth
  { 'unix:/var/spool/postfix/private/auth' => {
    'mode' => '0666',
    'user' => 'postfix',
    'group' => 'postfix'
  } }
]

# 15-lda.conf
# TODO: Change this to fit your server:
node.default['dovecot']['conf']['postmaster_address'] =
  'postmaster@mycompany.org'
# TODO: Change this to fit your server:
node.default['dovecot']['conf']['hostname'] = 'mail.mycompany.org'
node.default['dovecot']['conf']['lda_mailbox_autocreate'] = true
node.default['dovecot']['conf']['lda_mailbox_autosubscribe'] = true
# We want sieve enabled
node.default['dovecot']['protocols']['lda']['mail_plugins'] =
  %w($mail_plugins sieve)

# 20-imap.conf
# We want IMAP enabled with the default configuration
node.default['dovecot']['protocols']['imap'] = {}

# 90-sieve.conf
node.default['dovecot']['plugins']['sieve']['sieve'] = '~/.dovecot.sieve'
node.default['dovecot']['plugins']['sieve']['sieve_dir'] = '~/sieve'
node.default['dovecot']['plugins']['sieve']['sieve_global_path'] =
  "#{node['dovecot']['conf_path']}/sieve/default.sieve"

# auth-sql.conf.ext
node.default['dovecot']['auth']['sql']['passdb']['args'] =
  '/etc/dovecot/dovecot-sql.conf.ext'
node.default['dovecot']['auth']['sql']['userdb']['args'] =
  '/etc/dovecot/dovecot-sql.conf.ext'

# auth-static.conf.ext
node.default['dovecot']['auth']['static']['userdb']['args'] = %w(
  uid=vmail
  gid=vmail
  home=/var/vmail/%d/%n
  allow_all_users=yes
)

# auth-system.conf.ext
node.default['dovecot']['auth']['system'] = {}

# dovecot-sql.conf.ext
# We want to enable MySQL driver
node.default['dovecot']['conf']['sql']['driver'] = 'mysql'
# TODO: Change the database password below, please:
node.default['dovecot']['conf']['sql']['connect'] = %w(
  host=localhost
  dbname=postfix
  user=postfix
  password=postfix_pass
)
# md5crypt encryption method
node.default['dovecot']['conf']['sql']['default_pass_scheme'] = 'MD5-CRYPT'
node.default['dovecot']['conf']['sql']['password_query'] = [
  'SELECT username AS user, password',
  'FROM mailbox',
  "WHERE username = '%u' AND active = '1'"
]
node.default['dovecot']['conf']['sql']['user_query'] = [
  'SELECT',
  '  username AS user,',
  '  password,',
  '  5000 as uid,',
  '  5000 as gid,',
  "  concat('/var/vmail/', maildir) AS home,",
  "  concat('maildir:/var/vmail/', maildir) AS mail",
  'FROM mailbox',
  "WHERE username = '%u' AND active = '1'"
]

node.default['dovecot']['conf']['sql']['iterate_query'] = [
  'SELECT username AS user',
  "FROM mailbox WHERE active = '1'"
]

include_recipe 'dovecot'

# Compile sieve scripts

# this should go after installing dovecot, sievec is required
sieve_global_path = "#{node['dovecot']['conf_path']}/sieve/default.sieve"
execute 'sievec sieve_global_path' do
  command "sievec '#{sieve_global_path}'"
  action :nothing
end
directory ::File.dirname(sieve_global_path) do
  owner 'root'
  group 'root'
  mode '00755'
  recursive true
  not_if { ::File.exist?(::File.dirname(sieve_global_path)) }
end
# This will be the default sieve script:
template node['dovecot']['plugins']['sieve']['sieve_global_path'] do
  source 'default.sieve.erb'
  owner 'root'
  group 'root'
  mode '00644'
  notifies :run, 'execute[sievec sieve_global_path]'
end

If you want a more complete example, you can look at the postfix-dovecot recipe.

Testing

See TESTING.md.

Contributing

Please do not hesitate to open an issue with any questions or problems.

See CONTRIBUTING.md.

TODO

See TODO.md.

License and Author

Author: Xabier de Zuazo (xabier@onddo.com)
Contributor: Andreas Lappe
Contributor: Trond Arve Nordheim
Contributor: Johan Svensson
Contributor: Arnold Krille
Contributor: claudex
Contributor: Jordi Llonch
Contributor: Michael Burns
Contributor: Marcus Klein
Copyright: Copyright (c) 2013-2015, Onddo Labs, SL. (www.onddo.com)
License: Apache License, Version 2.0
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

CHANGELOG for dovecot

This file is used to list changes made in each version of dovecot cookbook.

v2.2.0 (2015-07-22)

v2.1.0 (2015-04-04)

  • Improve LDAP support, including integration tests (issue #12, thanks Dr. Ogg for reporting).
  • Update all configuration files to Dovecot 2.2.16.
  • Update RuboCop to 0.29.1 (new offenses fixed).

  • Tests:

    • Update kitchen.yml file.
    • Some small unit tests fixes.
    • Integration tests fix: disable director port binding in CentOS due to SELinux.
    • Complete the unit test coverage (100%).
    • Integrate tests with coveralls.io and simplecov.
    • Gemfile:
    • Use foodcritic and RuboCop fixed versions.
    • Update vagrant-wrapper to version 2.
    • Add ohai < 8 for ruby < 2.
    • travis.yml: Use the new build environment.
  • Documentation:

    • README: Add a TOC.
    • Update Chef links to point to chef.io.

v2.0.0 (2014-10-28)

  • Requires Ruby >= 1.9.3 (breaking change).
  • Remove deprecated ::package recipe (breaking change).
  • Delete existing configuration files if they are not required.
  • Use the conf_files_user attribute for configuration file directories owner instead of a hardcoded 'root'.
  • Fix ohai 7 plugin "provides unsupported operation" warning.
  • Some libraries refactored.
  • Dovecot::Auth: remove code duplication.
  • Fix all RuboCop and Foodcritic offenses.
  • Add ChefSpec tests.
  • Add Serverspec tests.
  • Tests integrated with should_not gem.
  • Remove shoulds from integration tests.
  • Add some template files: Berksfile, Gemfile, Guardfile and spec_helper.
  • Update kitchen.yml files.
  • kitchen.yml: add forwarded ports.
  • Move test/kitchen/cookbooks to test/cookbooks.
  • Gemfile:
    • Use Berkshelf 3.1.
    • Use vagrant-wrapper gem.
  • Vagrantfile refactored and updated to work.
  • Add travis.yml file.
  • Homogenize license headers.
  • README:
    • Fix install_from attribute description.
    • Badges: gemnasium, codeclimate and travis-ci.
    • Use shields.io for cookbook badge.
    • Split README file into multiple files.
    • Fix some titles capitalization.
    • Some small documentation improvements.
    • put >= between code quotes.
  • Add LICENSE file.

v1.0.1 (2014-10-01)

  • README: Added Cookbook badge
  • Fixed Ubuntu 14.04 support
  • Added TODO file

v1.0.0 (2014-04-23)

  • kitchen.cloud.yml:
    • Use t1.micro-ebs instances on EC2
    • Use 512MB instances on DigitalOcean
    • require_chef_omnibus true instead of latest
    • Some images updated
  • README: fixed some typos (issue #7, thanks Jordi Llonch)
  • Added from_package recipe, packages recipe marked for future deprecation (issue #8, thanks Jordi Llonch)
  • Added integration tests for IMAP protocol
  • Package installation and template generation logic standardized using a Dovecot::Conf#require? method (issue #9, thanks Jordi Llonch for the help)
    • Note: This change is huge, but it is supposed to be backwards compatible
  • Added Ohai 7 plugins support (issue #10)

v0.3.1 (2014-03-15)

  • Fixed Ubuntu-13.10 support
  • README: some env variables description improved
  • Avoid using EC2_SSH_KEY_PATH when there is an SSH Agent
  • kitchen.yml format updated, removed driver_config key

v0.3.0 (2014-03-13)

  • Added Dovecot Ohai Plugin
  • kitchen.yml: vagrant boxes updated
  • Gemfile: some dependency versions updated
  • Tested to work on Fedora 18, Fedora 19 and Amazon
  • Add support for anvil service (issue #5, thanks Johan Svensson)
  • Auth-definitions below ldap are a hash, not an array (issue #6, thanks Arnold Krille)
  • Protect sensitive config files from read (issue #4, thanks claudex)

v0.2.0 (2013-10-28)

v0.1.1 (2013-07-19)

v0.1.0 (2013-06-08)

  • Initial release of dovecot

Foodcritic Metric
            

2.2.0 passed this metric