Re: [Dovecot] problems with expire plugin

2013-08-05 Thread Steffen Kaiser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, 3 Aug 2013, Felix Rubio Dalmau wrote: I'm experiencing problems to set-up the expire plugin in dovecot. This is the relevant part of my dovecot configuration Well, one relevant part is missing: your Dovecot version. Therefore you

Re: [Dovecot] problems with expire plugin

2013-08-05 Thread Felix Rubio Dalmau
Sorry, Steffen. My version of dovecot is # 2.1.7: /etc/dovecot/dovecot.conf # OS: Linux 3.9.4-15 x86_64 Debian jessie/sid ext4 Sorry for the mistake. Regards, Felix On Monday 05 August 2013 08:20:38 Steffen Kaiser wrote: On Sat, 3 Aug 2013, Felix Rubio Dalmau wrote: I'm

[Dovecot] Fileoperations in Maildir – problematic or okay?

2013-08-05 Thread Martin Burgraf
Hi, I'm wondering: Is it a problem to move and delete files inside a dovecot-managed maildir? For example: I have a folder ~/.maildir/.Sub1.Start/cur and a folder ~/.maildir/.Sub1.Start.old/cur and like to regularly move old mails from the first to the second one. Can you create a cron job

Re: [Dovecot] Fileoperations in Maildir – problematic or okay?

2013-08-05 Thread Steffen Kaiser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 5 Aug 2013, Martin Burgraf wrote: I'm wondering: Is it a problem to move and delete files inside a dovecot-managed maildir? For example: I have a folder ~/.maildir/.Sub1.Start/cur and a folder ~/.maildir/.Sub1.Start.old/cur and like to

[Dovecot] How to configure sendmail using dovecot lmtp

2013-08-05 Thread alfdc
Hi, I can't seems to find any posting on how to configure sendmail to use dovecot as lmtp. All I see is using it as LDA. I am particularly interested on how to tell sendmail to ask dovecot to deliver the message to the user. In the wiki for lda it says to add the following in the sendmail

Re: [Dovecot] problems with expire plugin

2013-08-05 Thread Felix Rubio Dalmau
Sorry, Steffen. My version of dovecot is # 2.1.7: /etc/dovecot/dovecot.conf # OS: Linux 3.9.4-15 x86_64 Debian jessie/sid ext4 Additionally, I have corrected the plugin parameters as you suggested. Now looks like: plugin { expire = Trash expire2 = Trash/* expire3 = Junk expire4 =

Re: [Dovecot] How to configure sendmail using dovecot lmtp

2013-08-05 Thread Steffen Kaiser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 5 Aug 2013, alfdc wrote: I can't seems to find any posting on how to configure sendmail to use dovecot as lmtp. All I see is using it as LDA. I am particularly interested on how to tell sendmail to ask dovecot to deliver the message to the

Re: [Dovecot] Fileoperations in Maildir – problematic or okay?

2013-08-05 Thread Oli Schacher
On Mon, 5 Aug 2013 09:36:44 +0200 (CEST) Martin Burgraf martin...@web.de wrote: find ~/.maildir/.Sub1.Start/cur -mtime +5 -exec mv {} ~/.maildir/.Sub1.Start.old/cur \; ? instead of using find / mv you could use dovecot's 'doveadm' command to search/move/expunge messages see:

Re: [Dovecot] problems with expire plugin

2013-08-05 Thread Axel Luttgens
Le 5 août 2013 à 10:34, Felix Rubio Dalmau a écrit : Sorry, Steffen. My version of dovecot is # 2.1.7: /etc/dovecot/dovecot.conf # OS: Linux 3.9.4-15 x86_64 Debian jessie/sid ext4 Additionally, I have corrected the plugin parameters as you suggested. Now looks like: plugin {

Re: [Dovecot] problems with expire plugin

2013-08-05 Thread Felix Rubio Dalmau
Ooook! Here it goes! :-) Thank you! Felix # 2.1.7: /etc/dovecot/dovecot.conf # OS: Linux 3.9.4-15 x86_64 Debian jessie/sid ext4 auth_cache_size = 1 M auth_failure_delay = 10 secs auth_mechanisms = plain login auth_verbose = yes auth_verbose_passwords = sha1 auth_worker_max_count = 2 base_dir =

Re: [Dovecot] problems with expire plugin

2013-08-05 Thread Axel Luttgens
Le 5 août 2013 à 13:15, Felix Rubio Dalmau a écrit : Ooook! Here it goes! :-) Thank you! Felix # 2.1.7: /etc/dovecot/dovecot.conf # OS: Linux 3.9.4-15 x86_64 Debian jessie/sid ext4 [...] mail_plugins = quota zlib [...] Thanks too. :-) The first thing I would try is this one:

[Dovecot] ACL not copied to new mailboxes

2013-08-05 Thread Markus Weippert
Hi, I had some trouble with ACLs not being copied to new child mailboxes in dovecot 2.2.4. It doesn't matter whether it's a private, shared or public mailbox I create the folder in, the ACLs just seems to be ignored. Anyway, I debugged the executable and came up with the attached patch. Since I'm

Re: [Dovecot] problems with expire plugin

2013-08-05 Thread Axel Luttgens
Le 5 août 2013 à 13:28, Axel Luttgens a écrit : [...] The first thing I would try is this one: mail_plugins = quota zlib expire Moreover, I guess you should also update your lmtp/lda sections: protocol lmtp { mail_plugins = quota zlib sieve expire }

[Dovecot] Subfolders of Inbox with LAYOUT=fs

2013-08-05 Thread Keith Edmunds
We've just converted to LAYOUT=fs. Some users had subfolders under Inbox, and for those users some MUAs no longer show those folders. The directory structure is that the cur, tmp and new folders are in the 'location' directory, but the subfolders are in $location/INBOX/$foldername. I am

Re: [Dovecot] Maildir Synchronization warnings

2013-08-05 Thread Stan Hoeppner
On 8/2/2013 6:57 AM, Timo Sirainen wrote: On Fri, 2013-08-02 at 15:34 +0800, Kavish Karkera wrote: Hi, We are repeatedly getting these below warnings for some of our users, al though we have no complaints from them yet, we need to know why these warning occurs. So it would be help full

Re: [Dovecot] dovecot fts solr plugin

2013-08-05 Thread Thomas Baumann
Hello Timo, I did following (using apache-solr-3.6.2): wget http://hg.dovecot.org/dovecot-2.0/raw-file/3fbfdda3e5d3/src/plugins/fts-s olr/schema.xml -O solr/conf/schema.xml Then I started solr java -jar start.jar And and SEVERE Error is thrown, but searching seems to work. 05.08.2013

[Dovecot] Design: Adding checksums to index files

2013-08-05 Thread Timo Sirainen
I've been planning on adding these for years. Maybe it's about time soon. I guess they could be added already to v2.2, but enabled only by a new setting because it requires file format changes that old Dovecots can't then read. I could probably patch v2.1 also so it is able to at least read the

Re: [Dovecot] problems with expire plugin

2013-08-05 Thread Felix Rubio Dalmau
AWESOME!!! I'm sorry I missed it! Now the table gets correctly updated. Now the question is: How should I configure the expires to be different for different boxes? I see that the expires plugin keeps the track of the oldest message on the boxes tracked, only. Should I configure cronjobs like

[Dovecot] How to troubleshoot LDA or LMTP?

2013-08-05 Thread John Williams
Please forgive me if these are silly questions. I am a normal user, not a system administrator. I am using Dovecot as a kind of IMAP caching proxy, i.e. reading IMAP mail via Gnus + Dovecot + Offlineimap. I am trying to enable sieve functionality. *Desired behaviour* When Gnus (or whatever

Re: [Dovecot] How to troubleshoot LDA or LMTP?

2013-08-05 Thread Stan Hoeppner
On 8/5/2013 4:28 AM, John Williams wrote: *Desired behaviour* When Gnus (or whatever MUA) asks for new mail from Dovecot, that before Dovecot returns and answer, the sieve rules are executed. Please tell me if I completely misunderstand how the mail system works in this instance. Sieve is

Re: [Dovecot] Subfolders of Inbox with LAYOUT=fs

2013-08-05 Thread Timo Sirainen
On 5.8.2013, at 14.48, Keith Edmunds k...@midnighthax.com wrote: We've just converted to LAYOUT=fs. Some users had subfolders under Inbox, and for those users some MUAs no longer show those folders. Oh, looks like this has been broken for a while. Fixed:

[Dovecot] Weird log entries when some users are composing messages in Thunderbird

2013-08-05 Thread Charles Marcus
Hi all/Timo, When some of our users are composing a message in Thunderbird, I see a ton of these in the logs, and they keep repeating the entire time they are typing until the message gets sent... 2013-08-05T10:34:42-04:00 myhost dovecot: imap-login: Login: user=u...@media-brokers.com,

Re: [Dovecot] Weird log entries when some users are composing messages in Thunderbird

2013-08-05 Thread Timo Sirainen
On 5.8.2013, at 17.45, Charles Marcus cmar...@media-brokers.com wrote: Hi all/Timo, When some of our users are composing a message in Thunderbird, I see a ton of these in the logs, and they keep repeating the entire time they are typing until the message gets sent...

Re: [Dovecot] How to configure sendmail using dovecot lmtp

2013-08-05 Thread AlR
On Mon, Aug 5, 2013 at 5:03 PM, Steffen Kaiser skdove...@smail.inf.fh-brs.de wrote: you are using system users, then you can use: FEATURE(`local_lmtp',`[IPC]',`**FILE /var/run/dovecot2.2/lmtp')dnl - -- Steffen Kaiser That worked. Thanks

Re: [Dovecot] Design: Adding checksums to index files

2013-08-05 Thread Attila Nagy
On 08/05/13 14:47, Timo Sirainen wrote: I've been planning on adding these for years. Maybe it's about time soon. I guess they could be added already to v2.2, but enabled only by a new setting because it requires file format changes that old Dovecots can't then read. I could probably patch

Re: [Dovecot] Design: Adding checksums to index files

2013-08-05 Thread Timo Sirainen
On 5.8.2013, at 17.52, Attila Nagy b...@fsn.hu wrote: On 08/05/13 14:47, Timo Sirainen wrote: I've been planning on adding these for years. Maybe it's about time soon. I guess they could be added already to v2.2, but enabled only by a new setting because it requires file format changes that

Re: [Dovecot] dovecot fts solr plugin

2013-08-05 Thread Tamsy
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thomas Baumann wrote the following on 05.08.2013 19:27: Regarding: org.apache.solr.common.SolrException log SEVERE: org.apache.solr.common.SolrException: undefined field text As for Solr 4.4.0 this went away after editing solr-schema.xml (from

Re: [Dovecot] Weird log entries when some users are composing messages in Thunderbird

2013-08-05 Thread Charles Marcus
On 2013-08-05 10:48 AM, Timo Sirainen t...@iki.fi wrote: On 5.8.2013, at 17.45, Charles Marcus cmar...@media-brokers.com wrote: Hi all/Timo, When some of our users are composing a message in Thunderbird, I see a ton of these in the logs, and they keep repeating the entire time they are

Re: [Dovecot] dovecot fts solr plugin

2013-08-05 Thread Timo Sirainen
On 5.8.2013, at 18.12, Tamsy dovecot-l...@mohtex.net wrote: Regarding: org.apache.solr.common.SolrException log SEVERE: org.apache.solr.common.SolrException: undefined field text I wonder what tries to access such text field .. I don't see any such code in Dovecot. Or does Solr assume that

Re: [Dovecot] Weird log entries when some users are composing messages in Thunderbird

2013-08-05 Thread Timo Sirainen
On 5.8.2013, at 18.18, Charles Marcus cmar...@media-brokers.com wrote: No idea, but check what the sessions do: http://wiki2.dovecot.org/Debugging/Rawlog Thanks Timo, I'll do this in the morning when no one is here... Hmmm... can this be enabled for this a couple of users (those that

Re: [Dovecot] problems with doveadm

2013-08-05 Thread listserv
On 3.8.2013, at 14.25, listserv lists...@xtlv.cn wrote: doveadm expunge -A mailbox Trash savedbefore 7d = kernel: doveadm[11609]: segfault at 10 ip b75f146a sp bf856ad0 error 4 in libdovecot.so.0.0.0[b7585000+c8000] gdb backtrace would be useful, for example: gdb --args doveadm

Re: [Dovecot] Subfolders of Inbox with LAYOUT=fs

2013-08-05 Thread Keith Edmunds
Oh, looks like this has been broken for a while. Fixed: http://hg.dovecot.org/dovecot-2.1/rev/589d2f485a6e Thanks Timo. Unfortunately we're using the packaged Debian version (2.1.7) and the current version of mailbox-list-fs-iter.c is a bit too different to apply that patch (but thanks for the

Re: [Dovecot] Weird log entries when some users are composing messages in Thunderbird

2013-08-05 Thread Charles Marcus
On 2013-08-05 11:28 AM, Timo Sirainen t...@iki.fi wrote: On 5.8.2013, at 18.18, Charles Marcus cmar...@media-brokers.com wrote: No idea, but check what the sessions do: http://wiki2.dovecot.org/Debugging/Rawlog Thanks Timo, I'll do this in the morning when no one is here... Hmmm... can this

[Dovecot] Help needed with SOLR integration

2013-08-05 Thread Nigel Smith
Hi, Is there anything wrong with this config for getting SOLR working ? I'm on Ubuntu 12.04LTS and using the bundled Jetty and SOLR. Calling http://localhost:8080/solr/update?optimize=true; doesn't return an error. And I'm pretty sure I've replaced the schema ? Help thanks in advance Nigel

[Dovecot] [Metadata Plugin] Q: Source Repository

2013-08-05 Thread Christoph Hintermüller
Hi I'm currently trying to package V14 of Metadata plugin for Ubuntu Quantal (https://launchpad.net/~privatedata/+archive/dovecot-2.2.2/) to be installed along with dovecot 2.2.4. According to my efforts packaging the plugin i do have some questions For future releases, is it possible to add a

Re: [Dovecot] Unlock non existent locks

2013-08-05 Thread Thomas Hummel
On Fri, Aug 02, 2013 at 03:38:47PM +0300, Timo Sirainen wrote: Since you have only one Dovecot accessing the NFS, you don't need either mail_nfs_storage=yes or mail_nfs_index=yes. My guess is that by setting those to no, you'll also solve this: 2013-08-02T14:12:29+02:00 0.5 -10(id10)

Re: [Dovecot] Unlock non existent locks

2013-08-05 Thread Timo Sirainen
On 5.8.2013, at 19.34, Thomas Hummel hum...@pasteur.fr wrote: On Fri, Aug 02, 2013 at 03:38:47PM +0300, Timo Sirainen wrote: Since you have only one Dovecot accessing the NFS, you don't need either mail_nfs_storage=yes or mail_nfs_index=yes. My guess is that by setting those to no, you'll

[Dovecot] Corrupted mboxes with v2.2.4, posix_fallocate and GFS2

2013-08-05 Thread Francesco Prelz
Hi, on a clustered Dovecot server installation that was recently moved from a shared GPFS filesystem to GFS2, occasional corruptions in the users' INBOXes started appearing, where a new incoming message would be appended directly after a block of NUL bytes, and be scanned by dovecot as being

Re: [Dovecot] problems with doveadm

2013-08-05 Thread e-frog
On 04.08.2013 15:06, wrote Timo Sirainen: On 3.8.2013, at 14.25, listserv lists...@xtlv.cn wrote: doveadm expunge -A mailbox Trash savedbefore 7d = kernel: doveadm[11609]: segfault at 10 ip b75f146a sp bf856ad0 error 4 in libdovecot.so.0.0.0[b7585000+c8000] gdb backtrace would be useful, for

Re: [Dovecot] problems with doveadm

2013-08-05 Thread Timo Sirainen
On 5.8.2013, at 19.56, e-frog e-f...@gmx.de wrote: On 04.08.2013 15:06, wrote Timo Sirainen: On 3.8.2013, at 14.25, listserv lists...@xtlv.cn wrote: doveadm expunge -A mailbox Trash savedbefore 7d = kernel: doveadm[11609]: segfault at 10 ip b75f146a sp bf856ad0 error 4 in

Re: [Dovecot] Maildir Synchronization warnings

2013-08-05 Thread /dev/rob0
On Fri, Aug 02, 2013 at 03:37:04PM +0300, Timo Sirainen wrote: On Fri, 2013-08-02 at 20:21 +0800, Kavish Karkera wrote: We have 2 pop/imap servers running with director. Dovecot version = 2.1.12 Dovecot version = 2.1.13 .. mail_nfs_index = yes mail_nfs_storage = yes To improve

Re: [Dovecot] problems with doveadm

2013-08-05 Thread e-frog
On 05.08.2013 19:13, wrote Timo Sirainen: On 5.8.2013, at 19.56, e-frog e-f...@gmx.de wrote: On 04.08.2013 15:06, wrote Timo Sirainen: On 3.8.2013, at 14.25, listserv lists...@xtlv.cn wrote: doveadm expunge -A mailbox Trash savedbefore 7d = kernel: doveadm[11609]: segfault at 10 ip b75f146a

Re: [Dovecot] Corrupted mboxes with v2.2.4, posix_fallocate and GFS2

2013-08-05 Thread Timo Sirainen
On 5.8.2013, at 19.46, Francesco Prelz francesco.pr...@mi.infn.it wrote: on a clustered Dovecot server installation that was recently moved from a shared GPFS filesystem to GFS2, occasional corruptions in the users' INBOXes started appearing, where a new incoming message would be appended

Re: [Dovecot] Maildir Synchronization warnings

2013-08-05 Thread Timo Sirainen
On 5.8.2013, at 20.22, /dev/rob0 r...@gmx.co.uk wrote: To improve performance you can remove these two since you're using director. Also you could set maildir_very_dirty_syncs=yes. What about mail_fsync=always and mmap_disable=yes? These are needed for non-director NFS, but what about with

Re: [Dovecot] problems with doveadm

2013-08-05 Thread Timo Sirainen
On 5.8.2013, at 20.24, e-frog e-f...@gmx.de wrote: Thanks Timo. Just wanted to try it but now I get an compilation error which is unrelated to this fix however: dns-client.c: In function 'dns_client_input_line': dns-client.c:39:10: error: 'EAI_ADDRFAMILY' undeclared (first use in this

Re: [Dovecot] ACL not copied to new mailboxes

2013-08-05 Thread Timo Sirainen
On 5.8.2013, at 14.33, Markus Weippert mweipp...@eteleon.de wrote: I had some trouble with ACLs not being copied to new child mailboxes in dovecot 2.2.4. It doesn't matter whether it's a private, shared or public mailbox I create the folder in, the ACLs just seems to be ignored. Anyway, I

Re: [Dovecot] Error: dict client sent broken reply

2013-08-05 Thread Timo Sirainen
On 20.5.2013, at 0.33, Chris Richards gi...@giz-works.com wrote: doveadm(someuseraccount@somedomain): Error: dict client (/var/run/dovecot/dict) sent broken reply doveadm(someuseraccount@somedomain): Error: Dictionary iteration failed doveadm: Error: Failed to iterate through some users ..

Re: [Dovecot] Passing data safely in password_key?

2013-08-05 Thread Timo Sirainen
On 2.8.2013, at 23.32, Attila Nagy b...@fsn.hu wrote: On 08/02/2013 02:32 PM, Timo Sirainen wrote: On Mon, 2013-07-29 at 09:22 +0200, Attila Nagy wrote: On 07/28/13 13:49, Attila Nagy wrote: Hi, I would like to convert my custom POP/IMAP proxy to Dovecot's. In this proxy I do more

Re: [Dovecot] attachments not with email causing FETCH BODY[] failed

2013-08-05 Thread Timo Sirainen
On 21.7.2013, at 17.12, Anand Kumria wildf...@progsoc.org wrote: Anyone else experiencing this (Dovecot 2.2.4, attachments stored separately): dovecot: imap(u...@kamdha.com): Error: file_istream.open(/home/

Re: [Dovecot] problems with doveadm

2013-08-05 Thread e-frog
On 05.08.2013 19:33, wrote Timo Sirainen: On 5.8.2013, at 20.24, e-frog e-f...@gmx.de wrote: Thanks Timo. Just wanted to try it but now I get an compilation error which is unrelated to this fix however: dns-client.c: In function 'dns_client_input_line': dns-client.c:39:10: error:

Re: [Dovecot] attachments not with email causing FETCH BODY[] failed

2013-08-05 Thread Anand Kumria
Hi Timo, On 5 August 2013 19:19, Timo Sirainen t...@iki.fi wrote: On 21.7.2013, at 17.12, Anand Kumria wildf...@progsoc.org wrote: Anyone else experiencing this (Dovecot 2.2.4, attachments stored separately): dovecot: imap(u...@kamdha.com): Error: file_istream.open(/home/

Re: [Dovecot] attachments not with email causing FETCH BODY[] failed

2013-08-05 Thread Timo Sirainen
On 5.8.2013, at 21.38, Anand Kumria wildf...@progsoc.org wrote: Basically it appears that I configured: us...@example.com and us...@kamdha.com to *both* have the same storage location. i.e. /home/kamdha/com/user And the 'mail_location' variable is set to 'sdbox:~/mail'

Re: [Dovecot] problems with doveadm

2013-08-05 Thread Timo Sirainen
On 5.8.2013, at 21.28, e-frog e-f...@gmx.de wrote: On 05.08.2013 19:33, wrote Timo Sirainen: On 5.8.2013, at 20.24, e-frog e-f...@gmx.de wrote: Thanks Timo. Just wanted to try it but now I get an compilation error which is unrelated to this fix however: dns-client.c: In function

Re: [Dovecot] problems with doveadm

2013-08-05 Thread e-frog
On 05.08.2013 21:16, wrote Timo Sirainen: On 5.8.2013, at 21.28, e-frog e-f...@gmx.de wrote: On 05.08.2013 19:33, wrote Timo Sirainen: On 5.8.2013, at 20.24, e-frog e-f...@gmx.de wrote: Thanks Timo. Just wanted to try it but now I get an compilation error which is unrelated to this fix

[Dovecot] v2.2.5 released

2013-08-05 Thread Timo Sirainen
http://dovecot.org/releases/2.2/dovecot-2.2.5.tar.gz http://dovecot.org/releases/2.2/dovecot-2.2.5.tar.gz.sig So, I'm back from the first vacation I've had in about 10 years. (Well, maybe there were a few short ones.) I was planning on coding it the whole time, but looks like I didn't manage to

[Dovecot] Using ldap and pam

2013-08-05 Thread Bo Lynch
Having some issues with ldap logins. I am using Centos 5,dovecot-1.0.13-1.el5.rfx and openldap-servers-2.3.43-25.el5_8.1 Trying to get this to work with the SoGo interface. First I converted all my standard system users to ldap using the openldap-tools. This worked fine, however when a user

Re: [Dovecot] Corrupted mboxes with v2.2.4, posix_fallocate and GFS2

2013-08-05 Thread Francesco Prelz
On Mon, 5 Aug 2013, Timo Sirainen wrote: Anyway, I thought I'd just get rid of the whole syscall since it's not very useful anyway: http://hg.dovecot.org/dovecot-2.2/rev/42b2736f146b Sounds fair enough. Thanks for the prompt turnaround! Francesco Prelz INFN-MI

Re: [Dovecot] problems with expire plugin

2013-08-05 Thread Axel Luttgens
Le 5 août 2013 à 15:10, Felix Rubio Dalmau a écrit : [...] Now the question is: How should I configure the expires to be different for different boxes? I see that the expires plugin keeps the track of the oldest message on the boxes tracked, only. Should I configure cronjobs like this, for

Re: [Dovecot] script to test CATENATE

2013-08-05 Thread Mike Abbott
x append inbox catenate (url ;invalid; url {5} Dovecot replies with + OK because it wants to read all the URLs into memory before parsing them, while catenate.pl expects an error message immediately. I see that Example 4 in Appendix A of RFC 4469 explicitly allows both models. Here's a

Re: [Dovecot] v2.2.5 released

2013-08-05 Thread Jim Knuth
am 05.08.13 22:03 schrieb Timo Sirainen t...@iki.fi: http://dovecot.org/releases/2.2/dovecot-2.2.5.tar.gz http://dovecot.org/releases/2.2/dovecot-2.2.5.tar.gz.sig So, I'm back from the first vacation I've had in about 10 years. (Well, maybe there were a few short ones.) I was planning on

Re: [Dovecot] How to troubleshoot LDA or LMTP?

2013-08-05 Thread Joseph Tam
John Williams writes: *What doesn't work* I thought the next step would be to execute dovecot-lda manually (as is suggested on the wiki and in numerous newsgroup posts), but I can't figure out how to do this. When I execute it as root and provide my non-root username via the -u option, it

Re: [Dovecot] How to troubleshoot LDA or LMTP?

2013-08-05 Thread John Williams
Joseph Tam jtam.h...@gmail.com writes: John Williams writes: *What doesn't work* I thought the next step would be to execute dovecot-lda manually (as is suggested on the wiki and in numerous newsgroup posts), but I can't figure out how to do this. When I execute it as root and provide my

Re: [Dovecot] Error: dict client sent broken reply

2013-08-05 Thread Gedalya
On 08/05/2013 01:54 PM, Timo Sirainen wrote: On 20.5.2013, at 0.33, Chris Richards gi...@giz-works.com wrote: doveadm(someuseraccount@somedomain): Error: dict client (/var/run/dovecot/dict) sent broken reply doveadm(someuseraccount@somedomain): Error: Dictionary iteration failed doveadm:

[Dovecot] dovecot, spamassasin and lmtp

2013-08-05 Thread alfdc
Hi, Ok, so I got rid of my procmail in favor of dovecot lmtp as my MDA. However, I lost the ability to tag the emails as SPAM or not. Before, this is done by procmail. Filtering is done by the Evolution client. Is there a way to do something similar now? I still want my filtering to be done by

Re: [Dovecot] dovecot, spamassasin and lmtp

2013-08-05 Thread Gedalya
On 08/05/2013 10:27 PM, alfdc wrote: Hi, Ok, so I got rid of my procmail in favor of dovecot lmtp as my MDA. However, I lost the ability to tag the emails as SPAM or not. Before, this is done by procmail. Filtering is done by the Evolution client. Is there a way to do something similar now? I

Re: [Dovecot] dovecot, spamassasin and lmtp

2013-08-05 Thread alfdc
Gedalya-2 wrote You didn't mention which MTA are you using? Oh yes. My MTA is sendmail. And for sendmail the suggested way to trigger spamassasin is via procmail. But since procmail is gone then -- View this message in context:

Re: [Dovecot] dovecot, spamassasin and lmtp

2013-08-05 Thread Gedalya
On 08/05/2013 10:56 PM, alfdc wrote: Gedalya-2 wrote You didn't mention which MTA are you using? Oh yes. My MTA is sendmail. And for sendmail the suggested way to trigger spamassasin is via procmail. But since procmail is gone then -- View this message in context: