[Dovecot] Sieve-storage: couldn't find storage root directory
Greetings,
Using Dovecot 2.2.4. In my DSync logs, I'm getting the error message:
Error: sieve-storage: couldn't find storage root directory; sieve_dir was left unconfigured and autodetection failed
However, I have the following configuration set:
plugin { sieve = /vmail/%d/%n/sievescript sieve_dir = /vmail/%d/%n/ }
Please, if you have a moment, tell me what I'm doing wrong here.
Thank you.
-- --Asai
# 2.2.4: /etc/dovecot/dovecot.conf # OS: Linux 2.6.18-194.32.1.el5xen x86_64 CentOS release 5.5 (Final) ext3 auth_mechanisms = plain login mail_home = /vmail/%d/%n/home mail_location = maildir:/vmail/%d/%n mail_plugins = " notify" managesieve_notify_capability = mailto managesieve_sieve_capability = fileinto reject envelope encoded-character vacation subaddress comparator-i;ascii-numeric relational regex imap4flags copy include variables body enotify environment mailbox date ihave namespace { inbox = yes location = prefix = separator = / type = private } passdb { args = /etc/dovecot/dovecot-mysql.conf driver = sql } plugin { sieve = /vmail/%d/%n/sievescript sieve_dir = /vmail/%d/%n/ } service auth { unix_listener /var/spool/postfix/private/auth { group = postfix mode = 0660 user = postfix } unix_listener auth-master { group = vmail mode = 0660 user = vmail } unix_listener auth-userdb { mode = 0660 user = vmail } user = root } service imap-login { process_min_avail = 3 service_count = 0 vsz_limit = 0 } ssl_cert =
--Asai
On 8/12/13 11:16 AM, Daniel Parthey wrote:
Please provide output of doveconf -n
Regards Daniel
On 12.8.2013, at 18.16, Asai asai@globalchangemusic.org wrote:
Using Dovecot 2.2.4. In my DSync logs, I'm getting the error message:
Error: sieve-storage: couldn't find storage root directory; sieve_dir was left unconfigured and autodetection failed
What/how/where are you dsyncing?
However, I have the following configuration set:
plugin { sieve = /vmail/%d/%n/sievescript sieve_dir = /vmail/%d/%n/ }
Maybe the other side of dsync doesn't have it?
Using Dovecot 2.2.4. In my DSync logs, I'm getting the error message:
Error: sieve-storage: couldn't find storage root directory; sieve_dir was left unconfigured and autodetection failed What/how/where are you dsyncing?
However, I have the following configuration set:
plugin { sieve = /vmail/%d/%n/sievescript sieve_dir = /vmail/%d/%n/ } Maybe the other side of dsync doesn't have it?
I am doing daily, weekly, and monthly backups of all maildirs to a backup server using this command:
dsync -u user@domain.tld backup maildir:/mnt/backups/
For some reason, this error has disappeared. Maybe I forgot to restart Dovecot or something after I changed the config.
--Asai
On 8/12/13 11:56 AM, Timo Sirainen wrote:
On 12.8.2013, at 18.16, Asai asai@globalchangemusic.org wrote:
Using Dovecot 2.2.4. In my DSync logs, I'm getting the error message:
Error: sieve-storage: couldn't find storage root directory; sieve_dir was left unconfigured and autodetection failed What/how/where are you dsyncing?
However, I have the following configuration set:
plugin { sieve = /vmail/%d/%n/sievescript sieve_dir = /vmail/%d/%n/ } Maybe the other side of dsync doesn't have it?
participants (3)
-
Asai
-
Daniel Parthey
-
Timo Sirainen