Re: [Dovecot] Case sensitve problem

2008-07-24 Thread Sven Schmidt
Charles Marcus schrieb: On 7/24/2008, Sven Schmidt ([EMAIL PROTECTED]) wrote: Dovecot 1.0.rc15. I see your specific issue was answered, but it is also highly recommended that you upgrade... this is a VERY old, RC version (in a release that had over 30 (thirty) release candidates)... In

[Dovecot] Case sensitve problem

2008-07-24 Thread Sven Schmidt
Hi! I am using Postfix, Mysql and Dovecot 1.0.rc15. It seems that Dovecot creates new mailboxes for eg. [EMAIL PROTECTED] althoug in the name in databse is [EMAIL PROTECTED] ny logging in pop3. How to solve this problem?

[Dovecot] How to log login errors?

2008-04-11 Thread Sven Schmidt
Hi! I used "auth_debug=yes" and "auth_debug_passwords=yes". But I only see connects and disconnects: Apr 11 09:17:43 dovecot: POP3([EMAIL PROTECTED]): Disconnected: Logged out top=0/0, retr=0/0, del=0/0, size=0 Apr 11 09:17:43 dovecot: POP3([EMAIL PROTECTED]): Disconnected: Logged out top=0/0,

Re: [Dovecot] Sieve doesnt filter

2008-03-12 Thread Sven Schmidt
Steffen Kaiser schrieb: I guess, this is just a simplification of you real filter, therefore one remard: keep is not reached, if address matches, but header not. The regex does not look correct, use just one backslash per asterisk. BTW: I would use header :contains "X-Spam-Level" "

[Dovecot] Sieve doesnt filter

2008-03-10 Thread Sven Schmidt
Hi! I have a config like this (globalsieverc): require "fileinto"; if address :domain :is "to" "domain.de" { if header :matches "X-Spam-Level" "\\*\\*\\*\\*\\*\\*\\*\\*" { #discard; fileinto "spamdir"; } } else { # The rest goes into INBOX # default i

Re: [Dovecot] How to copy Spammail for learning out of Postfix and Dovecot (vmail)

2007-12-13 Thread Sven Schmidt
Nikolay Shopik schrieb: You may even do this without procmail I'm using postfix only for such job. But in my case I'm using spamtrap addresses and alias it to something like [EMAIL PROTECTED] where mx1 is postfix server itself and its responsible for delivering to maildir but not to @example.co

Re: [Dovecot] How to copy Spammail for learning out of Postfix and Dovecot (vmail)

2007-12-06 Thread Sven Schmidt
Wolfram Schlich schrieb: Put them in a dedicated mail folder (mbox or maildir doesn't matter) and process them either periodically via a cron job or on-demand via inotify-enabled software. All mails are revieved by POP. No user can sort mails by Spam

[Dovecot] How to copy Spammail for learning out of Postfix and Dovecot (vmail)

2007-12-06 Thread Sven Schmidt
Hi! I am using Postfix 2.3.8 and Dovecot 1.0.rc15. Virtual Domains and Mailboxes are configured. I tried to copy spammy Mail with Procmail, but Procmail only sees local mails. How to configure it to get a copy of spammy mails in a mbox or mail-dir?