Displaying 20 results from an estimated 300 matches similar to: "cmusieve bug: vaction + redirect"
2006 Jul 17
3
POP3: Keep a copy on server failed ...
I have a big problem with our cluster, if i read my mail with POP3
client (and check the option, keep a copy on server), every time I read
my mail, my client retrive ALL messages an the mailbox !!!
I test this with:
- Apple Mail 1.0 + 2.0
- M$ Outlook 2000 + 2003
- Thunderbird
We use:
- Dovecot RC1
- Postfix on Debian Sarge (stable)
Can you know this bug ? Or have a workaround ?
This function
2006 Jul 04
2
Dovecot 1.0 RC1 + Plugin cmusieve "Sendmail qui with signal 11"
I just install RC1 + Plugin cmusieve (cvs), the sieve script is compiled
and the sive lib seems OK. But in my log I have sendmail qui with signal
11 when I try to send a mail with "redirect" or "vacation" ?
Any possibilitie to use a external SMTP server ?
Signal 11 with sendmail is often a memory problem, but the server is in
production since more than one month without any
2006 Jul 21
1
LDA Command time limit exceeded
I have many errors of this type in my logs:
2 * postfix/pipe[21511]: BC8DD3356A: to=<*****@******>, relay=dovecot,
delay=1001, status=bounced (Command time limit exceeded:
"/usr/local/dovecot-1.0-rc2/libexec/dovecot/deliver")
My command time limit is 1000s in postfix (more than 15 minutes)
After many check, I found that a lots of this error is not really an
error.
The mail is
2006 Jun 15
3
Problem with Dovecot LDA / Postfix
Our setup is ok with Postfix / Dovecot.
I just need to add dovecot LDA.
I use the 1.0beta9
LDA Configuration:
protocol lda {
postmaster_address = postmaster@clm.net4all.ch
#hostname =
#mail_plugins =
#mail_plugin_dir = /usr/lib/dovecot/imap
#sendmail_path = /usr/lib/sendmail
auth_socket_path = /var/run/dovecot/auth-master
}
auth default-socket {
mechanisms = plain login
passdb
2006 Jul 11
1
log error file ioloop.c assertion failed
pop3-login process have some error like that log:
dovecot: pop3-login: file ioloop.c: line 22 (io_add): assertion failed:
(fd >= 0)
dovecot: child 4648 (login) killed with signal 6
Any idea ?
Thanks
--
Net4all S.A.
Dominique Feyer
Administrateur Syst?me
Ch. de la Colline 5bis
CH-1007 Lausanne
dfeyer at net4all.ch
2006 Jun 16
2
Problem compile dovecot-sieve under Debian
I get the source from CVS:
# cvs -d :pserver:anonymous@dovecot.org:/home/cvs co dovecot-sieve
Edit configure.in to change
- AC_CONFIG_HEADERS([dsieve-config.h])
+ AC_CONFIG_HEADERS(dsieve-config.h)
Launch autogen.sh, and I have some errors:
configure.in: 4: `automake requires `AM_CONFIG_HEADER', not
`AC_CONFIG_HEADER'
configure.in: 11: automake requires `AM_PROG_LEX', not
2006 Oct 27
2
Deliver: command time exceed limit
We use Dovecot on a cluster (10'000 domains, 30'000 account) without
any problem with pop/imap. We use Dovecot 1.0 RC10
Now we use virtual transport from postfix for mail delivery.
We need the Dovecot LDA for sieve support.
We test this solution on some domains with success.
But if we change the configuration of all our domains, we have a lots
of bounce with this error in postfix
2006 Jul 04
6
1.0.rc2 released
Final 1.0 release is looking to get closer. There's nothing left in my
TODO list for it, so please report any old and new bugs you see.
This release also makes upgrades from 0.99 more transparent with
automatic renaming of .subscriptions and .customflags files with
maildir.
http://dovecot.org/releases/dovecot-1.0.rc2.tar.gz
http://dovecot.org/releases/dovecot-1.0.rc2.tar.gz.sig
*
2006 Jul 04
6
1.0.rc2 released
Final 1.0 release is looking to get closer. There's nothing left in my
TODO list for it, so please report any old and new bugs you see.
This release also makes upgrades from 0.99 more transparent with
automatic renaming of .subscriptions and .customflags files with
maildir.
http://dovecot.org/releases/dovecot-1.0.rc2.tar.gz
http://dovecot.org/releases/dovecot-1.0.rc2.tar.gz.sig
*
2007 Oct 03
1
Disable imap proxy access
I work on a dovecot cluster (15 servers) we need to add a new storage
array and move the data for a list of user from the old storage to the
new one. We use dovecot proxy to redirect imap and pop3 to the same
server everytime.
How to disable pop3 and imap access during the data migration process
(duration 5 minutes to 10 minutes). Can i send a custom error message to
our users ?
Thanks for your
2006 Jul 21
1
cmusieve plugin
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi guys
I have been doing a lot of searching, but maybe I am being dim (not
unheard of!).
I have dovecot-1.0rc2 built and running on Fedora Core 5.
The wiki page (dated yesterday) states that I need the cmusieve plugin
to use sieve scripts with the dovecot lda. Is this a new development?
They seem to work quite happily on my soon-to-be retired
2009 Feb 20
2
CMUSieve with virtual users
Hi,
I'm using dovecot 1.1.7 on Gentoo with Postfix and PostfixAdmin to
manage my virtual users.
I'm trying to use sieve (which has been compiled with Dovecot) but it
doesn't work.
I added cmusieve in the lda protocol :
mail_plugins = cmusieve
mail_plugin_dir = /usr/lib/dovecot/lda
My maildir scheme is : /home/vmail/%d/%n/.maildir
The sieve file is in
2010 Mar 25
1
cmusieve auto-reply and quota
Hi there,
I'm quite new to Dovecot, but already can tell that it is a really
great work, congrats to the developers!
But I'm having a little problem and couldn't figure it out how to solve.
First, let me talk about my setup:
I'm running Debian 5 (Lenny) with it's default Dovecot (common, pop3
and imap) packages (version 1:1.0.15-2.3+lenny1), I really would like
to keep it
2007 Jun 12
1
Cannot get cmusieve to work
Hi,
# I messed with the identities in my MUA and sent the email with a non
registered address, sorry for the incinvenience ##
I'm not able to make cmusieve to work to filter emails. Below is my
configuration.
I'm using a .dovecot-sieve example from the wiki:
require "fileinto";
if exists "X-Spam-Flag" {
? fileinto ".Junk/";
}
I've been following
2010 Oct 18
1
cmusieve and logging
Hello,
is there a way to write a logfile during sieve-actions?
At least, I have trouble in reading sieve-scripts with tools from kmail
("connection refused) or thunderbird (timed out: server does not answer).
There is no problem with the mailbox itself in reading or writing in it.
The config for Sieve:
dovecot.conf:
##
## LDA specific settings
##
protocol lda {
# Address to use when
2010 Dec 22
4
trying to make cmusieve happen globally
In Dovecot 1.1.11 cmusieve is apparently integrated in the Ubuntu 9.10
package "dovecot-common" since the files are there. I am wanting to
right now just do a very basic test of the setup to see how it runs
before doing more sophisticated steps that could obscure any errors or
bugs (e.g. unit testing).
So I took the following example sieve script from the wiki1 documentation:
require
2009 Mar 08
1
hwo can i have managesieve protocol and cmusieve plugin work at the same time
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello everybody,
I would like to use managesieve protocol and cmusieve plugin at the same
time.
I have used the cmusieve plugin for years and I now also enabled the
managesieve system. I got the managesieve system working but when I
activate the managesieve filter for the user the cmusieve sieve filter is
not used anymore.
How can I have both sieve
2008 Dec 15
2
cmusieve, vacation and error at file_dotlock_create
Hello again,
managesieve is working. Now I tried a vacation script with the
result that the vacation response is sent but I got he following
error:
deliver(test1 at xxxxxx.de): 2008-12-15 14:34:28 Error: file_dotlock_create(/home/vmail/%d/%n/Maildir/.dovecot.lda-dupes) failed: No such file or directory
/home/vmail/xxxxxx.de/test1/Maildir/ is the correct dir, there
are the other files like
2009 Nov 17
3
plugin cmusieve not found
I have debian lenny and dovecot 1.2.4 and a problem with the plugin cmusieve.
protocol lda {
postmaster_address = postmaster at cablenet.com.pe
mail_plugins = cmusieve quota
log_path = /var/log/dovecot-deliver.log
info_log_path = /var/log/dovecot-deliver.log
}
the log /var/log/dovecot-deliver.log shows me the following
Fatal: Plugin cmusieve not found from directory
2007 Apr 26
2
SEGV with Dovecot v1.0.0 Deliver and cmusieve v1.0.1 and vacation
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
I have a small Sieve script that tries to use vacation that segfaults.
The script is the one from http://wiki.dovecot.org/LDA/Sieve.
When I change the email address (I changed the local part into "skai"),
hence, vacation is skipped, the mail is delivered without any problem.
==== script start
require ["fileinto",