On 05/12/2011 11:48 AM, Gary Mills wrote:
> Look what I found in the sieve vacation document
> (draft-ietf-sieve-vacation-07):
>
> "Vacation" is used to respond to a message with another message.
> Vacation's messages are always addressed to the Return-Path address
> (that is, the envel
Hi,
Nathanael D. Noblet schrieb am 12.05.2011 18:05 Uhr:
>I have yet to get it working. I figured I'd give a recap of what has
> changed since I started asking for help here.
>
> I've added sieve_extensions: vacations to imap.conf and a
> 'telnet localhost sieve' shows that vacation is supp
On Tue, May 10, 2011 at 10:33:28AM -0500, Gary Mills wrote:
> On Tue, May 10, 2011 at 08:59:48AM -0600, Nathanael D. Noblet wrote:
> > On 05/10/2011 06:17 AM, Gary Mills wrote:
> > >On Tue, May 10, 2011 at 07:39:48AM +0200, Simon Matter wrote:
> > >>
> > >>To start, you may want to post your imapd.
On 12/05/11 11:12 -0600, Nathanael D. Noblet wrote:
>On 05/12/2011 10:41 AM, Dan White wrote:
>>Have you tried running sieve/test.c against your script?
>
>I haven't is this a source file from the package itself, or would
>this normally turn into sometype of sieve test binary I can use? I'll
>sta
On 05/12/2011 10:41 AM, Dan White wrote:
> I don't recall if this was asked, but did you install the script via
> timsieved (as opposed to copying it into its location directly)? Did you
> verify if the script got converted to bytecode?
If I use sieveshell I can see that the script exists and it i
On 05/12/2011 10:41 AM, Dan White wrote:
> I don't recall if this was asked, but did you install the script via
> timsieved (as opposed to copying it into its location directly)? Did you
> verify if the script got converted to bytecode?
This wasn't asked, I have a default.bc file and ingo tells me
Nathanael D. Noblet wrote:
> I set the sieve script to
>
> # Sieve Filter
> # Generated by Ingo (http://www.horde.org/ingo/) (May 2, 2011, 11:06 am)
>
> require "vacation";
>
> # Vacation
> vacation :days 3 :addresses "t...@greatexcursions.com" :subject "Out of
> Office" "Hello? Auto responder."
On 12/05/11 10:05 -0600, Nathanael D. Noblet wrote:
>Hello some more... ;)
>
> I have yet to get it working. I figured I'd give a recap of what has
>changed since I started asking for help here.
>
>I've added sieve_extensions: vacations to imap.conf and a
>'telnet localhost sieve' shows that vaca
Hello some more... ;)
I have yet to get it working. I figured I'd give a recap of what has
changed since I started asking for help here.
I've added sieve_extensions: vacations to imap.conf and a
'telnet localhost sieve' shows that vacation is supported.
Gary Mills checked the headers of the
On Tue, May 10, 2011 at 08:58:43AM -0600, Nathanael D. Noblet wrote:
> sievedir: /var/lib/imap/sieve
> sendmail: /usr/sbin/sendmail
> sieve_maxscriptsize: 32
> sieve_maxscripts: 5
Here's what else we have in our config file:
sievenotifier: mailto
sieve_extensions: fileinto reject vacation imapfla
On 05/10/2011 09:46 AM, Joseph Brennan wrote:
>
>
> --On Tuesday, May 10, 2011 9:43 -0600 "Nathanael D. Noblet"
> wrote:
>
IMHO :days 0 is not allowed/ignored
>>>
>>> Ok, I've set it to 1.
>
>
> Try 3.
No difference. Set to 3, stopped cyrus, deleted deliver.db, sent from
two different acco
--On Tuesday, May 10, 2011 9:43 -0600 "Nathanael D. Noblet"
wrote:
>>> IMHO :days 0 is not allowed/ignored
>>
>> Ok, I've set it to 1.
Try 3.
Joseph Brennan
Columbia University Information Technology
Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cm
On 05/10/2011 09:26 AM, Nathanael D. Noblet wrote:
> On 05/10/2011 09:21 AM, Michael Menge wrote:
>> you may need to set sieve_extensions
>
> Yeah, another list member suggested the same, which I've added but still
> no response.
>
>> IMHO :days 0 is not allowed/ignored
>
> Ok, I've set it to 1. Ho
On Tue, May 10, 2011 at 08:59:48AM -0600, Nathanael D. Noblet wrote:
> On 05/10/2011 06:17 AM, Gary Mills wrote:
> >On Tue, May 10, 2011 at 07:39:48AM +0200, Simon Matter wrote:
> >>
> >>To start, you may want to post your imapd.conf here and an example sieve
> >>script used for vacations.
> >
> >F
On 05/10/2011 09:21 AM, Michael Menge wrote:
> you may need to set sieve_extensions
Yeah, another list member suggested the same, which I've added but still
no response.
> IMHO :days 0 is not allowed/ignored
Ok, I've set it to 1. However then I need to delete the deliver.db
between attempts. D
Hi,
Quoting "Nathanael D. Noblet" :
On 05/09/2011 11:39 PM, Simon Matter wrote:
Hello,
I have a mail server that we use cyrus-imap for. It works well
enough. Stock package for RHEL 5 (cyrus-imapd-2.3.7-7.el5_4.3). Likely
somewhat old. In anycase we've used sieve for server side filtering
On 05/10/2011 09:10 AM, Nathanael D. Noblet wrote:
> On 05/10/2011 07:24 AM, Michael Menge wrote:
>> Third, there are some measures to prevent mailloops and other not
>> intended vacationmails. So to test you have to use different
>> senderaddresses or delete the delivery DB for each try, and
>> yo
On 05/10/2011 07:24 AM, Michael Menge wrote:
> Hi,
>
> Quoting "Nathanael D. Noblet" :
>
>>
>> Hello,
>>
>> I have a mail server that we use cyrus-imap for. It works well
>> enough. Stock package for RHEL 5 (cyrus-imapd-2.3.7-7.el5_4.3). Likely
>> somewhat old. In anycase we've used sieve for serve
On 05/10/2011 06:17 AM, Gary Mills wrote:
> On Tue, May 10, 2011 at 07:39:48AM +0200, Simon Matter wrote:
>>
>> To start, you may want to post your imapd.conf here and an example sieve
>> script used for vacations.
>
> Find a message that should have triggered a vacation response. Check
> the enve
On 05/09/2011 11:39 PM, Simon Matter wrote:
>>
>> Hello,
>>
>> I have a mail server that we use cyrus-imap for. It works well
>> enough. Stock package for RHEL 5 (cyrus-imapd-2.3.7-7.el5_4.3). Likely
>> somewhat old. In anycase we've used sieve for server side filtering and
>> it has worked wel
Hi,
Quoting "Nathanael D. Noblet" :
Hello,
I have a mail server that we use cyrus-imap for. It works well
enough. Stock package for RHEL 5 (cyrus-imapd-2.3.7-7.el5_4.3). Likely
somewhat old. In anycase we've used sieve for server side filtering and
it has worked well for years. We have a c
On Tue, May 10, 2011 at 07:39:48AM +0200, Simon Matter wrote:
>
> To start, you may want to post your imapd.conf here and an example sieve
> script used for vacations.
Find a message that should have triggered a vacation response. Check
the envelope recipient and header recipient of this message
On Mon, 2011-05-09 at 20:03 -0600, Nathanael D. Noblet wrote:
> Hello,
> I have a mail server that we use cyrus-imap for. It works well
> enough. Stock package for RHEL 5 (cyrus-imapd-2.3.7-7.el5_4.3). Likely
> somewhat old.
But it certainly worked at that version.
> In anycase we've used siev
>
> Hello,
>
>I have a mail server that we use cyrus-imap for. It works well
> enough. Stock package for RHEL 5 (cyrus-imapd-2.3.7-7.el5_4.3). Likely
> somewhat old. In anycase we've used sieve for server side filtering and
> it has worked well for years. We have a couple users however that wou
a cleaner solution.
- Original Message -
From: "Gary Mills" <[EMAIL PROTECTED]>
To: "Mike Grommet" <[EMAIL PROTECTED]>
Cc: "Michael Bacon" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Wednesday, February 27, 2002 8:37 AM
Sub
On Wed, Feb 27, 2002 at 12:24:44AM -0600, Mike Grommet wrote:
>
> I'm not sure how to go about setting sendmail to use lmtp exclusively...
One way to do this is explained at: http://mail.cc.umanitoba.ca/source
Look for `feature/local_cyrus.m4'.
--
-Gary Mills--Unix Support--U of M Acad
Hello,
I also have 2 return-path from the beginning :
Return-Path:
X-Sieve: cmu-sieve 2.0
Return-Path: <[EMAIL PROTECTED]>
Received: by mail.slortar.net (Postfix, from userid 102)
id 4D61372C006; Wed, 27 Feb 2002 08:27:47 +0100 (CET)
X-Sieve: cmu-sieve 2.0
Received: from lists2.andrew.cmu.e
t; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Wednesday, February 27, 2002 12:24 AM
Subject: Re: Vacation not working, seeing 2 return paths in headers
> Bingo. Sounds pretty darn close...
>
> I'm not sure how to go about setting sendmail to use lmtp exclusively...
>
Original Message -
From: "Michael Bacon" <[EMAIL PROTECTED]>
To: "Mike Grommet" <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Tuesday, February 26, 2002 11:09 PM
Subject: Re: Vacation not working, seeing 2 return paths in headers
> Here's a guess:
Here's a guess: You're using the old sendmail cyrus configure which
delivers mail by calling the "deliver" binary as the mailer. In the mailer
definition in the cf file, you've specified to sendmail the option to add a
return-path header to the message before delivery. And the name of your
30 matches
Mail list logo