[Dovecot] Unknown setting: dbox_attachment_dir
Hi, I am trying to set up Dovecot with sdbox and sis (single instance storage of attachments), however I get the following error when attempting to start dovecot:
Starting Dovecot Imap: doveconf: Fatal: Error in configuration file /etc/dovecot/dovecot.conf line 89: Unknown setting: dbox_attachment_dir
I'd appreciate help on getting this up and running. This is a virtual (for the time being) server, running Centos, and Dovecot 2.
[root@localhost ~]# dovecot --build-options Build options: ioloop=epoll notify=inotify ipv6 openssl io_block_size=8192 Mail storages: cydir maildir mbox mdbox raw sdbox shared 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
[root@localhost ~]# dovecot -n # 2.0.13: /etc/dovecot/dovecot.conf # OS: Linux 2.6.18-238.9.1.el5 x86_64 CentOS release 5.6 (Final) auth_debug = yes auth_debug_passwords = yes auth_verbose = yes disable_plaintext_auth = no mail_location = sdbox:~/dbox mbox_write_locks = fcntl passdb { driver = pam } ssl_cert =
On 05/30/2011 02:18 PM imap@tnde.org wrote:
Starting Dovecot Imap: doveconf: Fatal: Error in configuration file /etc/dovecot/dovecot.conf line 89: Unknown setting: dbox_attachment_dir
,--[ conf.d/10-mail.conf:319-330 ]-- | ## | ## Mail attachments | ## | | # sdbox and mdbox support saving mail attachments to external files, which | # also allows single instance storage for them. Other backends don't support | # this for now. | | # WARNING: This feature hasn't been tested much yet. Use at your own risk. | | # Directory root where to store mail attachments. Disabled, if empty. | #mail_attachment_dir = `--
Regards, Pascal
The trapper recommends today: c01dcafe.1115020@localdomain.org
On 05/30/2011 02:18 PM imap@tnde.org wrote:
Starting Dovecot Imap: doveconf: Fatal: Error in configuration file /etc/dovecot/dovecot.conf line 89: Unknown setting: dbox_attachment_dir
,--[ conf.d/10-mail.conf:319-330 ]-- | ## | ## Mail attachments | ## | | # sdbox and mdbox support saving mail attachments to external files, which | # also allows single instance storage for them. Other backends don't support | # this for now. | | # WARNING: This feature hasn't been tested much yet. Use at your own risk. | | # Directory root where to store mail attachments. Disabled, if empty. | #mail_attachment_dir = `--
Ahh, thanks!
The dangers of googling for reference information....
participants (2)
-
imap@tnde.org
-
Pascal Volk