hi all,
where can i see the logs (error or otherwise) for deliver ? im trying to understand why a vacation script (sieve) does not give me the result i want. p.s. i run cyrus on AS3
What version of Cyrus? You really should configure your MTA to talk to lmtpd directly and not use deliver at all. But if you must use deliver, then make sure your MTA is passing the return path on the -r option to deliver. You also should specify your email address(es) using the :addresses option to vacation, eg:
vacation :days 22 :addresses "[EMAIL PROTECTED]" ...
here is the script :
require "vacation"; vacation :days 22 "I am away on vacation through April 15th and will not be reading my emails until I'm back at the office. xxx";
--- Home Page: http://asg.web.cmu.edu/cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html
-- 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 --- Home Page: http://asg.web.cmu.edu/cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html