Displaying 3 results from an estimated 3 matches for "globalsievercc".
Did you mean:
globalsieverc
2008 Feb 22
1
shared mailbox - namespace
...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:
---------------------------------------------
mail_location = maildir:/home/vmail/%d/%n...
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
2011 Feb 05
1
dovecot not delivering emails in the right folder
...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 is using a wrong folder value since it should be using
/home/vmail/adomain.com/test. Another odd thing is that postfix...