Timo Sirainen wrote:
On Sun, 2009-06-21 at 18:38 +0200, A. Gideonse wrote:
Trash / Spam folders. Any clue on what might be wrong? I changed the query / settings as suggested earlier (removed the dot / changed 'quota' into 'quota_rule'):

plugin:
   quota: maildir:User quota
   quota_rule: *:storage=1G
   quota_rule2: .Trash:storage=100M
   quota_rule3: .Spam:ignore

The above settings still have the dot. They should be either:

quota_rule2 = Trash:storage=100M
quota_rule3 = Spam:ignore

or:

quota_rule2 = INBOX.Trash:storage=100M
quota_rule3 = INBOX.Spam:ignore

What matters is how IMAP clients see the mailbox, not what it's called
in filesystem.

The dots were removed, but I accidentally copied the old settings to show what my settings were. Anyway, the information was useful since I know was able to correctly ignore some of the INBOX.* folders. The problems with the rules not being used by Dovecot were magically solved after two reboots of the server... Thanks to all for the help!

My next problems is that I want a vacation/'out of office'-message for some users this summer. Is this a default option or not? Or can I find this option in the Postfix settings (there is a field in the postfix/dovecot database for it) If not, I will probably have to start a new thread if I can't work out how it works (though I hope there is some nice info available through Google) ;) .

Reply via email to