Am 08.03.16 um 14:19 schrieb Edda via Info-cyrus:
[...]
From: >
To my understanding of RFC 5322 this is not a valid „mailbox“, because
of the outer angle brackets around. sendmail rewrites it internally to
the resulting valid but ugly form:
From: "
I looked at RFC 5322 a bit further. It st
On Sat, 26 Dec 2015, Patrick Goetz via Info-cyrus wrote:
I've been struggling with figuring out how to set up a sieve vacation reply
script. The documentation on this is pretty sparse, and the stuff I do find
doesn't work. For example,
I have a script that kind of does that. We needed in ou
> On Dec 26, 2015, at 1:14 PM, Sebastian Hagedorn via Info-cyrus
> wrote:
>
> Hi,
>
>> I've been struggling with figuring out how to set up a sieve vacation
>> reply script. The documentation on this is pretty sparse, and the stuff
>> I do find doesn't work. For example,
>>
>> [cyrus@www ~]
Hi,
I've been struggling with figuring out how to set up a sieve vacation
reply script. The documentation on this is pretty sparse, and the stuff
I do find doesn't work. For example,
[cyrus@www ~]$ sieveshell --user=resea...@episcopalarchives.org
--authname=cyrus localhost
connecting to local
On Tue, Dec 30, 2014 at 09:25:48AM -0500, James Cassell wrote:
>
> On Tue, Dec 30, 2014, at 08:51 AM, k...@rice.edu wrote:
> > Quoting Adam Tauno Williams :
> >
> > > On Sun, 2014-12-28 at 10:20 +0100, Marcus Schopen wrote:
> > >> does sieve vacation understand a start and end date? Something lik
On Tue, Dec 30, 2014, at 08:51 AM, k...@rice.edu wrote:
> Quoting Adam Tauno Williams :
>
> > On Sun, 2014-12-28 at 10:20 +0100, Marcus Schopen wrote:
> >> does sieve vacation understand a start and end date? Something like this
> >> does not work:
> >> ---
> >> require ["date", "relational",
Quoting Adam Tauno Williams :
> On Sun, 2014-12-28 at 10:20 +0100, Marcus Schopen wrote:
>> does sieve vacation understand a start and end date? Something like this
>> does not work:
>> ---
>> require ["date", "relational", "vacation"];
>> if allof(currentdate :value "ge" "date" "2007-06-30",
On Tue, 2014-12-30 at 08:39 -0500, Adam Tauno Williams wrote:
> On Sun, 2014-12-28 at 10:20 +0100, Marcus Schopen wrote:
> > does sieve vacation understand a start and end date? Something like this
> > does not work:
> > ---
> > require ["date", "relational", "vacation"];
> > if allof(current
On Sun, 2014-12-28 at 10:20 +0100, Marcus Schopen wrote:
> does sieve vacation understand a start and end date? Something like this
> does not work:
> ---
> require ["date", "relational", "vacation"];
> if allof(currentdate :value "ge" "date" "2007-06-30",
> currentdate :value "le" "d
Am Freitag, 4. April 2014, 09:33:47 schrieben Sie:
> require ["vacation","regex"];
>
> vacation :days 7 :addresses ["addre...@example.com", "addre...@example.com"]
> text:
ahh! This syntax seem to work so far. Thank you!
I've tried/used things similiar to this (roundcube generated):
## Generate
On Fri, Apr 04, 2014 at 04:26:43PM +0200, Niels Dettenbach wrote:
> Hi all,
>
>
> it seems i'm not alone with this "effect" or "bug" in the SIEVE vacation
> module.
>
> On a cyrus-imap ("feeded" by EXIM) with virtual domains where usernames are
> "equal" to email adresses i have the effect, th
On Thu, 18 Mar 2010, Maria McKinley wrote:
>> I tried changing the name. Cyrus remade the file, and it didn't seem to
>> cause any problems, but unfortunately, it didn't help either.
>
> Actually, don't try this at home. A few seconds after I sent this email,
> my mail server started freaking out
Maria McKinley wrote:
> Simon Matter wrote:
>>> Simon Matter wrote:
> Can anyone tell me where the file(s) with list of email addresses that
> have been sent a vacation reply lives in a debian installation? I
> can't
> seem to find it.
Hi,
I think what you are lookin
Simon Matter wrote:
>> Simon Matter wrote:
Can anyone tell me where the file(s) with list of email addresses that
have been sent a vacation reply lives in a debian installation? I can't
seem to find it.
>>> Hi,
>>>
>>> I think what you are looking for is deliver.db in $configdir. Don
> Simon Matter wrote:
>>> Can anyone tell me where the file(s) with list of email addresses that
>>> have been sent a vacation reply lives in a debian installation? I can't
>>> seem to find it.
>>
>> Hi,
>>
>> I think what you are looking for is deliver.db in $configdir. Don't know
>> on Debian but
Simon Matter wrote:
>> Can anyone tell me where the file(s) with list of email addresses that
>> have been sent a vacation reply lives in a debian installation? I can't
>> seem to find it.
>
> Hi,
>
> I think what you are looking for is deliver.db in $configdir. Don't know
> on Debian but on my s
> Can anyone tell me where the file(s) with list of email addresses that
> have been sent a vacation reply lives in a debian installation? I can't
> seem to find it.
Hi,
I think what you are looking for is deliver.db in $configdir. Don't know
on Debian but on my systems it's /var/lib/imap/deliver
Hi!
On Wed, 2009-07-22 at 15:22 +0200, Bernd Petrovitsch wrote:
[...]
> I'm in the process of upgrading cyrus-imapd-2.2.13 (from
> Debian-3.1/Sarge) to cyrus-imapd-2.3.7 (from RHEL-5/CentOS-5) on a
> system with approx. 25k mailboxes.
>
> We are using quite simple sieve scripts for vacation and 2
On Wed, 2009-07-22 at 12:49 -0700, Andrew Morgan wrote:
> On Wed, 22 Jul 2009, Bernd Petrovitsch wrote:
[]
> > If I add a "vacation" statement (with a known working local email
> > address) as in
> > snip
> > require [ "fileinto", "vacation" ];
> > vacation :days 7 :addresses [ "u..
On Wed, 22 Jul 2009, Bernd Petrovitsch wrote:
> If I have the following sieve script, everything works fine and each
> (non-Spam-)mail appears once in the INBOX (since we have the "keep"
> there)
> snip
> require [ "fileinto", "vacation" ];
> if header :contains [ "X-Spam-Flag" ] [ "YE
Hi!
On Wed, 2009-07-22 at 16:49 +0200, Simon Matter wrote:
[...]
> > I'm in the process of upgrading cyrus-imapd-2.2.13 (from
> > Debian-3.1/Sarge) to cyrus-imapd-2.3.7 (from RHEL-5/CentOS-5) on a
> > system with approx. 25k mailboxes.
> >
> > We are using quite simple sieve scripts for vacation a
> Hi all!
>
> I'm in the process of upgrading cyrus-imapd-2.2.13 (from
> Debian-3.1/Sarge) to cyrus-imapd-2.3.7 (from RHEL-5/CentOS-5) on a
> system with approx. 25k mailboxes.
>
> We are using quite simple sieve scripts for vacation and 2.3.7
> duplicates (into the local inbox) all emails which tr
Garry wrote:
> define(`confLOCAL_MAILER', `cyrus')dnl
> ifdef(`CYRUS_MAILER_ARGS',,
> `define(`CYRUS_MAILER_ARGS', `deliver -e -f $f -m $h -- $u')')
> dnl MAILER(`cyrus')dnl
Of course, that was
MAILER(`cyrus')dnl
Also, please note that the define/ifdef part was well above all the
other MAILER l
david.gottsch...@emory.edu
-Original Message-
From: Garry [mailto:ga...@glendown.de]
Sent: Thursday, May 28, 2009 10:17 AM
To: Gottschalk, David
Subject: Re: Sieve: Vacation not working (solved)
Gottschalk, David wrote:
> Oh, one thing I forgot to mention.
>
> I got the unknown mailer e
id.gottsch...@emory.edu
-Original Message-
From: Garry Glendown [mailto:ga...@glendown.de]
Sent: Wednesday, May 27, 2009 11:18 PM
To: Gottschalk, David
Subject: Re: Sieve: Vacation not working (solved)
Gottschalk, David wrote:
> I put the lines in my sendmail.mc file then built the sen
--On 28. Mai 2009 11:39:03 +0200 Garry wrote:
You didn't actually edit the .cf file, did you? That's not how it
works ... you need to edit the .mc and generate the .cf.
He didn't, he put it in the .mc and m4'd it ...
Wouldn't the m4 command have thrown an error in that case if it didn't know
Sebastian Hagedorn wrote:
> --On 27. Mai 2009 22:42:30 -0400 "Gottschalk, David"
> wrote:
>
>> Well, I tried to enable this same feature this evening in sendmail, but
>> ran into some problems. Forgive me as I am complete novice when it comes
>> to enabling this feature in sendmail. I enabled this
--On 27. Mai 2009 22:42:30 -0400 "Gottschalk, David"
wrote:
Well, I tried to enable this same feature this evening in sendmail, but
ran into some problems. Forgive me as I am complete novice when it comes
to enabling this feature in sendmail. I enabled this in my sendmail.cf,
You didn't actu
@lists.andrew.cmu.edu] On Behalf Of
Garry
Sent: Wednesday, May 27, 2009 3:45 PM
To: info-cyrus@lists.andrew.cmu.edu
Subject: Re: Sieve: Vacation not working (solved)
Well, found another post on this ... seems to be that depending on the
way the MTA does the local delivery causes vacation (and only
cyrus-bounces+dgottsc=emory@lists.andrew.cmu.edu] On Behalf Of
Garry
Sent: Wednesday, May 27, 2009 3:45 PM
To: info-cyrus@lists.andrew.cmu.edu
Subject: Re: Sieve: Vacation not working (solved)
Well, found another post on this ... seems to be that depending on the
way the MTA does the local del
Well, found another post on this ... seems to be that depending on the
way the MTA does the local delivery causes vacation (and only vacation)
to work or not...
Originally, I had this in my .mc file:
define(`confLOCAL_MAILER', `cyrus')dnl
ifdef(`CYRUS_MAILER_ARGS',,
`define(`CYRUS_MAILER_ARGS',
On Wed, 27 May 2009, Garry wrote:
> Can someone please clarify what process' job it is to generate the mail
> by calling sendmail? Is it lmtpd which I assumed? I really need to stop
> wasting time on looking at the wrong places and got to move on to more
> important work ...
lmtpd processes sieve
Carsten Hoeger wrote:
> On Wed, May 27, Garry wrote:
>
>
>>> Also, the logfile created by this line:
>>> [..]
>>> doesn't show up right away either ...
>>>
>>>
>> Actually, I just noticed that timsieved of course isn't even the process
>> responsible for doing any filtering, but only f
On Wed, 2009-05-27 at 16:35 +0200, Carsten Hoeger wrote:
> On Wed, May 27, Garry wrote:
> > > Also, the logfile created by this line:
> > > [..]
> > > doesn't show up right away either ...
> > Actually, I just noticed that timsieved of course isn't even the process
> > responsible for doing any fil
On Wed, May 27, Garry wrote:
> > Also, the logfile created by this line:
> > [..]
> > doesn't show up right away either ...
> >
> Actually, I just noticed that timsieved of course isn't even the process
> responsible for doing any filtering, but only for doing the back-end
> script stuff ... so
> Also, the logfile created by this line:
> [..]
> doesn't show up right away either ...
>
Actually, I just noticed that timsieved of course isn't even the process
responsible for doing any filtering, but only for doing the back-end
script stuff ... so I added the "-D" to the lmtpd line, which
Adam Tauno Williams wrote:
> On Tue, 2009-05-26 at 09:21 -0400, Gottschalk, David wrote:
>
>> See, I'm using this entirely custom deliver script in .procmailrc, and
>> I think that is my problem. I think if Sieve doesn't get a proper from
>> address, it will not reply. The question is how do you
On Tue, 2009-05-26 at 09:21 -0400, Gottschalk, David wrote:
> See, I'm using this entirely custom deliver script in .procmailrc, and
> I think that is my problem. I think if Sieve doesn't get a proper from
> address, it will not reply. The question is how do you know if this is
> occurring?
Sendma
ttschalk, David
Subject: Re: Sieve: Vacation not working
Gottschalk, David wrote:
> Check out my thread going on this.
>
> I'm having the same issue.
>
> How do you hand off mail from Sendmail to Cyrus? I'm thinking that could be
> my issue, maybe yours too.
>
I'
Check out my thread going on this.
I'm having the same issue.
How do you hand off mail from Sendmail to Cyrus? I'm thinking that could be my
issue, maybe yours too.
David Gottschalk
UTS Email team
david.gottsch...@emory.edu
-Original Message-
From: info-cyrus-bounces+dgottsc=emory
Wesley Craig wrote:
> On 24 Nov 2008, at 01:51, ram wrote:
>> Is there a patch that fixes this value to 1
>
> Find one attached. Is this in bugzilla? I couldn't find it... If
> someone puts it there and marks it as a "blocker", it will be fixed in
> the next release.
>
> :wes
At that time I j
On 24 Nov 2008, at 01:51, ram wrote:
Is there a patch that fixes this value to 1
Find one attached. Is this in bugzilla? I couldn't find it... If
someone puts it there and marks it as a "blocker", it will be fixed
in the next release.
:wes
sieve-min.diff
Description: Binary data
On Wed, 2008-11-19 at 12:18 +0100, Marco Colombo wrote:
> ram wrote:
> > I have a default cyrus installation with cyrus-imapd-2.3 on centos 5
> > People use sieve to set their vacation responses
> >
> > As per the configuration no response is sent for 1 day
> > -
> > cat /usr/sieve/i/
ram wrote:
> I have a default cyrus installation with cyrus-imapd-2.3 on centos 5
> People use sieve to set their vacation responses
>
> As per the configuration no response is sent for 1 day
> -
> cat /usr/sieve/i/it/default.script
>
> require "vacation";
> # Vacation
> vacation :day
On Mon, 17 Sep 2007, Mike Eggleston might have said:
> On Mon, 17 Sep 2007, Torsten Schlabach might have said:
>
> > Hi Joseph,
> >
> > it would indeed be helpful if you posted the relevant section of your
> > sieve script. Nevertheless, two hints which might hopefully be useful:
> >
> > 1. Tr
Hello.
> I hope you made sure that the forwarding is by the means of Sieve, not
> in the MTA?
Yes, sieve is working in forward filter. I saw in the logs.
>
> I am not sure about the days: 0 parameter. I know the default is 7, but
> will 0 mean that a response is sent every time?
I think so. An
In this case, [EMAIL PROTECTED] is just an example, this is not
the real address.
On 9/26/07, Rudy Gevaert <[EMAIL PROTECTED]> wrote:
> Marcelo Terres wrote:
> > Yes, the directory is correct. If I put a forward filter there, the
> > message is forwarded correctly.
> >
> > The problem is specifica
I think that addresses in this case is ':addresses
"[EMAIL PROTECTED]"'. I'm putting my address in this line.
On 9/26/07, Mike Eggleston <[EMAIL PROTECTED]> wrote:
> On Wed, 26 Sep 2007, Marcelo Terres might have said:
>
> > The script has an :addresses parameter not an :address. Is this a problem
Hi
- Quote ---
http://www.ietf.org/internet-drafts/draft-ietf-sieve-vacation-07.txt
4.5. Address Parameter and Limiting Replies to Personal Messages
"Vacation" MUST NOT respond to a message unless the recipient user's
email address is in a "To", "Cc", "Bcc",
> I just don't understand what is "require vacation".
It's a kind of declaration. Your script "announces" it will need the
vacation module. If it would not be there, imapd would probably
complain. But it's usually built in.
> I'm sure that sieve is working cause if the user add a forward filt
The script has an :addresses parameter not an :address. Is this a problem ?
On 9/26/07, Torsten Schlabach <[EMAIL PROTECTED]> wrote:
> Does the script have an :address parameter? If not, it will never work!
> Search the list achive; this has been the problem with 3/4 of all cases.
> Regards,
> Tor
On Wed, 26 Sep 2007, Marcelo Terres might have said:
> The script has an :addresses parameter not an :address. Is this a problem ?
I've been trying to get vacation working also. Is the :addresses "[EMAIL
PROTECTED]"
the address of the person we're looking to send a custom reply to or is this
the
Here is the script:
# Sieve Filter
# Generated by Ingo (http://www.horde.org/ingo/) (September 25, 2007, 4:38 pm)
require "vacation";
# Férias
vacation :days 0 :addresses "[EMAIL PROTECTED]" :subject "Retorno
de mensagem" "Teste de mensagem de resposta";
I just don't understand what is "require
Marcelo Terres wrote:
> Yes, the directory is correct. If I put a forward filter there, the
> message is forwarded correctly.
>
> The problem is specifically with vacation.
>
> This is the script:
>
> # Sieve Filter
> # Generated by Ingo (http://www.horde.org/ingo/) (September 25, 2007, 4:38 pm)
Yes, the directory is correct. If I put a forward filter there, the
message is forwarded correctly.
The problem is specifically with vacation.
This is the script:
# Sieve Filter
# Generated by Ingo (http://www.horde.org/ingo/) (September 25, 2007, 4:38 pm)
require "vacation";
# Férias
vacation
Does the script have an :address parameter? If not, it will never work!
Search the list achive; this has been the problem with 3/4 of all cases.
Regards,
Torsten
Martin Schweizer schrieb:
> Hello Marcelo
>
> Is the script activated? Is the synatax correct? Check with sieveshell.
>
> Regards,
>
Marcelo Terres wrote:
> I'm having a problem with sieve vacation.
>
> I'm using cyrus 2.2.12 with postfix 2.2.10 and horde.
>
> My users create the sieve filters with Ingo (from Horde) and
> everything is working, except vacation. The sieve script is correct,
> but nothing happens when the messag
Hello Marcelo
Is the script activated? Is the synatax correct? Check with sieveshell.
Regards,
2007/9/25, Marcelo Terres <[EMAIL PROTECTED]>:
> I'm having a problem with sieve vacation.
>
> I'm using cyrus 2.2.12 with postfix 2.2.10 and horde.
>
> My users create the sieve filters with Ingo (fro
On Mon, 17 Sep 2007, Torsten Schlabach might have said:
> > What value should I use to wild-card to every address?
>
> No sure out of the top of my head ... AFAIK wildcards are an extra
> module in Sieve, but not sure. If in doubt, try some RTFM. Or try with
> one address to start with, so see
> What value should I use to wild-card to every address?
No sure out of the top of my head ... AFAIK wildcards are an extra
module in Sieve, but not sure. If in doubt, try some RTFM. Or try with
one address to start with, so see some success in the first place. It
might be just *. You might ev
On Mon, 17 Sep 2007, Torsten Schlabach might have said:
> Mike!
>
> I cannot see an :address parameter in your sieve script. Without that,
> you will never see any vacation response being generated! (Refer to 2.
> in my post.)
Duh, I expected the problem to be something simple, but I couldn't
Mike!
I cannot see an :address parameter in your sieve script. Without that,
you will never see any vacation response being generated! (Refer to 2.
in my post.)
Regards,
Torsten
Mike Eggleston schrieb:
> On Mon, 17 Sep 2007, Torsten Schlabach might have said:
>
>
>>Hi Joseph,
>>
>>it would i
Hi Joseph,
it would indeed be helpful if you posted the relevant section of your
sieve script. Nevertheless, two hints which might hopefully be useful:
1. Try to find out if anything in the chain between Sieve and your MTA
might be the issue. The easiest way to do that is to try some rejecting
On Mon, 17 Sep 2007, Torsten Schlabach might have said:
> Hi Joseph,
>
> it would indeed be helpful if you posted the relevant section of your
> sieve script. Nevertheless, two hints which might hopefully be useful:
>
> 1. Try to find out if anything in the chain between Sieve and your MTA
> m
On Friday 14 September 2007 20:51, Joseph Silverman wrote:
> ALL other sieve functions work as described. Vacation simply doesn't
> work - mail is delivered, but no response is sent out. This is true
> in multiple versions of cyrus:
>
> * OK HOST Cyrus IMAP4 v2.2.13-Mandriva-RPM-2.2.13-4mdv2007.
Ethariel wrote:
> Hello,
>
> I've installed cyrus-imapd (2.2.13 on MDV 2007). Sieve scripts are
> working fine except 'vacation'.
> User 1 has a vacation script with days: 1
> User 2 sents an email to user1 it receives an answer (the correct
> vacation message).
> Then after User2 can send email t
Jeffrey McDonald schrieb:
> Here is the sieve vacation instruction:
>
> # Vacation
> vacation :days 7 :addresses ["[EMAIL PROTECTED]",
> "[EMAIL PROTECTED]", "[EMAIL PROTECTED]",
> "[EMAIL PROTECTED]"] :subject "not here" "I'm away. I will
> return in 7 days. ";
Did you use "require vacati
Hi Jeff,
On 18.07.2007, at 22:36, Jeffrey McDonald wrote:
> Hi,
> thanks for your response, I can't find any documentation about
> clearing the vacation database for sieve, can you point me to the
> command or documentation for that?
> thanks in advance,
> jeff
Delete the duplicate database
On 17.07.2007, at 17:30, Jeffrey McDonald wrote:
> Hi,
>
> I'm trying to use sieve to setup a vacation message. The important
> parameters for delivery (from what I've gathered from a search of the
> archive) are:
...
>
> I don't see any errors in the log files and I see no message ever
> reciev
Hi,
On 16.05.2007, at 18:57, [EMAIL PROTECTED] wrote:
I'm not sure. Maybe you have to put more than a address into brackets
("addr","addr") to group them.
What really is bothering me is that if I only have the
[EMAIL PROTECTED] in
the brackets, and send a message to [EMAIL PROTECTED], the r
> I'm not sure. Maybe you have to put more than a address into brackets
> ("addr","addr") to group them.
What really is bothering me is that if I only have the [EMAIL PROTECTED] in
the brackets, and send a message to [EMAIL PROTECTED], the rule works. But
if there is either only the firstname.last
[EMAIL PROTECTED] schrieb:
5. Select "Vacation", set the Addresses-textfield to
'[EMAIL PROTECTED],[EMAIL PROTECTED]'. Click Move on to Step 4
> [...]
["[EMAIL PROTECTED]","[EMAIL PROTECTED]"] text:
I'm not sure. Maybe you have to put more than a address into brackets
("addr","addr") to group
E.H.Eefting wrote:
The sieve script:
require "vacation";
vacation "phatte test";
vacation :addresses "[EMAIL PROTECTED]" "phatte test";
We've been using cyrus-imap for years on many server in a similar setup and
never had anyproblems. However, this is the first time we start using
Did you enable the mailto method in imapd.conf? Without this
enabled, all of the functions that send mail are disabled.
--
Jo Rhett
Senior Network Engineer
Network Consonance
Cyrus Home Page: http://cyrusimap.web.cmu.edu/
Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki
List Archives/I
Martin Schweizer schrieb:
> Did you use umlauts or other non 8 bit characters in the vacation text
> (that was my problem at the beginning)?
>> the script itself is really simple:
>>
>> require "vacation";
>> vacation :days 7 :addresses [ "[EMAIL PROTECTED]", "[EMAIL PROTECTED]"] "Out
>> of
>> of
Hello Georg
Did you use umlauts or other non 8 bit characters in the vacation text
(that was my problem at the beginning)?
Regards,
Martin
2006/10/24, Georg Glas <[EMAIL PROTECTED]>:
Hi list,
i have a cyrus 2.2.12 installation (debians kolab-cyrus-imapd package
with AutoCreate Inbox patch).
Well, it's been over a month - I received a few responses to this email but none that actually helped me resolved the problem.Reject works fine. Vacation doesn't. The message is delivered correctly to the recepient, but no auto-response is sent out. I am using SquirrelMail mail to create the sie
On Tue, 2006-08-22 at 18:38 -0700, Kelsey Bjarnason wrote:
> Settings include "keep a copy in the INBOX, marked as deleted", but no copy
> remains in the inbox. Responses get sent okay, but the email gets nuked.
>
> Any hints?
post the script.
--
Kjetil T.
Cyrus Home Page: http://asg.w
anyone on this list, can u offer some help? PLEASE?!
I checked 'deliver.db' and found no mention of any of my test users
in there. I don't know what that means, almost certainly that the
vacation program failed early enough that it never tried to send or
even record the fact of the user i
On Mon, 2006-08-21 at 10:19 -0700, Joseph Silverman wrote:
> OK, I changed it to 3 days. Tried it again, no luck - no vacation
> notice sent and no error of any sort in logs.
to force it to send more often in a test environment, you can clear the
deliver.db (stop cyrus, delete the file, restart
OK, I changed it to 3 days. Tried it again, no luck - no vacation
notice sent and no error of any sort in logs.
So, is there any way to debug this? To run an interactive session
with sieve and see any errors there?
Sieve/Vacation s a great feature, WHEN it works - but there seems to
be
On Sun, 2006-08-20 at 16:30 -0700, Joseph Silverman wrote:
> All the other rules/filters are working. vacation is NOT working
> (set it to 0 days between emails, assume that means answer each and
> every email) and still nothing.
no, you're not allowed to shoot yourself in the foot with Sieve
All the other rules/filters are working. vacation is NOT working
(set it to 0 days between emails, assume that means answer each and
every email) and still nothing. also tried sending to this user from
all sorts of "From:" users, none got a vacation message back.
FInally, /var/log/messag
On Sun, 2006-08-20 at 11:14 +0200, former03 | Baltasar Cevc wrote:
> I never coded sieve myself (Horde ingo is my friend ;-) - however I
> think there should be quotes about the text.
you can use either, notice he used the the "text:" construct which means
the next lines until the "." should be u
Hi Nix,
I never coded sieve myself (Horde ingo is my friend ;-) - however I
think there should be quotes about the text.
Another think you should make sure ist to check that your address is in
the to or cc (I think that can be done using the "addresses" parameter
(maybe the lack hereof in your
If Sieve stuff works, then "vacation" should also work. I have written a
vacation script just yesterday. You should google and checkout some of these
resources:
http://ietfreport.isoc.org/idref/draft-ietf-sieve-vacation/
#
# Sieve vacation
#
if header "from" :contains [ "MAILER-DAEMON", "LISTM
> All other sieve stuff works fine.
Are you sure it doesn't work? Search the list archives for 'all other
sieve stuff works fine' or something and you'll find lot's of posts. The
usual problem is that people try and try and try but don't realize that
vacation messages are only sent out once per x
ok now it works, thanks for all the help!
regards
Andreas
--
STASOFT AG
P: +41 61 726 80 70
F: +41 61 726 80 79
Cyrus Home Page: http://asg.web.cmu.edu/cyrus
Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html
Hello AndreasDo you use Umaults in the vacation text? If yes you can nerver save the created vacation message.2006/8/4, Andreas Ferrari <
[EMAIL PROTECTED]>:
Hi @llIn our office we use Debian Sarge, Postfix and Cyrus. Everything worksgreat but only vacation with Sieve does not work.I have searched
--On Friday, August 4, 2006 18:23 +0200 Simon Matter
<[EMAIL PROTECTED]> wrote:
Hi Phil
Thanks for your answer..
Don't forget that vacation messages are usually only sent once a week or
so. That means testing is difficult because you get one response, and no
more without cleaning up dupli
> Hi Phil
>
> Thanks for your answer..
Don't forget that vacation messages are usually only sent once a week or
so. That means testing is difficult because you get one response, and no
more without cleaning up duplicate db.
Simon
>
> I cant find somthing, sendmail looks okay:
> /etc/imapd.conf:
Hi Phil
Thanks for your answer..
I cant find somthing, sendmail looks okay:
/etc/imapd.conf:
sendmail: /usr/sbin/sendmail
:~$ ls -la /usr/sbin/sendmail
-rwxr-xr-x 1 root root 15908 2005-03-01 02:05 /usr/sbin/sendmail
:~$ ls -al /usr/lib/sendmail
lrwxrwxrwx 1 root root 16 2005-04-05 17:02 /us
On 2006-08-04 at 15:32 +0200, Andreas Ferrari wrote:
> In our office we use Debian Sarge, Postfix and Cyrus. Everything works
> great but only vacation with Sieve does not work.
> I have searched a lot and only found posts from other people which have
> the same problem but no solution.
> I use l
--- Simon Matter <[EMAIL PROTECTED]> wrote:
> > The Sieve Vacation Filters are not working on our
> system.
> >
> > All filters *other* than Sieve Vacation *are* working.
> I have been able to
> > create filters to move messages into a folder based on
> header information
> > with
> > no problem
> The Sieve Vacation Filters are not working on our system.
>
> All filters *other* than Sieve Vacation *are* working. I have been able to
> create filters to move messages into a folder based on header information
> with
> no problems.
>
> I have tried using:
> - Squirrelmail AvelSieve
> - eGroupw
James Ralston wrote:
On 2006-02-22 at 17:00-05 Ken Murchison <[EMAIL PROTECTED]> wrote:
James Ralston wrote:
Hmmm. From my read of the imapd.conf, I think this will do what I
want:
virtdomains: off
defaultdomain: example.com
I am understanding these options correctly? I.e, does th
James Ralston wrote:
On 2006-02-22 at 11:49-05 Ken Murchison <[EMAIL PROTECTED]> wrote:
Try adding the test recipient's email address(es) (those that would
appear in the To: header) with the :addresses option. E.g:
vacation :addresses ["[EMAIL PROTECTED]", "[EMAIL PROTECTED]"] :days 5 :subje
On 2006-02-22 at 11:49-05 Ken Murchison <[EMAIL PROTECTED]> wrote:
> Try adding the test recipient's email address(es) (those that would
> appear in the To: header) with the :addresses option. E.g:
>
> vacation :addresses ["[EMAIL PROTECTED]", "[EMAIL PROTECTED]"] :days 5
> :subject "annoying v
James Ralston wrote:
We are running Cyrus imapd 2.2.12, using the RPM package provided in
Red Hat Enterprise Linux 4AS, which we rebuilt with the
SSL_CTX_use_certificate_chain_file patch (backported from Cyrus CVS).
We're using sendmail 8.13.1.
We've been testing with this Sieve script:
req
> Our SMTP servers (Postfix) only allow authenticated users to send
> messages, and checks if the sender login matches with the "mail from"
> line of the SMTP protocol. The SMTP servers and IMAP/POP3 servers are
> not installed on the same machines.
>
> This setup, as is, would make it impossible f
1 - 100 of 188 matches
Mail list logo