search for: globalsieverc

Displaying 20 results from an estimated 38 matches for "globalsieverc".

2008 Apr 10
4
Sieve Frustrations
...helps, I set up my server according http://workaround.org/articles/ispmail-etch/ - but on a Ubuntu Gutsy server with only a few minor deviations from that article. My protocol lda section of dovecot.conf has this: log_path = /home/vmail/dovecot-deliver.log global_script_path = /home/vmail/globalsieverc I don't see any messages in dovecot-deliver.log that says there are problems with Sieve. The above rule is in /home/vmail/globalsieverc as mentioned here. This was working once - but when I had it going into the "spam" folder. I changed the folder name to match what ThunderBird...
2012 Jan 16
2
Quota is not working (Debian Squeeze - Dovecot 1.2)
...(testquota@<mydomain>): sieve: user's script path /mail/mailboxes/<mydomain>/testquota/.dovecot.sieve doesn't exist (using global script path in stead) Jan 16 11:20:04 mail-1 dovecot: deliver(testquota@<mydomain>): sieve: using sieve path for user's script: /mail/sieve/globalsieverc Jan 16 11:20:04 mail-1 dovecot: deliver(testquota@<mydomain>): sieve: opening script /mail/sieve/globalsieverc Jan 16 11:20:04 mail-1 dovecot: deliver(testquota@<mydomain>): sieve: executing compiled script /mail/sieve/globalsieverc Jan 16 11:20:04 mail-1 dovecot: deliver(testquota@<...
2011 Dec 12
3
simultaneous scripts not running via sieve_before
...#managesieve_logout_format = bytes ( in=%i : out=%o ) #managesieve_implementation_string = Cyrus timsieved v2.2.13 } protocol lda { mail_plugins = sieve quota sieve=~/.dovecot.sieve sieve_extentions = +include sieve_dir=~/sieve sieve_before = /home/%u/sieve/redirect.svbin sieve_global_path = /etc/globalsieverc.svbin [/code]
2011 Oct 24
2
sieve-pipe Error
.... 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 # This directory contains the scripts that are available. sieve_pipe_bin_dir = /usr/lib/dovecot/sieve-pipe } When I restart Dovecot I get the following error: ian:dovecot/ $ sudo rc.d restart dovecot...
2011 Jun 26
2
dovecot global sieve script problem
...ails are delivered into the INBOX.spam folder. Currently as a work around, I created user rules for all users and add this. For most users, it is the only rule. So my question is, why does it not work with the global script? Any help would be appreciated. Thanks, Dhaval ------------ contents of globalsieverc ------------- require ["fileinto"]; # Move spam to spam folder if header :contains "X-Spam-Flag" ["YES"] { fileinto "INBOX.spam"; stop; } ---------------------------------------------------- ------------ dovecot -n output --------------------- # 1.2.15:...
2011 Mar 19
0
Testing sieve
Hi, I`ve now compiled sieve and have a globalsieverc in /etc/dovecot/sieve/globalsieverc. How can I testing the rules? 1. require "fileinto"; if header :contains "X-Spam-Flag" "YES" { fileinto :create "Spam"; stop; } The second rule not working, the first rule I do not know. 2. require "filein...
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; } } But the spam mails are not delive...
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
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...
2009 Dec 30
3
A Dovecot Sieve spam filter question.
...ollowing doesn't work with a test email with "gtube", which scores > 999 : # require "fileinto"; if header :matches "X-Spam-Level" "\*\*\*\*\*\*" { fileinto "discard"; } and I think it would be nice to have not so many lines in the globalsieverc file. TIA, Regards, Adrian
2008 Feb 22
1
shared mailbox - namespace
...----------------------------------- mail:/home/vmail# ls -l insgesamt 32 drwx------ 6 vmail vmail 4096 2008-02-22 09:43 domain1.de drwx------ 4 vmail vmail 4096 2008-02-15 16:56 domain2.de -rw------- 1 vmail vmail 7762 2008-02-22 13:37 dovecot-deliver.log -rw-r--r-- 1 root root 160 2008-02-22 09:40 globalsieverc -rw------- 1 vmail vmail 204 2008-02-22 09:40 globalsievercc drwx------ 5 vmail vmail 4096 2008-02-22 13:16 public drwx------ 3 vmail vmail 4096 2008-02-18 09:08 web.de ------------------------------------------------------------------- here a part of my dovecot.conf: ---------------------------...
2011 Jul 27
3
sieve on debian squeeze
...etc/dovecot/dovecot-mysql.conf socket: type: listen client: path: /var/spool/postfix/private/auth mode: 432 user: postfix group: postfix master: path: /var/run/dovecot/auth-master mode: 384 user: postfix plugin: sieve_global_path: /var/vmail/globalsieverc sieve_dir: ~/sieve sieve: ~/.dovecot.sieve sieve_global_dir: /var/vmail/sieve sieve_maxscriptsize: 128 Any suggestions? Thanks in advance! -Andrea
2012 Oct 10
1
I need a quota expert
...inbox = yes } protocol imap { mail_plugins = quota imap_quota } protocol lda { log_path = /home/vmail/dovecot-deliver.log auth_socket_path = /var/run/dovecot/auth-master postmaster_address = postmaster at domain.tld mail_plugins = sieve quota global_script_path = /home/vmail/globalsieverc mail_plugin_dir = /usr/lib/dovecot/modules/lda } protocol pop3 { pop3_uidl_format = %08Xu%08Xv mail_plugins = quota } dict { quotadict = mysql:/etc/dovecot/dovecot-sql.conf } plugin { quota = dict:user::proxy::quotadict quota_rule = *:storage=10M:messages=1000 } auth default {...
2009 Nov 05
4
deliver_log_format ignored
...mode: 384 user: vmail plugin: quota: dict:user::file:/home/mail/%d/%n/Maildir/dovecot-quota quota_rule: *:storage=500M:messages=10000 quota_warning: storage=95%% /etc/dovecot/quota-warning.sh quota_warning2: storage=80%% /etc/dovecot/quota-warning.sh global_script_path: /home/mail/globalsieverc Is there some change from this http://www.dovecot.org/list/dovecot/2009-April/039013.html or http://www.dovecot.org/list/dovecot/2009-May/039269.html ? -- Lampa
2011 Jan 20
1
Problems with Upgrade from Courier
...protocol managesieve { sieve_storage=~/sieve } protocol lda { log_path = /home/vmail/dovecot-deliver.log auth_socket_path = /var/run/dovecot/auth-master postmaster_address = postmaster at mybridemal.com mail_plugins = cmusieve global_script_path = /home/vmail/globalsieverc } auth_verbose = yes auth_debug = no auth_debug_passwords = no auth default { passdb sql { args = /etc/dovecot/dovecot-sql.conf } args = uid=5000 gid=5000 home=/home/vmail/%d/%n allow_all_users=yes } user = root path = /var/run/dovecot/auth-master...
2011 Feb 05
1
dovecot not delivering emails in the right folder
.../test/ deliver(adomain.com/test/@adomain.com): 2011-02-04 21:48:04 Info: maildir: root=/home/vmail/adomain.com/adomain.com/test, index=/home/vmail/adomain.com/adomain.com/test, control=, inbox= deliver(adomain.com/test/@adomain.com): 2011-02-04 21:48:04 Info: cmusieve: Using sieve path: /home/vmail/globalsieverc deliver(adomain.com/test/@adomain.com): 2011-02-04 21:48:04 Info: cmusieve: Executing script /home/vmail/globalsievercc deliver(adomain.com/test/@adomain.com): 2011-02-04 21:48:04 Info: msgid=<AANLkTimZi7pD2eSFNipHtmS5HZVstk9UF6kjWEyqynz- at mail.gmail.com>: saved mail to INBOX It seems like...
2008 May 22
0
dovecot-sieve on freebsd
...e domains (and users).all want is a global sieve, to all users, all domains.I googled, but I cannot find the problem,my protocol lda section:protocol lda {&nbsp;&nbsp;&nbsp; log_path = /usr/local/vmail/dovecot-deliver.log&nbsp;&nbsp;&nbsp; sieve_global_dir = /usr/local/vmail/globalsieverc&nbsp;&nbsp;&nbsp; mail_plugins = cmusieve&nbsp;&nbsp;&nbsp; mail_debug = yes&nbsp;&nbsp;&nbsp; log_path = /var/log/dovecot-deliver&nbsp; &nbsp; info_log_path = /var/log/dovecot-deliver &nbsp; &nbsp; postmaster_address = postmaster at tamann.hu&amp...
2009 Nov 06
1
scenario with one lda and 4 imapds/pop3ds
...mode: 384 user: vmail plugin: quota: dict:user::file:/home/mail/%d/%n/Maildir/dovecot-quota quota_rule: *:storage=500M:messages=10000 quota_warning: storage=95%% /etc/dovecot/quota-warning.sh quota_warning2: storage=80%% /etc/dovecot/quota-warning.sh global_script_path: /home/mail/globalsieverc other 4 dovecots for serving imaps pop3s (each will have own ssl certificate and using own ip address) my idea is using only one auth mechanism provided by dovecot LDA (above) - eg using one SQL connection question is, how to force other 4 dovecots use auth from LDA dovecot ? is possible to do...
2010 Jul 17
1
namespace trouble
...yes hidden = no list = yes } listen = * protocol imap { } protocol pop3 { } protocol lda { log_path = /home/vmail/dovecot-deliver.log auth_socket_path = /var/run/dovecot/auth-master postmaster_address = postmaster at .com mail_plugins = sieve global_script_path = /home/vmail/globalsieverc } auth default { mechanisms = plain userdb static { args = uid=5000 gid=5000 home=/home/vmail/%d/%n allow_all_users=yes } Thank you Very much.
2014 Oct 01
1
Dovecot fails to start - Unknown setting: socket
...rivate/star_palibrary_org.key protocol imap { # imap_client_workarounds = outlook-idle delay-newmail } protocol pop3 { pop3_uidl_format = %08Xu%08Xv } ## ## MANAGESIEVE specific settings ## protocol sieve { } plugin { sieve_storage = ~/sieve sieve_global_path = /var/vmail/globalsieverc sieve = ~/dovecot.sieve } protocol lda { #log_path = /var/vmail/dovecot-deliver.log auth_socket_path = /var/run/dovecot/auth-master postmaster_address = shortte at mvs.org mail_plugins = sieve } ################################### ## ## LDA specific settings ## auth_defau...