[Bug 516040] Re: dovecot sieve plugin renamed from cmusieve to sieve

2010-09-24 Thread Ivan R. Toledo Ivanovic
For the ssl_cert_file issue, you should do the following:

dpkg-reconfigure dovecot-common

The ssl cert problem is documented at the end of the file /usr/share/doc
/dovecot-common/README.Debian. The snakeoil cert is just a generic
certificate, you should never use it at production sites.

-- 
dovecot sieve plugin renamed from cmusieve to sieve
https://bugs.launchpad.net/bugs/516040
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dovecot in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 516040] Re: dovecot sieve plugin renamed from cmusieve to sieve

2010-06-29 Thread Ben Jordan
A followup to Bill's comment above:

I upgraded from 9.10 to 10.04 and dovecot failed to start, claiming to
have problems with the sieve configuration in line 691.  After some
fooling around, I found Bill's comment above, and decided to backup the
existing dovecot.conf and replace it with a new one found here:
http://www.dovecot.org/doc/dovecot-example.conf.  The ssl certs
specified in this file are incorrect, and I replaced them with:

ssl_cert_file = /etc/ssl/certs/ssl-cert-snakeoil.pem
ssl_key_file = /etc/ssl/private/ssl-cert-snakeoil.key

I then restarted dovecot and everything worked.

Hope this helps.

-- 
dovecot sieve plugin renamed from cmusieve to sieve
https://bugs.launchpad.net/bugs/516040
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dovecot in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 516040] Re: dovecot sieve plugin renamed from cmusieve to sieve

2010-05-22 Thread Bill Weinel
Fatal: Invalid configuration in /etc/dovecot/dovecot.conf 
[fail]
Line 691 in dovecot.conf says:sieve=~/.dovecot.sieve

I experienced this same issue after a distro upgrade from 9.10 to 10.04
LTS. I found that this problem is being caused during upgrades from
earlier versions by retaining the old dovecot.conf file during the
upgrade. A number of config statements have been moved around in the
dovecot.conf file for the new version included in 10.04 LTS causing the
old dovecot.conf file to be incompatible. The solution is to use the
latest version of the dovecot.conf file included with the distro during
upgrade and then manually add your local configuration changes. Examples
of the new format are included and loaded during the upgrade in the
etc/dovecot directory for ucf-dist, db, dict-sql, sql, and ldap.

Cheers

-- 
dovecot sieve plugin renamed from cmusieve to sieve
https://bugs.launchpad.net/bugs/516040
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dovecot in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 516040] Re: dovecot sieve plugin renamed from cmusieve to sieve

2010-05-19 Thread zeckenleger
After upgrading to lucid my dovecot does not work anymore, too.

When I try to start it I get the following message:

 * Restarting IMAP/POP3 mail server dovecot 
Error: Error in configuration file /etc/dovecot/dovecot.conf line 691: Unknown 
setting: sieve
Fatal: Invalid configuration in /etc/dovecot/dovecot.conf
 [fail]

Line 691 in dovecot.conf says: 
sieve=~/.dovecot.sieve

Changing of cmusieve to sieve in /etc/dovecot/conf.d/01-postfix-
dovecot.conf does not help on my machine.

Can anybody help?

-- 
dovecot sieve plugin renamed from cmusieve to sieve
https://bugs.launchpad.net/bugs/516040
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dovecot in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 516040] Re: dovecot sieve plugin renamed from cmusieve to sieve

2010-05-16 Thread Lox
I installed a fresh server today and ran into than issue, so as of today
the fix is not available 

-- 
dovecot sieve plugin renamed from cmusieve to sieve
https://bugs.launchpad.net/bugs/516040
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dovecot in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 516040] Re: dovecot sieve plugin renamed from cmusieve to sieve

2010-05-16 Thread Ante Karamatić
On 16.05.2010 08:21, Lox wrote:

 I installed a fresh server today and ran into than issue, so as of today
 the fix is not available 

If you did a fresh install, you couldn't have experienced this bug. This 
bug is about change in configuration scheme for dovecot between two 
Ubuntu releases, where one would get non working dovecot if one doesn't 
accept changes from new config. Since you did a fresh install, you got 
new config from start.

You are probably referring to similar bug in dovecot-postfix, for which 
fix exists and is pushed to -proposed repository. If that's the case, 
enable proposed repository and add a comment to bug 573345 about how 
that fix works for you.

Thanks

-- 
dovecot sieve plugin renamed from cmusieve to sieve
https://bugs.launchpad.net/bugs/516040
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dovecot in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 516040] Re: dovecot sieve plugin renamed from cmusieve to sieve

2010-05-10 Thread Steve Langasek
Looks to me like this is a bug in the dovecot-postfix package which
provides /etc/dovecot/conf.d/01-postfix-dovecot.conf, not dovecot?
Reassigning.

-- 
dovecot sieve plugin renamed from cmusieve to sieve
https://bugs.launchpad.net/bugs/516040
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dovecot in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 516040] Re: dovecot sieve plugin renamed from cmusieve to sieve

2010-05-10 Thread Ante Karamatić
*** This bug is a duplicate of bug 573345 ***
https://bugs.launchpad.net/bugs/573345

** This bug has been marked a duplicate of bug 573345
   dovecot-postfix references cmusieve as a mail plugin

-- 
dovecot sieve plugin renamed from cmusieve to sieve
https://bugs.launchpad.net/bugs/516040
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dovecot in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 516040] Re: dovecot sieve plugin renamed from cmusieve to sieve

2010-05-10 Thread Matt Zimmerman
The dovecot-postfix issue is bug 573345. This bug is NOT a duplicate of
that one (but has been addressed in the release notes).

** This bug is no longer a duplicate of bug 573345
   dovecot-postfix references cmusieve as a mail plugin

** Changed in: dovecot (Ubuntu)
   Status: New = Invalid

-- 
dovecot sieve plugin renamed from cmusieve to sieve
https://bugs.launchpad.net/bugs/516040
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dovecot in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 516040] Re: dovecot sieve plugin renamed from cmusieve to sieve

2010-05-10 Thread BlueT - Matthew Lien - 練喆明
Hi Matt,
if this bug is not that bug, than what bug is this you mean?
I'd experienced the same bug, and easily fixed by editing the .conf which you 
guys mentioned, too.
Just wanna make it clearly.

-- 
dovecot sieve plugin renamed from cmusieve to sieve
https://bugs.launchpad.net/bugs/516040
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dovecot in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 516040] Re: dovecot sieve plugin renamed from cmusieve to sieve

2010-05-10 Thread Matt Zimmerman
On Mon, May 10, 2010 at 09:27:29AM -, BlueT - Matthew Lien - 練喆明 wrote:
 Hi Matt,
 if this bug is not that bug, than what bug is this you mean?
 I'd experienced the same bug, and easily fixed by editing the .conf which you 
 guys mentioned, too.
 Just wanna make it clearly.

This bug is about the fact that the plugin was renamed, and this affects
people who have configured dovecot to use the plugin (including those who do
not use postfix-dovecot).

The other bug is about the fact that postfix-dovecot refers explicitly to
the old name, and needs to be changed to use the new name.

-- 
 - mdz

-- 
dovecot sieve plugin renamed from cmusieve to sieve
https://bugs.launchpad.net/bugs/516040
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dovecot in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 516040] Re: dovecot sieve plugin renamed from cmusieve to sieve

2010-05-08 Thread Matt Zimmerman
** Also affects: dovecot (Ubuntu)
   Importance: Undecided
   Status: New

-- 
dovecot sieve plugin renamed from cmusieve to sieve
https://bugs.launchpad.net/bugs/516040
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dovecot in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs