Displaying 20 results from an estimated 20000 matches similar to: "global_script_path and virtual users"
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
2007 Nov 26
4
Using global und per-user sieve scripts at the same time
Hi list,
I'm trying to get a global sieve mailfilter with per-user sieve scripts
to work.
At the "lda"-section in the dovecot.conf file I have:
global_script_path = /usr/local/etc/sieve/spam
/usr/local/etc/sieve/spam:
require "fileinto";
if header :contains ["Subject"] ["***Spam***"] {
fileinto "Spam";
stop;
}
which will work fine
2008 Apr 10
4
Sieve Frustrations
I'm soooo close, but this last little thing is eluding me...
I have the following Sieve rule in my global sieve rule:
require ["fileinto"];
# Move spam to spam folder
if header :contains "X-Spam-Flag" "YES" {
fileinto "Junk";
stop;
}
This isn't firing. The .Junk folder exists under the user directories,
but messages that have the
2006 May 11
3
LDA Sieve feature request
Hello,
In http://wiki.dovecot.org/LDA I read
# If there is no user-specific Sieve-script, global Sieve script is
# executed if set.
#global_script_path =
so you can set global_script_path and override it using a per user script.
It would be nice if the per user scripts could be optionally run after (or before maybe?) the global script.
Another nice thing would be per-virtualdomain sieve
2009 Jul 01
4
dovecot lda and postfix
I do not know if this is a help request to solve a problem but
to understand what is going on. I am going to start with the problem
description as I see it and we will go from there.
I have postfix setup to use dovecot for tls/sasl in addition to its
normal imap/pop3 functions. Postfix is also setup to do virtual
domains, getting its information from the files valias, vmaps, and
vhosts which are
2007 Apr 03
1
Deliver die if global sieve script turn on
In my installation "deliver" die if global sieve script turn on. Is there
anything I have missed? Thanks..
Flex 2.5.33
Dovecot 1.0.rc29
postfix 2.3.8
In maillog:
Apr 3 13:29:58 minigrass postfix/pipe[24691]: CA194121BC5: to=<xxx at yyy.com>,
relay=dovecot, delay=0.24, delays=0.14/0.01/0/0.09
, dsn=5.3.0, status=bounced (Command died with status
2:
2009 Jul 23
1
Problem with sieve scripts including sieve scripts
I have the following global cmusieve scripts defined in
/etc/dovecot/sieve, which is owned by the user deliver is run (virtual)
as defined in the lda session of dovecot.conf:
global-spam.script ======================================
require ["fileinto"];
# Move spam to spam folder
if header :contains "X-Spam-Level" "********************" {
fileinto
2006 May 10
4
LDA not being called by postfix?
Hello,
I'm using Postfix with virtual domains (MySQL), Dovecot 1.0beta7 and CVS
LDA. I've set up postfix to use the LDA for maildir delivery and defined
a global sieve script.
-- master.cf --
...
dovecot unix - n n - - pipe
flags=DRhu user=vmail:vmail argv=/usr/local/libexec/dovecot/deliver -d
${recipient}
...
-- main.cf --
smtpd_banner =
2006 May 24
2
LDAP, sieve, and virtual users
This seems to be a common topic but I haven't seen anyone ask this exact
question and get a decent answer:
I use virtual mailboxes with all of the db's in LDAP. Last night I
upgraded to the latest CVS version of dovecot and dovecot-lda and got
global sieve filtering working by setting the global_script_path to a
sieve like /home/vmail/mydomain/sieve and it works great. Now I need to
2017 Jul 07
2
pigeonhole-0.4.14
Yes, I'am sure.
I've only global as:
==============
require "fileinto";
if header :contains "X-Spam-Status" "YES" {
fileinto "INBOX.Junk";
}
if header :contains "X-Spam-Level" "********************" {
discard;
stop;
}
and default as:
==============
require "fileinto";
if header :contains
2017 Jul 07
2
pigeonhole-0.4.14
Op 7/7/2017 om 1:18 PM schreef j.emerlik:
> Solved temporary by replacing X-Spam-Status to X-Spam-Flag.
>
> X-Spam-Flag in my system is added only to SPAM e-mail, anyway it looks like
> a bug.
Can you show your configuration (output from `dovecot -n`)?
An example message may also be useful.
Regards,
Stephan.
> Regards,
> Jack
>
>
> 2017-07-07 12:41 GMT+02:00
2009 Apr 06
1
Dovecot+Sieve
Hi All!!!
I'm configure mail server with Postix+Mysql+Dovecot.
How can I'm using to work sieve plugins?
My dovecot.conf
/protocol lda {
mail_plugin_dir = /usr/lib/dovecot/lda
#sendmail_path = /usr/sbin/postfix
#auth_socket_path = /var/run/dovecot/auth-master
mail_plugins = cmusieve
#global_script_path = /etc/sieve.conf
}
plugin {
sieve = /etc/sieve.conf
sieve = /home/vmail/domain.ru/user
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 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
2010 Sep 04
6
Problems with dovecot 2.0, sieve and mdbox
Hi guys,
I tried to use a global sieve skript to sort spam mails into
a subfolder of INBOX. I?m using mdbox.
The log shows that the script is called and executed but it is
not able to find or create the mailbox:
Sep 4 15:18:55 mercury dovecot: lmtp(6237, mail at steulerfliesen.de):
Debug: Namespace : Permission lookup failed from
/var/mail/steulerfliesen.de/mail/mdbox/mailboxes/Spamverdacht
2018 Jan 11
3
Managesieve and virtual users
On 11.01.2018 12:09, CP wrote:
> On 01/11/2018 11:49 AM, Aki Tuomi wrote:
>>
>> On 11.01.2018 11:45, CP wrote:
>>> Hello list,
>>>
>>> I'm trying to setup sieve on a Debian 9 install with virtual users.
>>> Perhaps I'm getting old, but I can't figure out why managesieve is
>>> not working for virtual users. I have about 20 v
2017 Jul 07
2
pigeonhole-0.4.14
Hi,
my global sieve filter looks like this:
require "fileinto";
if header :contains "X-Spam-Status" "YES" {
fileinto "INBOX.Junk";
}
if header :contains "X-Spam-Level" "********************" {
discard;
stop;
}
Why Dovecot 2.2.24 and pigeonhole-0.4.14 moves all e-mails to spam eg .:
with "X-Spam-Status: No," too ?
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
2017 Aug 22
2
store into mailbox 'Junk' aborted
>
>
> Am 22. August 2017 02:29:30 MESZ schrieb kenneth topp <toppk at bllue.org>:
>>Hi,
>>
>>I've just switch from procmail to pigeonhole, and I'm seeing an issue
>>(twice in six hours).
>>
>>I have spamassisn running via postfix milter, and dropping off via
>>main.cf
>>"mailbox_transport =
2008 Apr 30
1
Global and personal sieve scripts
Hi
According to Dovecot documentation ():
# If there is no user-specific Sieve-script, global Sieve script is
# executed if set. (v1.0.1 and older used "global_script_path")
#sieve_global_path =
Then, if one user has its own script, the global script won't be
executed? I would like to execute first the global script (for moving
SPAM to the Junk folder), and then the user