Hi,
I use cyrus 2.0.16 with sendmail and sendmail 8.11.6.
I retry to solve the problem of sieve vacation message.

My actual Mailer configuration in sendmail is:

Mcyrus,    P=[IPC], F=lsDFMnqA5@/:|SmXz, E=\r\n,
           S=EnvFromL, R=EnvToL/HdrToL, T=DNS/RFC822/X-Unix,
           A=FILE /var/imap/socket/lmtp

With this configuration, sieve mechanism works fine but vacation message no.
For example the script:

require ["reject","fileinto"];

       if address :is :all "From" "[EMAIL PROTECTED]"
       {
         reject "testing";
       }

is OK while in the execution of this script:

require ["vacation"];

  vacation :days 20 :addresses "[EMAIL PROTECTED]" "Delirio tremens...";

nothing happens.

So, I tried to use this configuration line for Cyrus Mailer in sendmail
configuration file:

Mcyrus,    P=/usr/local/bin/deliver, F=lsDFMnPqAh5@/:|,
           S=EnvFromL, R=EnvToL/HdrToL, U=cyrus:mail, T=DNS/RFC822/X-Unix,
           A=deliver -e -m -$h -- $u

but deliver works fine in sending messages but abort in receiving them.
The error in sendmail log file is:

sendmail[20390]: f7N8fvL20390: from=<[EMAIL PROTECTED]>, size=815,
class=0, nrcpts=1, msg
id=<[EMAIL PROTECTED]>,
proto=ESMTP, daemon=MTA,
relay=montrachet.inferentia.it [217.29.160.12]
sendmail[20392]: f7N8fvL20390: to=<[EMAIL PROTECTED]>,
delay=00:00:00, xdelay=00:00:00,
mailer=cyrus, pri=30815, dsn=5.3.0, stat=unknown mailer error 127

and the return message to <[EMAIL PROTECTED]> contains this text
message:

The original message was received at Thu, 23 Aug 2001 10:41:57 +0200
from montrachet.inferentia.it [217.29.160.12]
   ----- The following addresses had permanent fatal errors -----
<[EMAIL PROTECTED]>
    (reason: 127)
   ----- Transcript of session follows -----
deliver: error while loading shared libraries: cannot open shared object
file: cannot load shared object file: No such file or directory
554 5.3.0 unknown mailer error 127

Could you help me?

  Bacioni
    Siur K.
--------------------------------------- 
   __O   Stefano Coatti - MAP 
 _-\<,_   Inferentia S.p.A. 
(_)/ (_) Tel. 02.59928.258

Reply via email to