Displaying 20 results from an estimated 4000 matches similar to: "Problem with a sieve file"
2009 Feb 04
2
Expire plugin does not work
Hi.
I test expire plugin for my dovecot 1.1.8. But, it seems to not work.
I have 3 mailboxes on my machine.
I want my messages in Junk and Trash expire after 1 day. I removed all messages in them before installing expire plugin.
See my dovecot.conf:
expire: Trash 1 Junk 1
expire_dict: proxy::expire
My dabatases in /var/lib/dovecot are used.
When I launch /usr/local/sbin/dovecot
2008 Mar 12
1
Fileinto to a maildir with sieve
Hello,
Is it possible to specify a maildir to a fileinto rule in a sieve file?
A simple:
require "fileinto";
if header :contains "X-Spam-Flag" "YES" {
fileinto ".Junk";
}
does'nt work becaise .Junk is a directoty, not a mailbox... See my
dovecot-deliver log:
Couldn't open mailbox .Junk: Invalid mailbox name
Mar 12 09:52:38 helm
2008 Mar 07
3
User another userdb to sasl
Hello,
I use Dovecot 1.0.12 with Postfix on FreeBSD. It works perfectly, but I
have a question. My users are virtual (stocked in a MySQL database).
I use SASL Dovecot authentification, and SASL uses my userdb (for
POP/IMAP access).
However, I would like my users have an other login/password to send
email with SMTP/SASL. Or, I don't want my users use the same
login/password for POP/IMAP
2011 Mar 22
1
how to convert a data.frame to a list of dist objects for individual differences MDS?
I have a 45 x 16 data frame consisting of dissimilarities among 10
colors, giving in each
column the 45 = 10*9/2 pairwise judgments for one of 16 subjects. The
rownames
identify each pair of colors, e.g, "AC" = ("A","C"), and the pairs are
ordered by columns
in the lower triangle of each distance matrix.
> helm.raw <-
1998 Aug 05
1
Samba Weird One
Hello all!
I have a strange one that I really need help with: I have samba p8 running
on SCO Unix openserver 5.0.4. The rest of our network is Windows 95/NT 4.0
with our domain called 'SABINMETAL'. One of the NT workstations (named HELM
with a user called steve) was working, but now it is doing the following:
if steve logs onto the SABINMETAL domain, he cannot get to the Unix server
2007 Sep 03
2
recipient delimiter results in sieve errors
Hello,
I'm using dovecot 1.0.3 and Dovecot Sieve plugin 1.0.2. Sieve script works
fine with normal addresses, like user at domain.., and messages marked with
"X-Spam-Flag: YES" are delivered directly to INBOX.Spam.
To make deliver understand recipient_delimiter I tried two methods, the
first one as per wiki (tweaking postfix master.cf), and the second one by
tweaking
2008 Aug 29
2
sieve forward/redirect to multiple addresses
How can I do this with Sieve?
I have a script like this:
if header :value "ge" :comparator "i;ascii-numeric" ["X-Spam-Score"] ["25"]
{
discard;
stop;
}
elsif header :value "ge" :comparator "i;ascii-numeric" ["X-Spam-Score"] ["5"]
{
fileinto "Junk";
stop;
}
else
{
2009 Feb 11
3
Expire plugin does not delete expired mail
Hello.
I use expire plugin with dovecot 1.1.10. See my dovecot -n:
# 1.1.10: /usr/local/etc/dovecot.conf
# OS: FreeBSD 6.3-RELEASE-p9 i386 ufs
syslog_facility: local6
protocols: imap imaps managesieve
ssl_cert_file: /etc/ssl/mail/mail.domain.net.cert
ssl_key_file: /etc/ssl/mail/mail.domain.net.key
disable_plaintext_auth: no
login_dir: /var/run/dovecot/login
login_executable(default):
2007 Mar 14
3
Sieve plugin - install help - filters ignored
Hello,
My setup consists of the following:
* Freebsd 6.2 system with software installed from ports tree:
* Postfix 2.3.8,1
* postfixadmin 2.1.0_7
* mysql 5.0.33
* dovecot-1.0.r25
* dovecot-sieve 1.0.1
* clamav 0.90_3
* SpamAssassin 3.1.8_1
* amavisd-new 2.4.5_1,1
My mail setup is a virtual user setup with all users/domains sharing same
UID:GID. Postfix and dovecot get their
2009 Jan 24
3
Dovecot upgrade broke per-user Sieve scripts
Hi all,
I'm migrating my private mail server from Dovecot 1.0.10 to Dovecot
1.1.4 (both the latest package in Ubuntu Hardy and Intrepid, resp.).
I'm using Postfix with Postfixadmin virtual users , passing mail to
Dspam, which in turn passes email to the Dovecot LDA. The relevant
configuration section is attached below.
When running on the old version of Dovecot, the LDA correctly
2007 Jan 29
2
lda sieve broken after upgrade
upgraded to rc19. using maildirs. solaris 9/cc.
removed all modules from pop/imap/lda subdirs and first upgraded dovecot
to rc19 and then used dovecot-sieve-1.0.1 sources to build against the
dovecot source directory ( everything now builds nicely on Solaris, thank
you Timo ). added "cmusieve" to the list of plugins used by lda.
ail_plugins = cmusieve
now getting this:
2008 Jul 01
2
sieve doesn't work with 1.1.1
Hello
This is my dovecot.conf
: /etc/dovecot/dovecot.conf
log_path: /var/log/dovecot.log
info_log_path: /var/log/dovecot.info
protocols: imap imaps managesieve
login_dir: /var/run/dovecot/login
login_executable(default): /usr/lib/dovecot/imap-login
login_executable(imap): /usr/lib/dovecot/imap-login
login_executable(managesieve): /usr/lib/dovecot/managesieve-login
mail_location:
2013 Mar 13
1
Sieve mark message as read
I am trying to get the advanced functionality of managesieve working for our users. If this is not the proper place to ask this, please just say so. I have enabled sieve and it works just fine for basic moving messages to folders. However the problem comes in to play when a user selects something like "delete" or "mark as read" in the filter. It just simply does not do that
2008 Oct 23
4
First release (v0.1.0) of the new Sieve implementation for Dovecot v1.2
Hello Dovecot users,
Finally, after little more than a year, I finished the first release of
the new Sieve implementation for Dovecot.
The main reason for rewriting the Sieve engine is to provide more
reliable script execution and to provide better error messages to users
and system administrators. Also, since the Sieve language evolves
quickly, with new language extensions published every
2008 Oct 23
4
First release (v0.1.0) of the new Sieve implementation for Dovecot v1.2
Hello Dovecot users,
Finally, after little more than a year, I finished the first release of
the new Sieve implementation for Dovecot.
The main reason for rewriting the Sieve engine is to provide more
reliable script execution and to provide better error messages to users
and system administrators. Also, since the Sieve language evolves
quickly, with new language extensions published every
2011 Jul 25
1
Pigeon Sieve, redirect action and SPF
Since I've upgraded to dovecot 2.0.13 + Pigeonhole 0.2.3 (Gentoo
package) I've received a few complains of users about rejected messages.
Investigating the problem, I've seen that when the external sender
server publishes SPF information, when some message is sent from there
to one of my users that has a Sieve redirect action active to another
external system (that does SPF
2007 Jul 23
5
sieve discard
Does the keyword/action discard work by default or is there something I have
to do in the configuration to get to work... maybe I missed something on
http://wiki.dovecot.org/LDA/Sieve
I have the following rule:
if anyof (
header :contains ["Subject"] ["Test Discard"]
) {
discard;
stop;
}
but it delivers to INBOX with or w/o the "stop;". If I change
2009 Mar 11
2
dovecot-1.1 not using sieve
hi,
im using the atrpm packages dovecot-1.1.11-0_90.el5 and
dovecot-sieve-1.1.6-9.el5 on a centos5.2 in combination with exim/vexim,
mysql and virtual users.
everything (delivery /sending) seems to work out fine, but i can't use
sieve filters, unfortunately when doing a dovecot -n sieve doesn't show
up anywhere:
# 1.1.11: /etc/dovecot.conf
# OS: Linux 2.6.18-92.1.22.el5 x86_64 CentOS
2018 Jul 29
2
[fdo] Postmortem: July 17th GitLab outage
Hi,
On Tues Jul 17th, we had a full GitLab outage from 14:00 to 18:00 UTC,
whilst attempting to upgrade the underlying storage. This was a
semi-planned outage, which we'd hoped would last for approximately
30min.
During the outage, the GitLab web UI and API, as well as HTTPS git
clones through https://gitlab.freedesktop.org, were completely
unavailable, giving connection timeout errors.
2009 Jul 06
3
Sieve vacation not working
I've been trying all night to get vacation working in my
.dovecot.sieve file. The way our email works is we have one account on
dovecot which serves my mail and my wife's and we use procmail and
sieve to put the emails in different folders depending on who it's
for. I'm trying to set up a vacation reply on my wife's email address
(aaaaaaaa at optus* below) so people can update