[Dovecot] Store Mails into SQL DB

2013-05-24 Thread Leander S.
Hi, is there an option to store eMails into DB right away instead of storing them as files on the HDD?

Re: [Dovecot] BUG: Unknown internal error

2011-07-21 Thread Leander S.
Am 21.07.2011 11:15, schrieb Ralf Hildebrandt: * Leander S.: Index is corrupt. Dovecot seems only to see 5689 of actually indexed 114139 bytes as far as I understand the log. Hardware fine / HDD is fine? No 'cold' shutdowns? FS out of Space? FS/User Quota over limit? Nothing

Re: [Dovecot] BUG: Unknown internal error

2011-07-21 Thread Leander S.
Am 21.07.2011 10:41, schrieb Ralf Hildebrandt: With a recent checkout of dovecot-2 I'm getting a few "BUG: Unknown internal error" messages. The log for one such incident: Jul 21 10:21:38 postamt dovecot: imap(ikurzweg): copy from INBOX: box=INBOX.Trash, uid=6385, msgid=<4DA3E334.05.02956@

Re: [Dovecot] Writing a Dovecot Plugin

2011-07-20 Thread Leander S.
Am 20.07.2011 14:50, schrieb Meisam Navaki: Hi, I'm going to write a plugin like mail_log.How can I write a plugin for dovecot?Is there any tutorial or sample for it? Out of curiosity: What will it do other than already existing "mail_log"? Some refere

[Dovecot] AntiSpam Plugin

2010-09-28 Thread Leander S.
Hi, I don't remember how to turn off debugging for AntiSpam plugin ... it still writes it's debug output to /var/log/debug.log ... But everything works fine now - so it can be turned off since it just wastes my Memory ... Thanks & Regards

[Dovecot] Plain-Text & CRAM-MD5

2010-09-23 Thread Leander S.
Hi there, I'm currently running my auth against CRAM-MD5 only. But I face problems with customers who apparently have smart phones which ONLY support plain-text authentification ;( Bad - I know, but what should I do ... ;/ So my question now is: Is it possible to run CRAM-MD5 as well as P

Re: [Dovecot] Authentication with lower case username ONLY

2010-09-15 Thread Leander S.
Am 15.09.10 19:07, schrieb Jerry: On Wed, 15 Sep 2010 18:50:47 +0200 spamv...@googlemail.com articulated: 2010/9/15 Leander S.: Hi, how do you guys force your users to authenticate with lower case letters ONLY? Or convert it? Is there a SASL Option to force that - or are you using scripts

[Dovecot] Authentication with lower case username ONLY

2010-09-15 Thread Leander S.
Hi, how do you guys force your users to authenticate with lower case letters ONLY? Or convert it? Is there a SASL Option to force that - or are you using scripts i.e. a bash script in combination with the command "tr" ... or a third solution I didn't think of yet? I'm using Postfix / Dovec

Re: [Dovecot] turn Usernames in Lowercase

2010-08-15 Thread Leander S.
Hi again, I solved the issue. Thanks any way and excuse the noise. http://wiki.dovecot.org/Variables Regards Hi, I'm just curious how to force usernames to be modified to lowercase letters if one mixes uper and

[Dovecot] turn Usernames in Lowercase

2010-08-15 Thread Leander S.
Hi, I'm just curious how to force usernames to be modified to lowercase letters if one mixes uper and lower case letters to one salad? Cause my SpamAssassin gets confuesd and treats different spellings of Usernames as different Users - which is uncool. I've heard about something you can add in

[Dovecot] network_biopair_interop

2010-08-09 Thread Leander S.
Hi, since I use TLS I'm getting the following waning when I send mail to somebody in the internet:| "warning: network_biopair_interop: error reading 5 bytes from the network: Connection reset by peer|" ... Mail seems to be delivered & sent as usual. I found a post about it: http://de.post

Re: [Dovecot] AntiSpam Plugin

2010-08-04 Thread Leander S.
8:35, schrieb Nikita Koshikov: On Tue, 03 Aug 2010 23:16:38 +0200 Leander S. wrote: Hi Nikita Koshikov, when I googled for my SERVERBUG which I'm having right now I found your configuration. I'm trying to make use of the antispam plugin as you do. Unfortunately I'm always get

Re: [Dovecot] AntiSpam Plugin

2010-08-03 Thread Leander S.
Am 03.08.10 22:53, schrieb Gregory Finch: On 2010-08-03 1:41 PM, Leander S. wrote: Am 28.07.10 23:43, schrieb Harlan Stenn: Figure out exactly what script is running and see if it says why it would return with a status of 9. If that is because of a SIGKILL, it is because some process is

Re: [Dovecot] AntiSpam Plugin

2010-08-03 Thread Leander S.
Am 28.07.10 23:43, schrieb Harlan Stenn: Figure out exactly what script is running and see if it says why it would return with a status of 9. If that is because of a SIGKILL, it is because some process is sending that signal. You are gonna get to figure out what debug knobs to crank to figure

Re: [Dovecot] AntiSpam Plugin

2010-07-28 Thread Leander S.
-Nachricht ---- Datum: Wed, 28 Jul 2010 21:12:07 +0200 Von: "Leander S." An: Dovecot Mailing List,user+dove...@localhost.localdomain.org,t...@whyscream.net Betreff: Re: [Dovecot] AntiSpam Plugin On 07/28/2010 07:24 PM Leander S. wrote: … Jul 28 18:51:40 server imap: antispam

Re: [Dovecot] AntiSpam Plugin

2010-07-28 Thread Leander S.
On 07/28/2010 07:24 PM Leander S. wrote: > … > Jul 28 18:51:40 server imap: antispam: running mailtrain backend program > /usr/local/bin/sa-learn > Jul 28 18:51:40 server imap: antispam: running mailtrain backend program > /usr/local/bin/sa-learn > Jul 28 18

Re: [Dovecot] AntiSpam Plugin

2010-07-28 Thread Leander S.
e a general meaning for exit codes? i.e.: 0 means normal ; 5 internal error ; and 9 maybe means syntax issue ... or whatever ?! Thanks in advance & Regards Leander 2 Am 28.07.10 17:02, schrieb Tom Hendrikx: On 28/07/10 16:40, Leander S. wrote: Has anyone got the chance to

Re: [Dovecot] AntiSpam Plugin

2010-07-28 Thread Leander S.
Leander Am 28.07.10 17:02, schrieb Tom Hendrikx: On 28/07/10 16:40, Leander S. wrote: Has anyone got the chance to get this running? I'm permanently getting this Serverbug error ... ;( Lots of people on this list are running antispam plugin without issues. Please post latest config o

Re: [Dovecot] AntiSpam Plugin

2010-07-28 Thread Leander S.
Leander Am 28.07.10 17:02, schrieb Tom Hendrikx: On 28/07/10 16:40, Leander S. wrote: Has anyone got the chance to get this running? I'm permanently getting this Serverbug error ... ;( Lots of people on this list are running antispam plugin without issues. Please post latest config o

[Dovecot] AntiSpam Plugin

2010-07-28 Thread Leander S.
P.S. I just tried it with 1.2.13 as well - still the same issue. Am I doing something wrong, or is this really a bug now!? Best Regards Leander S. Hi, Has anyone got the chance to get this running? I'm permanently getting this Serverbug error ... ;( *"[SERVERBUG] fail

[Dovecot] AntiSpam Plugin

2010-07-28 Thread Leander S.
I have to get this plugin working? Or will it generally be broken in upcoming new releases of Dovecot? Best Regards Leander S.

[Dovecot] AntiSpam Plugin

2010-07-27 Thread Leander S.
I'm getting Errors in Thunderbird, when using the antispam plugin: [SERVERBUG] failed to send email What am I doing wrong? there isn't that much to configure? I'm using Dovecot version 1.2.12. Does anyone know about that bug aswell, cause google research showed me that it might be a common b

[Dovecot] AntiSpam Plugin issue

2010-07-25 Thread Leander S.
Hi, I'm getting following error when I try to make use of the antispam plugin: /[SERVERBUG] failed to send email / There wasn't that much to configure ?! What am I doing wrong ?! server [~]# dovecot -n # 1.2.12: /usr/local/etc/dovecot.conf # OS: FreeBSD 8.1-RELEASE amd64 ufs protocols: ima

Re: [Dovecot] SSL / TLS Problem

2010-07-23 Thread Leander S.
ofcourse - thx ;) Am 23.07.10 22:07, schrieb Charles Marcus: Leander S. wrote: Am 23.07.10 21:35, schrieb Charles Marcus: ovecot uses %Lu (the 'L' means 'lowercase')... ^^ Where must I add this option to make it work cause that sounds like something nice to have ... In your user query...?

Re: [Dovecot] SSL / TLS Problem

2010-07-23 Thread Leander S.
Am 23.07.10 21:35, schrieb Charles Marcus: ovecot uses %Lu (the 'L' means 'lowercase')... ^^ Where must I add this option to make it work cause that sounds like something nice to have ...

Re: [Dovecot] managesieve login fails

2010-07-23 Thread Leander S.
Im running Dovecont v1.2.4 - the native out of FreeBSD's ports collection. Am 12.07.10 11:16, schrieb Stephan Bosch: Leander S. wrote: Hi, when I try to make use of the managesieve capability maillog always shows: server dovecot: managesieve-login: Panic: file client.c: lin

Re: [Dovecot] SSL / TLS Problem

2010-07-23 Thread Leander S.
Am 23.07.10 02:59, schrieb Andrew Bruce: eel free to post this to the running conversation on the list (strip my email address from this email though please) The issue was a case sensitive typo. When Setting up your Thunderbird don't type in eMail Addresses & Usernames including uppercase lette

Re: [Dovecot] SSL / TLS Problem

2010-07-12 Thread Leander S.
ocreate5: Virus autosubscribe: Trash autosubscribe2: Sent autosubscribe3: Drafts autosubscribe4: Spam autosubscribe5: Virus server [~]# Best Regards Am 12.07.10 19:37, schrieb Charles Marcus: On 2010-07-12 1:34 PM, Leander S. wrote: But no, I don't know how it came there - I must

Re: [Dovecot] SSL / TLS Problem

2010-07-12 Thread Leander S.
autocreate4: Spam autocreate5: Virus autosubscribe: Trash autosubscribe2: Sent autosubscribe3: Drafts autosubscribe4: Spam autosubscribe5: Virus server [~]# Best Regards Am 12.07.10 19:37, schrieb Charles Marcus: On 2010-07-12 1:34 PM, Leander S. wrote: But no, I don't kno

Re: [Dovecot] SSL / TLS Problem

2010-07-12 Thread Leander S.
Oh, ofcourse - a pipe - silly me ;) But no, I don't know how it came there - I must have accidently done a typo while editing the mail. It looks like that on the server: ## ## SSL settings ## ssl = yes ssl_cert_file = /etc/ssl/mail/mail.cert ssl_key_file = /etc/ssl/mail/mail.key #ssl_key_passw

Re: [Dovecot] SSL / TLS Problem

2010-07-12 Thread Leander S.
Thanks for your reply. What do you mean by "pipe" See, I can even connect via the console from the outside: |Notebook [~]$ openssl s_client -CApath ~/.cert/XYZ.com/ -connect XYZ.com:993 CONNECTED(0003) depth=0 /C=DE/ST=BW/L=City/O=HomeServer GmbH/OU=WebHosting/CN=XYZ.com/emailaddress=ad

Re: [Dovecot] SSL / TLS Problem

2010-07-12 Thread Leander S.
Am 11.07.10 15:59, schrieb Stan Hoeppner: Leander S. put forth on 7/11/2010 8:24 AM: There is something else missed - I just don't get it ;/ The solution to your problem, or at least information pointing you in the right direction, is in those Google search results, if you'd

Re: [Dovecot] SSL / TLS Problem

2010-07-11 Thread Leander S.
Am 11.07.10 14:35, schrieb Stan Hoeppner: Leander S. put forth on 7/11/2010 7:26 AM: Hi, since I upgraded to the new Thunderbird version 3.1 I can't establish a TLS/SSL connection anymore. But before the update Thunerbird was able to establish an encrypted session ... Maillog shows m

[Dovecot] SSL / TLS Problem

2010-07-11 Thread Leander S.
P.S. Postfix TLS/SSL works still fine ... I don't understand why dovecot doesn't want to work with the new thunderbird version ... Hi, since I upgraded to the new Thunderbird version 3.1 I can't establish a TLS/SSL connection anymore. But before the update Thunerbird was able to establish

[Dovecot] SSL / TLS Problem

2010-07-11 Thread Leander S.
Hi, since I upgraded to the new Thunderbird version 3.1 I can't establish a TLS/SSL connection anymore. But before the update Thunerbird was able to establish an encrypted session ... Maillog shows me the following now: server dovecot: imap-login: Disconnected (no auth attempts): rip=84.15

[Dovecot] TLS Issue

2010-07-10 Thread Leander S.
Hi, I use Postfix & Dovecot with TLS / SSL - it authenticates / works fine - except I'm always getting this ugly SSL cert warning messages mit MTAs. It says that the following: "You have attempted to establish a connection with "server". However, the security certificate presented belongs to

[Dovecot] managesieve login fails

2010-07-10 Thread Leander S.
Hi, when I try to make use of the managesieve capability maillog always shows: server dovecot: managesieve-login: Panic: file client.c: line 449 (client_set_auth_waiting): assertion failed: (client->to_auth_waiting == NULL) server dovecot: dovecot: child 5926 (login) killed with signal 6 (core

[Dovecot] Sieve question

2010-07-10 Thread Leander S.
Hi, is there a possibility to give the if cases a AND / OR sensetivity? if header :comparator "i;ascii-casemap" :contains "X-Spam-Flag" "YES" *AND NO *"X-Amavis-Alert" "INFECTED"{ fileinto "Spam"; stop; } elsif header :comparator "i;ascii-casemap" :contains "X-Amavis-Alert" "INFECTED" {

[Dovecot] Spam folder permission

2010-07-09 Thread Leander S.
Hi, since Dovecot's deliver is creating folders for the user if needed - is there also a way of how to set the Spam folder for instance to a mode so that it can't be deleted by the user through IMAP anymore? Thanks

Re: [Dovecot] LDA ignored

2010-07-09 Thread Leander S.
Timo Sirainen schrieb: On Fri, 2010-07-09 at 17:13 +0200, Leander S. wrote: server postfix/pipe[1603]: 5A0BE7B6A9: to=, relay=dovecot, delay=0.64, delays=0.02/0.15/0/0.47, dsn=4.3.0, status=deferred (temporary failure) Make sure deliver can write to logs and look at its log files

Re: [Dovecot] LDA ignored

2010-07-09 Thread Leander S.
Timo Sirainen schrieb: On Fri, 2010-07-09 at 17:13 +0200, Leander S. wrote: server postfix/pipe[1603]: 5A0BE7B6A9: to=, relay=dovecot, delay=0.64, delays=0.02/0.15/0/0.47, dsn=4.3.0, status=deferred (temporary failure) Make sure deliver can write to logs and look at its log files

Re: [Dovecot] LDA ignored

2010-07-09 Thread Leander S.
Pascal Volk schrieb: On 07/08/2010 10:41 PM Leander S. wrote: … transport_maps = pgsql:/usr/local/etc/postfix/transport_maps virtual_transport = dovecot … server [~]# postfinger … --master.cf-- dovecot unix - n n - - pipe flags=DRhu user=dovecot:dovecot

Re: [Dovecot] LDA ignored

2010-07-09 Thread Leander S.
Jerry schrieb: On Thu, 08 Jul 2010 15:28:15 +0200 Leander S. articulated: dovecot_destination_recipient_limit = 1 virtual_transport = dovecot ^^ Is in the conf. 1. I'm using maildir. 2. I'm not only having one virutal domain - there is planty of domains running on this

Re: [Dovecot] LDA ignored

2010-07-08 Thread Leander S.
Jerry schrieb: On Thu, 08 Jul 2010 15:28:15 +0200 Leander S. articulated: dovecot_destination_recipient_limit = 1 virtual_transport = dovecot ^^ Is in the conf. 1. I'm using maildir. 2. I'm not only having one virutal domain - there is planty of domains running on this

Re: [Dovecot] LDA ignored

2010-07-08 Thread Leander S.
Am 08.07.2010 15:22, schrieb Stan Hoeppner: Leander S. put forth on 7/8/2010 8:02 AM: Any suggestions of what I'm doing wrong? Missing this maybe? Then set virtual_transport to dovecot in /etc/postfix/main.cf: dovecot_destination_recipient_limit = 1 virtual_mailbox_do

[Dovecot] LDA ignored

2010-07-08 Thread Leander S.
Hi, my final goal is it to make use Dovecot's sieve modul - but unfortunately I'm not getting the LDA running as it is described in the Dovecot's wiki pages ... ;/ I've more and more getting the feeling that the LDA section in the configuration is completely ignored, cause whatever change I do