[Dovecot] confused about deliver
I have dovecot serving a maildir in ~/Mail.imap.
In Mail.imap I have
cur/ new/ tmp/ .maillist1/ .maillist1/cur .maillist1/new .maillist1/tmp ...
I made a sieve script, which looks like: require "fileinto"; if header :is "Subject" "test" { fileinto "test"; } ... with no final else clase.
When mail is delivered to a maillist, caught by my sieve script, it goes into the correct subdir of maildir. But, when not caught by the script, I get: Dec 14 11:53:27 localhost deliver(nbecker): msgid=d9f848520812140850q190f104fva5f586e43fa03994@mail.gmail.com: saved mail to INBOX
I can't find this mail saved to INBOX. There are no modified directories under maildir that I can find. Where did this mail go? I wanted it to go into the toplevel cur/, which is where my client finds them.
On Dec 14, 2008, at 7:23 PM, Neal Becker wrote:
msgid=d9f848520812140850q190f104fva5f586e43fa03994@mail.gmail.com:
saved mail to INBOX
It was successfully saved to INBOX if this is logged.
I can't find this mail saved to INBOX. There are no modified
directories under maildir that I can find. Where did this mail go?
I wanted it to go into the toplevel cur/, which is where my client
finds them.
Set mail_debug=yes and look at the logs. If that doesn't help, post
the logs and your dovecot -n output.
And does it work if you don't have any sieve script at all?
Timo Sirainen wrote:
On Dec 14, 2008, at 7:23 PM, Neal Becker wrote:
msgid=d9f848520812140850q190f104fva5f586e43fa03994@mail.gmail.com: saved mail to INBOX
It was successfully saved to INBOX if this is logged.
I can't find this mail saved to INBOX. There are no modified directories under maildir that I can find. Where did this mail go? I wanted it to go into the toplevel cur/, which is where my client finds them.
Set mail_debug=yes and look at the logs. If that doesn't help, post the logs and your dovecot -n output.
And does it work if you don't have any sieve script at all?
OK, I think it's working. I must have been confused by my mail client picking the message out of the INBOX and moving it. The message you just sent to me got delivered fine. Thanks.
participants (2)
-
Neal Becker
-
Timo Sirainen