Re: [Dovecot] dbox - how to awaken the monster

2009-03-31 Thread Daniel L. Miller
Odhiambo Washington wrote: I thought so. Now I have seen, read and understood (so far) http://wiki.dovecot.org/LDA/Exim. However I do not see any examples for configuring dovecot for dbox. Is it as easy as s/maildir/dbox/g in the following: mail_location = maildir:/var/spool/virtual/%d/%n/Maildi

Re: [Dovecot] Help with basic configuration

2009-03-31 Thread Matt Rude
Rob Breault wrote: > I followed the information from the wiki here is my dovecot.conf file > and yet I can't get pop3 working. I need this to listen on pop3 for an > internal process but get email from smtp sources. So I would like to > have sendmail receive email from the world to a specific email

[Dovecot] Help with basic configuration

2009-03-31 Thread Rob Breault
I followed the information from the wiki here is my dovecot.conf file and yet I can't get pop3 working. I need this to listen on pop3 for an internal process but get email from smtp sources. So I would like to have sendmail receive email from the world to a specific email address then check the mai

Re: [Dovecot] Solr's index update

2009-03-31 Thread Rui Carneiro
On Tue, Mar 31, 2009 at 7:28 PM, Timo Sirainen wrote: > On Tue, 2009-03-31 at 19:21 +0100, Rui Carneiro wrote: > > Another question. I read this on the TODO list: > > > > fts-solr: handle DELETE, RENAME > > > > I am interested to look deeper on this. Any start advice? > > Since Solr data can't be

Re: [Dovecot] dbox - how to awaken the monster

2009-03-31 Thread Odhiambo Washington
On Tue, Mar 31, 2009 at 10:17 PM, Eduardo M KALINOWSKI < edua...@kalinowski.com.br> wrote: > Odhiambo Washington wrote: > > Hello people, > > > > Since the invention of this storage called dbox, I have never quite > gotten > > round to understanding it, nor getting to use it. It seems so strange t

[Dovecot] postfix + dovecot

2009-03-31 Thread Łukasz Kasperek
I have postfix+ dovecot but when I run sasl - have this: Mar 31 21:21:39 localhost postfix/smtpd[13134]: warning: SASL: Connect to smtpd failed: No such file or directory Mar 31 21:21:39 localhost postfix/smtpd[13134]: fatal: no SASL authentication mechanisms Mar 31 21:21:40 localhost postfix/mast

Re: [Dovecot] dbox - how to awaken the monster

2009-03-31 Thread Eduardo M KALINOWSKI
Odhiambo Washington wrote: > Hello people, > > Since the invention of this storage called dbox, I have never quite gotten > round to understanding it, nor getting to use it. It seems so strange to me > and I must ask a few stupid questions about it. > I use the MTA to deliver mail to Maildir, eithe

[Dovecot] dbox - how to awaken the monster

2009-03-31 Thread Odhiambo Washington
Hello people, Since the invention of this storage called dbox, I have never quite gotten round to understanding it, nor getting to use it. It seems so strange to me and I must ask a few stupid questions about it. I use the MTA to deliver mail to Maildir, either in ~/Maildir or /some/path/%d/%n/Mai

Re: [Dovecot] Virtual user folder configuration

2009-03-31 Thread Daniel L. Miller
Daniel L. Miller wrote: Since I'm going to make a change to my folder structure, what would be recommended so I can avoid the need in the future? All my mail users are virtual - they have no existence in /etc/passwd, nor do they have folders under /home. At this time, all mail is being deliv

[Dovecot] Virtual user folder configuration

2009-03-31 Thread Daniel L. Miller
Since I'm going to make a change to my folder structure, what would be recommended so I can avoid the need in the future? All my mail users are virtual - they have no existence in /etc/passwd, nor do they have folders under /home. At this time, all mail is being delivered to maildir:/var/mail

Re: [Dovecot] Solr's index update

2009-03-31 Thread Timo Sirainen
On Tue, 2009-03-31 at 19:21 +0100, Rui Carneiro wrote: > Another question. I read this on the TODO list: > > fts-solr: handle DELETE, RENAME > > I am interested to look deeper on this. Any start advice? Since Solr data can't be modified, both of these have to be handled the same way: Just deleti

Re: [Dovecot] Solr's index update

2009-03-31 Thread Rui Carneiro
On Tue, Mar 31, 2009 at 5:10 PM, Timo Sirainen wrote: > On Mar 31, 2009, at 11:25 AM, Rui Carneiro wrote: > > Hi all, >> >> In the wiki says this: "Currently the indexes are updated only while >> searching" @ http://wiki.dovecot.org/Plugins/FTS >> >> This also is applied to Solr Indexes? >> > >

Re: [Dovecot] CMUSieve with virtual users

2009-03-31 Thread Guillaume Hilt
Timo Sirainen a écrit : On Tue, 2009-03-31 at 19:27 +0200, Guillaume Hilt wrote: It does. deliver(gh...@domain2.com): Mar 31 19:22:50 Warning: Growing pool 'Cache fields' with: 2048 OK, so here's finally a line from deliver. Now show the whole debug output of deliver. It probably wa

Re: [Dovecot] CMUSieve with virtual users

2009-03-31 Thread Timo Sirainen
On Tue, 2009-03-31 at 19:27 +0200, Guillaume Hilt wrote: > It does. > > deliver(gh...@domain2.com): Mar 31 19:22:50 Warning: Growing pool 'Cache > fields' with: 2048 OK, so here's finally a line from deliver. Now show the whole debug output of deliver. It probably was written to a different file

Re: [Dovecot] CMUSieve with virtual users

2009-03-31 Thread Guillaume Hilt
It does. deliver(gh...@domain2.com): Mar 31 19:22:50 Warning: Growing pool 'Cache fields' with: 2048 Mar 31 19:22:51 srv1 postfix/lmtp[14367]: BB74477460FE: to=, relay=mail.domain2.com[/var/run/dspam/dspam.sock], delay=0.43, delays=0.1/0/0/0.33, dsn=2.6.0, status=sent (250 2.6.0 Message acc

Re: [Dovecot] CMUSieve with virtual users

2009-03-31 Thread Timo Sirainen
The problem isn't with dspam or Dovecot configuration files. It's that your Postfix is configured to write the mail directly to the Maildir. I don't think your Postfix even calls dspam. As long as you see postfix/virtual line in your logs, Postfix is delivering the mail itself. On Tue, 2009-03-31

Re: [Dovecot] CMUSieve with virtual users

2009-03-31 Thread Guillaume Hilt
I modified my dspam conf file to transfer the message to deliver but the problem is still the same. Even with debug enabled, I don't see a line about deliver in my logs. Guillaume Hilt Timo Sirainen a écrit : On Mar 31, 2009, at 12:20 PM, Guillaume HILT wrote: Mar 31 17:29:55 srv1 postfix/

Re: [Dovecot] CMUSieve with virtual users

2009-03-31 Thread Timo Sirainen
On Mar 31, 2009, at 12:20 PM, Guillaume HILT wrote: Mar 31 17:29:55 srv1 postfix/virtual[13438]: 4C74977460FE: to=>, relay=virtual, delay=0.5, delays=0.45/0/0/0.04, dsn=2.0.0, status=sent (delivered to maildir) Postfix's virtual transport is delivering the mail. Dovecot's deliver is never e

Re: [Dovecot] CMUSieve with virtual users

2009-03-31 Thread Guillaume HILT
Mar 31 17:29:55 srv1 postfix/qmgr[30752]: A2C0677460ED: from=, size=902, nrcpt=1 (queue active) Mar 31 17:29:55 srv1 postfix/smtpd[12284]: disconnect from rendez-vous.shadowprojects.fr[91.121.100.167] Mar 31 15:29:55 srv1 postfix/smtpd[12897]: connect from unknown[127.0.0.1] Mar 31 15:29:55 srv1

Re: [Dovecot] 1.11 bug?: file client-common.c: line 25 (client_unlink): assertion failed: (clients_count > 0)

2009-03-31 Thread Timo Sirainen
On Mar 30, 2009, at 2:59 AM, Long Le Dinh wrote: Yes Timo, found "Warning: Killed with signal 15" in the log. What can be "something" that killed dovecot? Does it happen at the same time every day? If so, it's most likely a cronjob. Otherwise I'm not sure, are there more admins and one of t

Re: [Dovecot] Double mysql auth problem

2009-03-31 Thread Timo Sirainen
On Mar 30, 2009, at 9:00 AM, Sebastian Chociwski wrote: auth default { passdb sql { args = /etc/dovecot/dovecot-mysql.conf } userdb static { args = uid=5000 gid=5000 home=/home/vmail/%d/%n allow_all_users=yes } } auth secondary { passdb sql { args = /etc/dovecot/dovecot-mysql2.conf } userdb

Re: [Dovecot] Solr's index update

2009-03-31 Thread Timo Sirainen
On Mar 31, 2009, at 11:25 AM, Rui Carneiro wrote: Hi all, In the wiki says this: "Currently the indexes are updated only while searching" @ http://wiki.dovecot.org/Plugins/FTS This also is applied to Solr Indexes? Yes. If not, when Solr Indexes are updated? If you want them to be updated

Re: [Dovecot] CMUSieve with virtual users

2009-03-31 Thread Timo Sirainen
On Mar 29, 2009, at 6:28 AM, Guillaume Hilt wrote: I'm back with this problem since i never found a way to fix it. I'm now using dovecot 1.1.13 (still under Gentoo) and I tried something. I modified the lda section from this : mail_plugins = cmusieve To this : mail_plugins = sieve The probl

Re: [Dovecot] Courier

2009-03-31 Thread Timo Sirainen
On Mar 31, 2009, at 7:58 AM, kosov...@web.de wrote: log_path = /var/log/dovecot.log info_log_path = /var/log/dovecot-info.log .. Log: This looks like it's only the dovecot-info.log. dovecot: 2009-03-31 13:50:16 Info: POP3(webmas...@silviosiefke.de): Couldn't open INBOX top=0/0, retr=0/0, d

[Dovecot] Solr's index update

2009-03-31 Thread Rui Carneiro
Hi all, In the wiki says this: "Currently the indexes are updated only while searching" @ http://wiki.dovecot.org/Plugins/FTS This also is applied to Solr Indexes? If not, when Solr Indexes are updated? Thank you, Rui Carneiro -- mail: rui@gmail.com, rui.carne...@portugalmail.net website: h

Re: [Dovecot] CMUSieve with virtual users

2009-03-31 Thread Guillaume HILT
Is there an incompatibily I could have fallen into ? Guillaume Hilt a écrit : I'm back with this problem since i never found a way to fix it. I'm now using dovecot 1.1.13 (still under Gentoo) and I tried something. I modified the lda section from this : mail_plugins = cmusieve To this : mail_pl

Re: [Dovecot] Sieve Rule for Folders

2009-03-31 Thread Steffen Kaiser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 31 Mar 2009, Allan Cassaro wrote: BTW, the antispam plugin is ready for dovecot 1.2? Currently not, see thread: [Dovecot] antispam plugin for Dovecot v1.2 Bye, - -- Steffen Kaiser -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (G

Re: [Dovecot] Sieve Rule for Folders

2009-03-31 Thread Allan Cassaro
On Mon, Mar 30, 2009 at 11:09 AM, Stephan Bosch wrote: > Gerhard Wiesinger wrote: >> >> Hello! >> >> Is it possible with sieve to do the following: >> When a new message is added to a folder (e.g. dovecot folder and not >> INBOX) then an action like forwarding it per E-Mail should be triggered. >>

[Dovecot] Courier

2009-03-31 Thread kosov...@web.de
Hello, For months I have the following configuration in run. Postfix with Mysql and Postfixadmin, Courier Imap + Pop I get a new server and, therefore, would like to change on Dovecot. The installation has also clapped without problems and the configuration has run so far also without defects. I

[Dovecot] Informations in LDAP and Database

2009-03-31 Thread Etienne MAYNIER
Hi everybody, I'm installing an application using LDAP and I want dovecot to use LDAP too. The problem is that they don't use the same schema (especially because we want per-user quotas). I think the best solution is to have the authentication by LDAP and others datas (like quotas) in a database.

Re: [Dovecot] Benefits of DBOX format ?

2009-03-31 Thread Steve
> What would be the benefits of using DBOX format ? > http://wiki.dovecot.org/MailboxFormat/dbox -- Pt! Schon vom neuen GMX MultiMessenger gehört? Der kann`s mit allen: http://www.gmx.net/de/go/multimessenger01

[Dovecot] Benefits of DBOX format ?

2009-03-31 Thread Frank Bonnet
Hello What would be the benefits of using DBOX format ? Thanks