Johan Helsingius
2013-Feb-10 15:16 UTC
[Dovecot] dovecot, postfix and sieve - broken by Ubuntu upgrade 10.10 -> 12.04
Hi! In upgrading from Ubuntu 10.10 to 12.04, my mail setup (dovecot using sieve and postfix) broke pretty badly. Have gotten teh imap server working, but local delivery doesn't work. - sieve gets called, but all "fileto" actions result in "failed to store into mailbox 'zzz': Mailbox doesn't exist: zzz Dovecot version is 2.0.19, configuration is: # 2.0.19: /etc/dovecot/dovecot.conf # OS: Linux 3.2.0-37-generic i686 Ubuntu 12.04.2 LTS ext4 auth_mechanisms = plain login base_dir = /var/run/dovecot/ disable_plaintext_auth = no info_log_path = /var/log/dovecot.info listen = * log_path = /var/log/dovecot.log log_timestamp = "%Y-%m-%d %H:%M:%S " login_greeting = Mail server ready. mail_location = maildir:/srv/mail/%u mail_max_userip_connections = 256 mail_privileged_group = mail 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 mbox_dotlock_change_timeout = 10 mins mbox_lock_timeout = 20 mins mbox_very_dirty_syncs = yes passdb { driver = pam } plugin { sieve = /home/julf/sieve } protocols = imap service auth { unix_listener /var/spool/postfix/private/dovecot-auth { group = postfix mode = 0660 user = postfix } unix_listener auth-master { mode = 0600 } user = root } service imap-login { chroot = login user = dovecot } service managesieve-login { chroot = login user = dovecot } service pop3-login { chroot = login user = dovecot } ssl = no userdb { driver = passwd }
Reindl Harald
2013-Feb-10 15:27 UTC
[Dovecot] dovecot, postfix and sieve - broken by Ubuntu upgrade 10.10 -> 12.04
Am 10.02.2013 16:16, schrieb Johan Helsingius:> In upgrading from Ubuntu 10.10 to 12.04, my mail setup (dovecot using sieve and > postfix) broke pretty badly. Have gotten teh imap server working, but local > delivery doesn't work. - sieve gets called, but all "fileto" actions result in > "failed to store into mailbox 'zzz': Mailbox doesn't exist: zzzthe much more interesting infomration would be what dovecot version Ubuntu 10.10 had especially if and how you planned migration or did you blindly upgrade without consider what this means for services and testing at all? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 263 bytes Desc: OpenPGP digital signature URL: <http://dovecot.org/pipermail/dovecot/attachments/20130210/a16874ba/attachment-0003.bin>
Johan Helsingius
2013-Feb-10 15:42 UTC
[Dovecot] dovecot, postfix and sieve - broken by Ubuntu upgrade 10.10 -> 12.04
> the much more interesting infomration would be what dovecot version > Ubuntu 10.10 hadI of course realized that as I was writing my message, but I am afraid I don't have that information available any more.> especially if and how you planned migration or did you blindly upgrade > without consider what this means for services and testing at all?Definitely a mea culpa here. Not much planning, just hoping for the best - counting on config files not having changed too much. I am the first one to admit it definitely isn't how it *should* be done. Julf