Displaying 17 results from an estimated 17 matches for "sieve_subaddress_sep".
2015 Aug 25
2
sieve_after seems to ignored ?
sieve and managesieve are both working fine, have been for years. Now I
want to add a sieve_after script:
/etc/dovecot/conf.d/90-sieve.conf :
plugin {
sieve = ~/.dovecot.sieve
sieve_dir = ~/sieve
sieve_before =
sieve_after = ~/sieve/personal.sieve
sieve_subaddress_sep = +
}
I have compiled ~/sieve/personal.sieve to ~/sieve/personal.svbin, but it
doesn't seem to be read. Any hints?
thanks
Per Jessen
--
Per Jessen, Z?rich (17.2?C)
http://www.hostsuisse.com/ - dedicated server rental in Switzerland.
2015 Aug 25
2
sieve_after seems to be ignored ?
...gt;>>
>>>> /etc/dovecot/conf.d/90-sieve.conf :
>>>>
>>>> plugin {
>>>> sieve = ~/.dovecot.sieve
>>>> sieve_dir = ~/sieve
>>>> sieve_before =
>>>> sieve_after = ~/sieve/personal.sieve
>>>> sieve_subaddress_sep = +
>>>> }
>>>>
>>>> I have compiled ~/sieve/personal.sieve to ~/sieve/personal.svbin,
>>>> but it
>>>> doesn't seem to be read. Any hints?
>>>
>>> sieve_after is only executed if no rule matched in other
>>&g...
2009 May 22
2
recipient delimiter and lmtp
I read in the list archives about work in progress on
an lmtp delivery agent.As a previous cyrus user
where that was the preferred delivery method
from postfix, this sounds interesting.
I was wondering whether it will handle
recipient delimiters. ie will it be able to map
user+foo at example.com to user at example.com?
I'm not interested in the delivery into folder stuff,
just the plain
2015 Aug 25
2
sieve_after seems to ignored ?
...e been for years. Now
>> I want to add a sieve_after script:
>>
>> /etc/dovecot/conf.d/90-sieve.conf :
>>
>> plugin {
>> sieve = ~/.dovecot.sieve
>> sieve_dir = ~/sieve
>> sieve_before =
>> sieve_after = ~/sieve/personal.sieve
>> sieve_subaddress_sep = +
>> }
>>
>> I have compiled ~/sieve/personal.sieve to ~/sieve/personal.svbin, but
>> it
>> doesn't seem to be read. Any hints?
>
> sieve_after is only executed if no rule matched in other sieve-scripts
> before.
>
> Michael
Thanks Michael - in...
2010 Sep 10
0
Released Pigeonhole v0.2.0 for Dovecot v2.0.2
...and libraries (DWARF-like).
Run-time errors can now always refer to the proper line number in
the Sieve source script.
* The Sieve plugin is adapted to work properly with the new LMTP
service introduced with Dovecot v2.0. The same plugin is used for
both LDA and LMTP.
* The 'sieve_subaddress_sep' setting for the Sieve subaddress extension
is now known as 'recipient_delimiter'. Although the deprecated
sieve_subaddress_sep setting is still recognized for backwards
compatibility, it is recommended to update the setting to the new
name, since the new LMTP service al...
2010 Sep 10
0
Released Pigeonhole v0.2.0 for Dovecot v2.0.2
...and libraries (DWARF-like).
Run-time errors can now always refer to the proper line number in
the Sieve source script.
* The Sieve plugin is adapted to work properly with the new LMTP
service introduced with Dovecot v2.0. The same plugin is used for
both LDA and LMTP.
* The 'sieve_subaddress_sep' setting for the Sieve subaddress extension
is now known as 'recipient_delimiter'. Although the deprecated
sieve_subaddress_sep setting is still recognized for backwards
compatibility, it is recommended to update the setting to the new
name, since the new LMTP service al...
2015 Aug 25
0
sieve_after seems to ignored ?
...d managesieve are both working fine, have been for years. Now I
> want to add a sieve_after script:
>
> /etc/dovecot/conf.d/90-sieve.conf :
>
> plugin {
> sieve = ~/.dovecot.sieve
> sieve_dir = ~/sieve
> sieve_before =
> sieve_after = ~/sieve/personal.sieve
> sieve_subaddress_sep = +
> }
>
> I have compiled ~/sieve/personal.sieve to ~/sieve/personal.svbin, but it
> doesn't seem to be read. Any hints?
sieve_after is only executed if no rule matched in other sieve-scripts
before.
Michael
2015 Aug 25
0
sieve_after seems to ignored ?
...t to add a sieve_after script:
>>>
>>> /etc/dovecot/conf.d/90-sieve.conf :
>>>
>>> plugin {
>>> sieve = ~/.dovecot.sieve
>>> sieve_dir = ~/sieve
>>> sieve_before =
>>> sieve_after = ~/sieve/personal.sieve
>>> sieve_subaddress_sep = +
>>> }
>>>
>>> I have compiled ~/sieve/personal.sieve to ~/sieve/personal.svbin,
>>> but it
>>> doesn't seem to be read. Any hints?
>>
>> sieve_after is only executed if no rule matched in other
>> sieve-scripts before.
>>...
2015 Aug 25
0
sieve_after seems to be ignored ?
Per Jessen skrev den 2015-08-25 15:49:
>>>>> plugin {
>>>>> sieve = ~/.dovecot.sieve
>>>>> sieve_dir = ~/sieve
>>>>> sieve_before =
>>>>> sieve_after = ~/sieve/personal.sieve
>>>>> sieve_subaddress_sep = +
>>>>> }
sieve is the personal, and sieve_after is the global, you have swapped
names ?
all that asside does both svbin exists ?, if not make sure dovecot can
read them, run sievec on the source file
imho global sieve files must not be in $HOME
2012 May 15
2
Maildir filename has wrong S value
...nvironment mailbox date
namespace {
inbox = yes
location =
prefix = INBOX.
separator = .
type = private
}
passdb {
driver = vpopmail
}
plugin {
autocreate = INBOX.Spam
quota = maildir
sieve = ~/.sieve/dovecot.sieve
sieve_dir = ~/.sieve
sieve_global_dir = /etc/dovecot/sieve/
sieve_subaddress_sep = -+
}
protocols = imap pop3 sieve
service auth {
unix_listener auth-master {
group = vchkpw
mode = 0660
}
unix_listener auth-userdb {
group = vchkpw
mode = 0660
}
}
service imap-login {
inet_listener imap {
address = [::] *
port = 143
}
inet_listener imaps {...
2010 Aug 28
2
Problems Converting Maildir to mdbox
Hello,
I would like to convert all users mail from maildir to mdbox. My Dovecot
version is 2.0.1, converted from 1.2.13 but config was rewritten from
scratch.
http://wiki2.dovecot.org/Migration/MailFormat says following:
maildir -> mdbox migration. Set mail_location=mdbox:~/mdbox
and run
doveadm convert -u username maildir:~/Maildir
but doveadm does not know a command like
2009 Dec 19
1
Released Pigeonhole Sieve v0.1.14 and ManageSieve v0.11.10 for Dovecot v1.2.9
...cessary for outgoing messages. This is for
example important for the :subject argument of the vacation action.
+ Added support for the $text$ substitution in the deprecated notify
extension.
+ The subaddress extension now also accepts recipient_delimiter
setting as an alias for sieve_subaddress_sep setting. This
anticipates the recipient_delimiter setting in v2.0.
- Fixed logging of mailbox names. It logged the converted mUTF7
version in stead of the original UTF8 version supplied by the user.
- Fixed a minor memory leak in the multiscript support.
- Fixed a bug in the reco...
2009 Dec 19
1
Released Pigeonhole Sieve v0.1.14 and ManageSieve v0.11.10 for Dovecot v1.2.9
...cessary for outgoing messages. This is for
example important for the :subject argument of the vacation action.
+ Added support for the $text$ substitution in the deprecated notify
extension.
+ The subaddress extension now also accepts recipient_delimiter
setting as an alias for sieve_subaddress_sep setting. This
anticipates the recipient_delimiter setting in v2.0.
- Fixed logging of mailbox names. It logged the converted mUTF7
version in stead of the original UTF8 version supplied by the user.
- Fixed a minor memory leak in the multiscript support.
- Fixed a bug in the reco...
2009 Feb 12
0
Released Sieve v0.1.3 and ManageSieve v0.11.3 for Dovecot v1.2.beta1
...s sequentially. Administrator-controlled
scripts can be executed before and after the user's script. Still
needs to be tested thoroughly.
+ Implemented support for configuring the available Sieve extensions.
+ Made the subaddress extension (partially) configurable using the
sieve_subaddress_sep setting, which allows specifying a
(multi-charater) separator other than '+'.
+ Compiler now warns about invalid header field names used for the
header and address tests.
+ Vacation extension now properly generates a References header for
the response message.
+ Adde...
2009 Feb 12
0
Released Sieve v0.1.3 and ManageSieve v0.11.3 for Dovecot v1.2.beta1
...s sequentially. Administrator-controlled
scripts can be executed before and after the user's script. Still
needs to be tested thoroughly.
+ Implemented support for configuring the available Sieve extensions.
+ Made the subaddress extension (partially) configurable using the
sieve_subaddress_sep setting, which allows specifying a
(multi-charater) separator other than '+'.
+ Compiler now warns about invalid header field names used for the
header and address tests.
+ Vacation extension now properly generates a References header for
the response message.
+ Adde...
2013 Jul 14
2
constant Log synchronization error's
...box Junk {
special_use = \Junk
}
mailbox Sent {
special_use = \Sent
}
mailbox "Sent Messages" {
special_use = \Sent
}
mailbox Trash {
special_use = \Trash
}
prefix =
separator = .
}
passdb {
driver = pam
}
plugin {
sieve = ~/.dovecot.sieve
sieve_dir = ~/sieve
sieve_extensions = +imapflags
sieve_subaddress_sep = -
}
postmaster_address = postmaster at alleroedderne.adsl.dk
protocols = imap
recipient_delimiter = -
ssl = required
ssl_cert = </etc/pki/dovecot/certs/dovecot.pem
ssl_key = </etc/pki/dovecot/private/dovecot.pem
userdb {
driver = passwd
}
protocol lda {
mail_plugins = " sieve"
}...
2010 Jan 05
6
Sieve > Pigeonhole > external storage with LDAP or other data source available to dovecot
I am looking at porting and generalizing an old in-house patch that I'm
using for the CMU Sieve plugin. It allows sieve script to test & lookup
arguments from LDAP.
Before getting too involved in this, I'd like to discuss my goals here
in the hopes that someone else also thinks this would be useful. Many
heads may make better design?
Goal:
------
Allows scripts which are still