Displaying 20 results from an estimated 1000 matches similar to: "Sieve Frustrations"
2011 Jun 26
2
dovecot global sieve script problem
I cutover to a new server which uses Postfix & Dovecot to handle emails as
opposed to Postfix & Courier in the old server.
Below is the contents of my global sieve script and dovecot config info. The
dovecot-deliver.log does show that the email is being delivered to INBOX.spam
but it ends up in the INBOX instead.
If I put the exact same rule in the user script, the emails are delivered
2011 Dec 12
3
simultaneous scripts not running via sieve_before
Hi again everyone,
So I've finally got sieve integration happening on my? REHL Postfix/Dovecot server, with private user scripts happily running when users create them. (we user SquirrelMail, so the avelsieve plugin runs the sieve integration).
Now I'd like to utilise additional per-user scripts (probably via sieve_before), but I've not been able to get my additional scripts to
2012 Oct 10
1
I need a quota expert
I'm having problems with dovecot quota configuration.
If I Include the driver mysql in dovecot-sql.conf I'm getting this error:
dovecot: dict: Error in configuration file /etc/dovecot/dovecot-sql.conf line 1: Unknown setting: driver
dovecot: dict: Failed to initialize dictionary 'quotadict'
If I Don't include it:
dovecot: auth(default): Fatal: sql: driver not set in
2009 Nov 05
4
deliver_log_format ignored
Hello,
seems that LDA ignores deliver_log_format (still log with format:
"msgid=%m: %$")
# 1.2.6: /etc/dovecot/dovecot.conf
# OS: Linux 2.6.31 x86_64 Debian squeeze/sid xfs
log_path: /var/log/dovecot/error.log
info_log_path: /var/log/dovecot/info.log
log_timestamp: %Y-%m-%d %H:%M:%S
protocols: none
listen: none
disable_plaintext_auth: no
login_dir: /var/run/dovecot/login
2011 Jan 20
1
Problems with Upgrade from Courier
I inherited a server from a previous employee. The server crashed so it was
time to move everything over to another server. We have a web mail site and
I installed everything running dovecot, postfix and roundcube. After I
installed it, everything worked great when I created a new user. The new
user could send and receive emails with no issues. I then copied the home
directory over from the
2007 Sep 03
5
Dovecot + Sieve
Hi guys.
I installed dovecot 1.0.3 with sieve plugin.
It looks like sieve is loaded fine by dovecot [1].
I set up dovecot to use sieve globally:
protocol lda {
mail_plugins = cmusieve quota
sieve_global_dir = /usr/local/etc/sieve/Junk
.....
}
And created a sieve file which is supposed to move all the Spam marked by
dspam to users's Junk folder (listed as Junk in the subscriptions
2008 Jul 08
2
Global Script to filter Spam
Dovecot Version: 1.1.1 with sieve and managesieve configured.
I want to filter spam with the subject *SPAM* to a spam folder for all
users, and i also want users to have personal sieve scripts (like vacation).
I have configured Squirrelmail, dovecot manage sieve and avelsieve
plugin in squirrelmail to do that.
The problem is that the user home 's scripts are replaced with the
avelsieve
2009 Dec 30
3
A Dovecot Sieve spam filter question.
Hi,
I'd like to make a filtering threshold for users to let them
deal with spamassassin spam-level starred < 8 themselves,
but spam-level starred higher than 8 should be discarded
how can one do that with the "anyof" option ?
the following doesn't work with a test email with "gtube",
which scores > 999 :
#
require "fileinto";
if header :matches
2008 Feb 21
3
sieve problem
Hi all!
Os : Fedora 6
Dovecot version : 1.0-0.1.rc7
Dovecot-sieve version: 1.0.2-6 (this is a problem?)
Config :
# dovecot -n
# /etc/dovecot.conf
protocols: imaps pop3s
disable_plaintext_auth: yes
login_dir: /var/run/dovecot/login
login_executable(default): /usr/libexec/dovecot/imap-login
login_executable(imap): /usr/libexec/dovecot/imap-login
login_executable(pop3):
2011 Oct 24
2
sieve-pipe Error
I am using Dovecot 2.0.15 on Arch. I have cloned the hg repo and
compiled the plugin using the following options:
./configure --with-dovecot=/usr/lib/dovecot
--with-pigeonhole=/usr/include/dovecot/sieve/
The relevant section of my dovecot.conf looks like:
plugin {
sieve = ~/.dovecot.sieve
sieve_global_path = /home/vmail/globalsieverc
sieve_dir = ~/
sieve_plugins = sieve_pipe
#
2008 Feb 22
1
shared mailbox - namespace
Hi all,
this is my last try to get help before giving up. I red the dovecot-wiki
several times, but it doesn?t work.
I don?t know what?s wrong. If I open thunderbird I see the folder
"public" but I cannot subscribe it.
I have dovecot 1.0.10. Yes it?s a little bit old but it is the latest
version under debian packages.
Please see my configuration below.
here the content of:
2005 Aug 18
2
dovecot-lda compilation problem and feature request
Hi!
I tried to compile deliver from CVS (as described in the wiki), but
unfortunately make stopped with the following error:
In file included from sieve_interface.h:37,
from script.h:31,
from addr.y:34:
sieve_err.h:7:24: et/com_err.h: No such file or directory
make[3]: *** [addr.o] Error 1
make[3]: Leaving directory
2011 Dec 23
1
dovecot / postfix mail bounce problem
Hello,
i use a globalsieve rule to collect spam for all mail accounts in a specific
mailbox.
Here is the code:
vi /var/vmail/globalsieverc
require ["fileinto"];
# Move spam to junk folder
if not address :is "to" "antispam at xxx.com" {
if header :contains "X-Spam-Flag" ["YES"] {
redirect "antispam at xxx.com";
stop;
2008 Mar 10
5
Sieve doesnt filter
Hi!
I have a config like this (globalsieverc):
require "fileinto";
if address :domain :is "to" "domain.de" {
if header :matches "X-Spam-Level" "\\*\\*\\*\\*\\*\\*\\*\\*" {
#discard;
fileinto "spamdir";
}
}
else {
# The rest goes into INBOX
# default is "implicit keep", we do
2007 Aug 27
1
MANAGESIEVE patch v7 for dovecot 1.0.3 and TLS
Hi,
I allow only TLS/SSL connection to dovecot. The managesieve doesn't work
with TLS but it works without it.
gladiac at magrathea:~> gnutls-cli -p 2000 -s --insecure -V
milliways.cynapses.org
Resolving 'milliways.cynapses.org'...
Connecting to '213.239.217.124:2000'...
- Simple Client Mode:
- Received[194]: "IMPLEMENTATION" "dovecot"
2011 Feb 05
1
dovecot not delivering emails in the right folder
Hello everyone,
I'm having trouble getting postfix + dovecot to work correctly.
It seems like Postfix is receiving and delivering the emails correctly but
dovecot is placing/looking for them in the wrong folder therefore the
clients aren't receiving any new emails.
I switched from courier and followed a tutorial found here:
2013 Nov 14
33
VCPUOP_set_periodic_timer
Hi all,
I need a periodic timer running at ideally at 125 microseconds and at
least 500 microseconds. I''ve just found the VCPUOP_set_periodic_timer,
however there is a comment saying "periods less than one millisecond may
not be supported".
I will be running on an x64 machine. Is this supported? If not, is there
any alternate means of generating a fast interrupt?
Regards.
2008 Apr 09
1
Newbie Sieve Problems
I had a nice long email written out describing my problem in detail.
Between that, the list archives, and double-checking before posting, I'm
happy to say my issue seems to be fixed.
How's that for service from a mailing list? Helped me fix a problem
before I have ever posted to it (this is my first post to this list).
The issue was a faulty rule. Using a redirect to a folder rather
2013 Jun 28
3
OHM2013
Hello,
At OHM2013 (https://ohm2013.org/site/), there will be a lightning talk about
tinc, and a workshop setting up tinc VPNs at the Milliways village. An exact
time is not known yet but will follow later.
OHM2013 will take place from July 31 to August 4 at the Geestmerambacht
festival grounds, near Alkmaar, in the Netherlands. If you would like to meet
at OHM2013 with other people using or
2013 Jun 28
3
OHM2013
Hello,
At OHM2013 (https://ohm2013.org/site/), there will be a lightning talk about
tinc, and a workshop setting up tinc VPNs at the Milliways village. An exact
time is not known yet but will follow later.
OHM2013 will take place from July 31 to August 4 at the Geestmerambacht
festival grounds, near Alkmaar, in the Netherlands. If you would like to meet
at OHM2013 with other people using or