Configuration: RHEL 5.3, Dovecot 2.0 beta1, dovecot-2.0-sieve (1week old) [wen...@build dovecot2-2.0.beta1]$ telnet mail4a 24 Trying 172.19.1.74... Connected to mail4a.cloud.dev.mlsrvr.com (172.19.1.74). Escape character is '^]'. 220 mail4a Dovecot LMTP ready mail from:<testmail4...@dev.p4nt5.com> 250 2.1.0 OK rcpt to:<testmail...@dev.p4nt5.com> 250 2.1.5 OK DATA 354 OK From: <testmail4...@dev.p4nt5.com> To: foo Subject: hello
Hello there . 250 2.0.0 <testmail...@dev.p4nt5.com> eMcYKg7gUEt8ewAA0TR52A Saved quit 221 2.0.0 Client quit Connection closed by foreign host. testmail...@dev.p4nt5.com has a local .dovecot.sieve file, which contains a vacation auto response. #begin require ["fileinto", "body", "vacation"]; vacation :days 1 text: I am away. . ; keep; #end In the log: Jan 15 15:38:07 mail4a dovecot: lmtp(31612, testmail...@dev.p4nt5.com): eMcYKg7gUEt8ewAA0TR52A: sieve: msgid=unspecified: discarding vacation response for message implicitly delivered to <testmail...@dev.p4nt5.com> Jan 15 15:38:07 mail4a dovecot: lmtp(31612, testmail...@dev.p4nt5.com): eMcYKg7gUEt8ewAA0TR52A: sieve: msgid=unspecified: stored mail into mailbox 'INBOX' Thanks, Wenjie