On Feb 20, 2006, at 9:31 AM, Jaldhar H. Vyas wrote:
On Fri, 17 Feb 2006, Fabio Tranchitella wrote:
Il giorno ven, 17/02/2006 alle 16.59 +0000, Alex Pimperton ha
scritto:
I second the part about having dovecot-lda packaged, I'd really
like the
seive support it introduces.
I've prepared the packages with both dovecot-lda and drac support,
but
considering that I don't use these things I'd prefer if somebody
could try them and give me some feedback.
http://people.debian.org/~kobold/dovecot/
Has anyone had a chance to test Fabios packages yet? We would
really like to get this version uploaded ASAP.
btw, we will probably have to drop the drac support for the time
being as Debians' drac package is a bit broken. Hopefully that
will get resolved soon.
--
Jaldhar H. Vyas <[EMAIL PROTECTED]>
La Salle Debain - http://www.braincells.com/debian/
The sieve component is working for me so far in my limited test. Here
is the ~/.dovecot.sieve I am using.
require ["fileinto", "vacation"];
if allof (
address :localpart :is "to" "diffmon",
address :domain :matches "to" "*.trec.us"
) {
fileinto "INBOX.Configuration Changes";
}
if allof (
address :localpart :is "to" "backup",
address :domain :matches "to" "*.trec.us"
) {
fileinto "INBOX.TapeWare";
}
if header :matches "subject" "[SNORT]*" {
fileinto "INBOX.Snort";
}
if exists "X-Cron-Env" {
fileinto "INBOX.Cron";
}
vacation
:days 1
:subject "Automatic Reply"
:addresses "[EMAIL PROTECTED]"
"Your messages has been received and I will get back to you as soon
as possible
--
Jacob Elder
";
if address :is "to" "[EMAIL PROTECTED]" {
fileinto "INBOX.Postfix";
}
Pretty neat. I think it deserves more testing but the package itself
looks good.
--
Jacob Elder
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]