[Dovecot] sieve: discarding vacation response
wenjie zheng
wenjie.zheng at gmail.com
Sat Jan 16 00:31:52 EET 2010
Configuration: RHEL 5.3, Dovecot 2.0 beta1, dovecot-2.0-sieve (1week old)
[wenjie at 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:<testmail4a50 at dev.p4nt5.com>
250 2.1.0 OK
rcpt to:<testmail4a2 at dev.p4nt5.com>
250 2.1.5 OK
DATA
354 OK
From: <testmail4a50 at dev.p4nt5.com>
To: foo
Subject: hello
Hello there
.
250 2.0.0 <testmail4a2 at dev.p4nt5.com> eMcYKg7gUEt8ewAA0TR52A Saved
quit
221 2.0.0 Client quit
Connection closed by foreign host.
testmail4a2 at 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,
testmail4a2 at dev.p4nt5.com): eMcYKg7gUEt8ewAA0TR52A: sieve:
msgid=unspecified: discarding vacation response for message implicitly
delivered to <testmail4a2 at dev.p4nt5.com>
Jan 15 15:38:07 mail4a dovecot: lmtp(31612,
testmail4a2 at dev.p4nt5.com): eMcYKg7gUEt8ewAA0TR52A: sieve:
msgid=unspecified: stored mail into mailbox 'INBOX'
Thanks,
Wenjie
More information about the dovecot
mailing list