Sigh, I can't install Postfix in place of sendmail so I've to abandon the
feature vacation message with Cyrus.
Thank you very much again.

  Best Regards

-----Original Message-----
From: Shawn Sivy [mailto:[EMAIL PROTECTED]]
Sent: venerd́ 8 giugno 2001 14.33
To: Stefano Coatti
Subject: Re: Sieve Vacation


There reason I think you need to use LMTP mode is because I had the same
problem and found this message in the cyrus list archives.  With the -l
switch on deliver vacation started working.  I've since switched to
using Postfix over Sendmail, but that's another story.

  -Shawn Sivy

============================================================================
======
Mika Tuupola wrote:
    > 
    >         Been testing Sieve this morning using .sieve file in
    >         users homedirs. I can make simple reject scripts work
    >         but can't figure out how vacation works. Whats wrong
    >         with this script
    > 
    > require "vacation";
    >   vacation :days 1 :addresses "[EMAIL PROTECTED]"
    >     "Im on vacation...";
    > 
    >         I know it should send the vacation message back only
    >         once, but I haven't got it even once. I'm running
    >         Cyrus IMAP4 v1.6.22.

    First, check imapd.log for errors.  Are you running deliver in LMTP
mode
    (-l switch)?  Vacation will not be available unless you're using
LMTP.

    Second, who is sending you the test message?  If it is coming from
your
    own address, it won't work.  The built-in loop control will prevent
you
    from sending a vacation response to yourself.  Try from a different
    account or address.
    -- 
    Kenneth Murchison     Oceana Matrix Ltd.
    Software Engineer     21 Princeton Place
    716-662-8973 x26      Orchard Park, NY 14127
    --PGP Public Key--    http://www.oceana.com/~ken/ksm.pgp
============================================================================
======

Stefano Coatti wrote:
> 
> No, I use sendmail but I never read in the documentation that it was a
> required.
> Maybe I make a mistake.
> In the past, I tried to use deliver instead of sendmail but I had a
problem.
> It terminates (signaled 127) when it's invoked. I saw this messages in the
> sendmail log file (not in imapd.log). So I didn't spend other time to
solve
> this problem because with sendmail I've no problem.
> But, if it's sure that deliver is a requirement for vacation, then I'll
try
> again to use it.
> Thank you very much.
> 
>   Regards
>     Stefano
> 
> -----Original Message-----
> From: Shawn Sivy [mailto:[EMAIL PROTECTED]]
> Sent: venerd́ 8 giugno 2001 3.40
> To: Stefano Coatti
> Cc: 'Ken Murchison'; Cyrus List (E-mail)
> Subject: Re: Sieve Vacation
> 
> Are you using LMTP as your delivery mechanism (deliver -l or direct to
> lmtp socket)?  I believe this is required for the "vacation" feature in
> Sieve to work.
> 
>   -Shawn Sivy
> 
> Stefano Coatti wrote:
> >
> > Hi,
> > I installed cyrus 2.0.14 with sendmail 8.11.4 and with this sieve
script:
> >
> >   vacation :addresses "[EMAIL PROTECTED]" "test";
> >   redirect "[EMAIL PROTECTED]";
> >   keep;
> >
> > and the result is: no vacation message, mail redirected to [EMAIL PROTECTED]
> and
> > kept in the inbox of the user.
> > I don't understand. Could you help me?
> >
> >   Bacioni
> >     Siur K.
> > ---------------------------------------
> >    __O   Stefano Coatti - MAP
> >  _-\<,_   Inferentia S.p.A.
> > (_)/ (_) Tel. 02.59928.258

Reply via email to