Hi,

finally  I got sieve to work (fileinto, redirect), but vacation doesn't work.
A mail to the account with vacation-script ist stored in the users mailbox,
but no vacation message is send.
I read about the -l switch of deliver (deliver -e -l), but if I try this I get
a Service unavailable on the imap server. If I try deliver -l from commandline
all worked very well (sender and recipient get a message).
I thing the problem is my sendmail 8.11.3 with smtp-auth. Is there anything
wrong in im sendmail.cf mailer section?

Mlocal,         P=/usr/bin/procmail, F=lsDFMAw5:/|@qSPfhn09,
                S=EnvFromL/HdrFromL, R=EnvToL/HdrToL,
                T=DNS/RFC822/X-Unix,
                A=procmail -a $h -d $u
Mprog,          P=/bin/sh, F=lsDFMoqu09, S=EnvFromL/HdrFromL,
                R=EnvToL/HdrToL, D=$z:/,
                T=X-Unix/X-Unix/X-Unix,
                A=sh -c $u
Mcyrus,         P=/usr/cyrus/bin/deliver, F=lsDFMnPqAh5@/:|, S=EnvFromL,
                R=EnvToL/HdrToL,
                U=cyrus:mail, T=DNS/RFC822/X-Unix,
                A=deliver -e -m $h -- $u
Mcyrusbb,       P=/usr/cyrus/bin/deliver, F=lsDFMnPu, S=EnvFromL,
                R=EnvToL/HdrToL,
                U=cyrus:mail, T=DNS/RFC822/X-Unix,
                A=deliver -e -m $u

or in my vacation script

require ["vacation"];
vacation :days 1 :addresses "[EMAIL PROTECTED]" "test-vacation";

Nico

Reply via email to