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:<[email protected]> 250 2.1.0 OK rcpt to:<[email protected]> 250 2.1.5 OK DATA 354 OK From: <[email protected]> To: foo Subject: hello
Hello there . 250 2.0.0 <[email protected]> eMcYKg7gUEt8ewAA0TR52A Saved quit 221 2.0.0 Client quit Connection closed by foreign host. [email protected] 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, [email protected]): eMcYKg7gUEt8ewAA0TR52A: sieve: msgid=unspecified: discarding vacation response for message implicitly delivered to <[email protected]> Jan 15 15:38:07 mail4a dovecot: lmtp(31612, [email protected]): eMcYKg7gUEt8ewAA0TR52A: sieve: msgid=unspecified: stored mail into mailbox 'INBOX' Thanks, Wenjie
