[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: cyrus + sieve vacation



Marcus Schopen wrote:

Hi,

I'm using the cyrus-imapd 2.1.13-0 woody backport from Henrique de Moraes. Could someone send me an example for a vacation configuration with sieve?

The following Eintrag in default does not work

require "vacation";
   vacation :days 7 :addresses "marcus@localguru.de"
        "bin weg ...";

No errors in mail/cyrus logs. The rule seems to be ignored.

following vacation configuration (sieve):

########################################

require "fileinto";
require "vacation";
require "envelope";

if header :contains "subject" "vactest" {
        vacation :days 7 :addresses ["me@home.de"] "vactest!";
}
########################################


Maillog shows the following errors when I send a mail from a valid mail account to my email address:

Aug 2 23:13:30 dude sendmail[21513]: h72LDUWw021513: Authentication-Warning: dude.home.de: cyrus set sender to <> using -f
[...]
Aug 2 23:13:30 dude sendmail[21513]: h72LDUWw021513: to=cyrus@unspecified-domain, delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=30388, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (h72LDUtb021515 Message accepted for delivery)
[...]
Aug 2 23:13:30 dude sm-mta[21523]: h72LDUtb021515: to=<cyrus@unspecified-domain>, delay=00:00:00, xdelay=00:00:00, mailer=esmtp, pri=120627, relay=unspecified-domain, dsn=5.1.2, stat=Host unknown (Name server: unspecified-domain: host not found)
[...]
Aug 2 23:13:30 dude sm-mta[21523]: h72LDUtb021515: h72LDUta021523: postmaster notify: Host unknown (Name server: unspecified-domain: host not found)

Any idea where what is misconfigured?

Thanks,
Marcus




Reply to: