Re: [Dovecot] Problem with local pine after upgrade to 1.2.5

2009-10-02 Thread Pascal Volk
On 10/02/2009 04:18 PM Gerhard Wiesinger wrote: > Hello, > > I upgraded from dovecot 1.1.17 to 1.2.5. Works well so far with e.g. > Thunderbird and SSL. > > One problem left: pine doesn't work any more with rsh: > cat .pinerc (filtered): > rsh-path= > rsh-command=/usr/sbin/dovecot --exec-mail im

Re: [Dovecot] Binary locations

2009-10-06 Thread Pascal Volk
On 10/06/2009 05:32 PM Timo Sirainen wrote: > Where do you think the following binaries should be installed to? The > possible locations are: > > - bin/ > - sbin/ > - libexec/dovecot/ (or lib/dovecot/ in most Linux distros) > > So the binaries are: > > 1) These probably belong to bin/ or sbin

Re: [Dovecot] Bad_MIME on vacation messages

2009-10-09 Thread Pascal Volk
On 10/08/2009 01:57 AM Stephen Vaughan wrote: > Hi, > > I know I've brought this up before (see > http://www.mail-archive.com/dovecot@dovecot.org/msg20974.html), and I've > since upgraded to 1.2.6, but our vacation messages are still being rejected > because of Bad_MIME. > > We are using Dovecot

Re: [Dovecot] Panic when using QRESYNC

2009-10-09 Thread Pascal Volk
On 10/09/2009 08:56 PM Michael M. Slusarz wrote: > Been seeing these occasionally for the last few weeks. Only way to > fix is to remove cache files in the affected mailbox. Reproduced with > both 1.2.5 and 1.2.6. > > IMAP transaction: > - > > * PREAUTH [CAPABILITY IMAP4rev1

Re: [Dovecot] Problem with mbox and quota with 1.2 version

2009-10-10 Thread Pascal Volk
On 10/10/2009 06:43 PM Ντελάκης Δημήτριος wrote: > Hello list, > > > I am new with dovecot and i am trying to setup a simple mbox with quotas > setup. Here is my configuration. > > dovecot -c /etc/dovecot.conf -n > # 1.2.6: /etc/dovecot.conf > # OS: Linux 2.6.21 i686 Fedora Core release 6 (Zod

Re: [Dovecot] soft quota lda question

2009-10-10 Thread Pascal Volk
On 10/08/2009 02:49 PM t...@dingsbums.org wrote: > hi all, > > i'm using dovecot deliver (lda) and i want to show quota to the users > via imap/pop3, but i don't want to enforce it (i.e. don't > reject/bounce mails when quota is exceeded). > > protocol imap { >mail_plugins = quota imap_qu

Re: [Dovecot] bsdauth with cache_key failed

2009-10-11 Thread Pascal Volk
On 10/08/2009 10:48 AM Christian Rueger wrote: > hi > > i test bsdauth with cache_key=%u on OpenBSD and get this error > > Oct 8 10:04:11 pegasus dovecot: Dovecot v1.2.6 starting up > Oct 8 10:04:12 pegasus dovecot: auth(default): Panic: file passdb.c: > line 201 (passdb_init): assertion faile

Re: [Dovecot] Dovecot 1-2-6 and management-sieve

2009-10-12 Thread Pascal Volk
On 10/12/2009 03:44 PM Daniel Spannbauer wrote: > Hello, > > I try to patch the dovecot-Sources to use the management-sieve. > > I've downloaded the Sources, unpacked them, do a "gzip -dc > dovecot-1-2-managesieve-patch-52abc11d7f48.tar.gz |patch -p1". > I get a Error rom the patch: > patching f

Re: [Dovecot] Autocreate plugin for some domains

2009-10-12 Thread Pascal Volk
On 10/12/2009 09:59 PM Jose Luis Marin Perez wrote: > Thanks > > In my mail server are hosted multiple domains, I > need to create folders automatically only to users of certain domains, it is > feasible to > use the plugin "Autocreate" only for certain domains? > > Thanks > Please don't hi

Re: [Dovecot] Domain wild card aliases

2009-10-13 Thread Pascal Volk
On 10/11/2009 05:42 PM Jerry wrote: > Using Postfix with Virtual Users/Virtual Domains, I have configured > it with a wild card entry; i.e., "*.mydomain.com" > > This works fine in Postfix; however, using Dovecot for delivery is > causing the message to bounce since Dovecot does not have an entry

Re: [Dovecot] docs for anvil?

2009-10-13 Thread Pascal Volk
On 10/13/2009 07:27 PM PGNet Dev wrote: > are there any docs for anvil config & usage in 2.0? > > afaict, nothing's mentioned in the wiki ... > The wiki is not yet 'v2.0-ready'. Anvil works in the background. Usage: $PREFIX/sbin/dovecot [starts also anvil] $PREFIX/sbin/dovecot stop [stops

Re: [Dovecot] v2.0.alpha1 released

2009-10-15 Thread Pascal Volk
On 10/13/2009 05:00 PM Odhiambo Washington wrote: > > On my FreeBSD 7.2-STABLE: > > … > mbox-from.c:240: error: wrong type argument to unary minus > … Timo has provided a few patches and fixed some issues. Since the changeset http://hg.dovecot.org/dovecot-2.0/rev/5147503f4123 Dovecot v2.0.alpha1

Re: [Dovecot] master:Error @2.0 TLS login, "Too large auth data_size sent"

2009-10-15 Thread Pascal Volk
On 10/16/2009 02:23 AM PGNet Dev wrote: > fyi, so far, so good. logged in, with no problems. user's folders > autocreated as specified, > … > one question re: logs (below). the > > Info: Namespace : Permission lookup failed from > /data/mail/Domains/my.domain.com/Accounts/testuser/Trash >

Re: [Dovecot] Sieve question

2009-10-16 Thread Pascal Volk
On 10/16/2009 08:04 PM Thomas Harold wrote: > … > Ideally, it would be an option to the vacation element (i.e. "start > time" and "end time"). The reason that a start/end time would be useful > is in the case of where someone wants to setup their vacation replies > ahead of time, and have them

Re: [Dovecot] Convert to DBox

2009-10-17 Thread Pascal Volk
On 09/30/2009 04:28 AM Jeff Grossman wrote: > I am thinking of trying out dbox format. I am currently using maildir. > Is it possible for me to switch just one user account to dbox while > keeping all of my other users on maildir? If so, how would I go about > doing that? > > Here is a copy

Re: [Dovecot] simple steps with sieve

2009-10-19 Thread Pascal Volk
On 10/19/2009 05:03 PM Gavin Hamill wrote: > Today is my first day with sieve, so be gentle :) I'm trying to set up a > pretty webmail interface to our Dovecot 1.2.4 server using roundcube. > The managesieve config + roundcube 'managesieve' plugin work fine, and > I'm able to use roundcube's UI to

Re: [Dovecot] simple steps with sieve

2009-10-19 Thread Pascal Volk
On 10/19/2009 05:32 PM Gavin Hamill wrote: > I can confirm that it works fine when I specify the exact address - > however is it possible to use a wildcard, and further, assume the > wildcard implicitly? The :addresses argument accepts only additional mail addresses that a user might have. (http:

Re: [Dovecot] testing needed (AIX) with "failed: 2. offset=2"

2009-10-20 Thread Pascal Volk
On 10/20/2009 11:25 AM Ralf Becker wrote: > Testing all again multiple times > … Hm, running multiple times shows some problems (on Linux). Linux | OpenBSD | FreeBSD 2.6.30-2 amd64 | 4.2 GENERIC i386 | 7.2-RELEASE i386 -- +--+-

Re: [Dovecot] Maildir autocreation

2009-10-21 Thread Pascal Volk
On 10/21/2009 01:08 PM Proskurin Kirill wrote: > Hello. > > Today i found what maildir autocreation stop work. > May be after upgrade to 1.2. Here logs: > … > Oct 21 11:01:25 deliver(shershov...@fxclub.org): Info: maildir autodetect: > stat(/var/spool/dovecot/domains/fxclub.org/shershov-oa//cur)

Re: [Dovecot] v2.0.alpha2 released

2009-10-22 Thread Pascal Volk
On 10/23/2009 05:14 AM Timo Sirainen wrote: > http://dovecot.org/releases/2.0/alpha/dovecot-2.0.alpha2.tar.gz > http://dovecot.org/releases/2.0/alpha/dovecot-2.0.alpha2.tar.gz.sig > > Changes since alpha1: > > … > - Added doveadm who command for listing currently logged in users. > > v2.0.beta

[Dovecot] v2.0 lmtp logging

2009-10-23 Thread Pascal Volk
Hi, I am not yet completely happy with the logging behavior of the lmtp. It logs informative messages like 'lmtp: Info: Connection closed' or 'lmtp: Info: Disconnected for inactivity'. Hm, which server was connected to the lmtp? Who was disconnected for inactivity? I think it would be useful if t

Re: [Dovecot] v2.0 lmtp logging

2009-10-23 Thread Pascal Volk
On 10/24/2009 12:34 AM Timo Sirainen wrote: > On Sat, 2009-10-24 at 00:02 +0200, Pascal Volk wrote: >> I think it would be useful if the lmtp would also log new connections. >> For example: >> a) TCP connections: >> lmtp: Info: Connection: rip=10.1.2.3, lip=10.1.2.5

Re: [Dovecot] Dovecot

2009-10-26 Thread Pascal Volk
On 10/26/2009 12:42 PM Claudio Prono wrote: > … > When i send a mail to an address with vacation, i recieve back a > vacation message, but i read an error like this into dovecot-deliver.log: > > Error: file_dotlock_create(~/.dovecot.lda-dupes) failed: No such file or > directory > … > I think the

Re: [Dovecot] Dovecot

2009-10-26 Thread Pascal Volk
On 10/26/2009 05:26 PM Claudio Prono wrote: > > Sorry but for me is not clear what u say... I can't specify a mail > location manually? Like /var/mail/virtual/%d/%u ? > > Regards, > > Claudio. You have to modify your user_query in the dovecot-sql.conf file. Use for example: user_query = SELECT

Re: [Dovecot] Dovecot

2009-10-26 Thread Pascal Volk
On 10/26/2009 06:05 PM Claudio Prono wrote: > My user_query is this: > > user_query = SELECT maildir, 51 AS uid, 51 AS gid, CONCAT('*:bytes=', > mailbox.quota ) AS quota_rule FROM mailbox WHERE username = '%u' AND > active = '1' > > Is wrong? > There is still no home directory for your users.

Re: [Dovecot] protocol configure confusion

2009-10-26 Thread Pascal Volk
On 10/26/2009 06:26 PM Stewart Dean wrote: > The docs say: >> *protocol*s = imap *imaps* >> *Protocol*s we want to be serving: imap *imaps* pop3 pop3s If you >> only want to use dovecot-auth, you can set this to "none". >> > and. >> If you want to specify ports for each service, you wi

Re: [Dovecot] Dovecot

2009-10-27 Thread Pascal Volk
On 10/27/2009 06:54 AM Stefan Onken wrote: > … > With my tests with Exim and Dovecot I had to set the home directory > within EXIM, because I found no way to specify the homedir within dovecot. > > local_mysql_delivery_dovecot: >driver = pipe >command = /usr/lib/dovecot/deliver -d $local

Re: [Dovecot] Dovecot

2009-10-28 Thread Pascal Volk
On 10/28/2009 11:47 AM Claudio Prono wrote: > Now i am really confused. > > The result of that query i have wrotten in the last mail is this: > > ++-+-++ > | maildir| uid | gid | quota_rule | > +--

Re: [Dovecot] Unable to create imap nested dirs.

2009-11-02 Thread Pascal Volk
On 11/01/2009 01:41 AM Leo wrote: > Hi all, > > I'm trying to config a dovecot server on a debian-lenny box but I'm > experiencing a problem that serveral users have on the net, but I > haven't found any solution. > > I'm trying to create nested dirs with my thunderbird 2.0.0.23 client but >

Re: [Dovecot] Unable to create imap nested dirs. [linux/debian/lenny]

2009-11-02 Thread Pascal Volk
On 11/02/2009 07:49 PM Andrzej Adam Filip wrote: > > 0) You are the socond person asking such question. *lol*. No, it's the same person. I'm also blundered in. He has sent his mail on Sun, 01 Nov 2009 01:41:21 +0100, when you check the header, you will see: X-Mailman-Approved-At: Mon, 02

Re: [Dovecot] quota ignore sent folder

2009-11-03 Thread Pascal Volk
On 11/03/2009 05:02 AM juan carlos wrote: > I have configured postfix and dovecot and I want to know hot to configure > quota > in order to ignore sent folder. Now it does work ignoring trash folder but I > want to ignore sent. You've forgotten to show dovecot -n output. Regards, Pascal -- The

Re: [Dovecot] quota ignore sent folder

2009-11-03 Thread Pascal Volk
On 11/03/2009 09:42 PM juan carlos wrote: > sorry i forgot > > smtp:~# dovecot -n > # 1.0.15: /etc/dovecot/dovecot.conf > … > mail_plugins(default): quota imap_quota trash > mail_plugins(imap): quota imap_quota trash > mail_plugins(pop3): quota > … > plugin: > quota: maildir:storage=51200:messag

Re: [Dovecot] quota ignore sent folder

2009-11-03 Thread Pascal Volk
On 11/04/2009 04:55 AM juan carlos wrote: > I have updated to dovecot 1.2.4, now how to configure multiple quotas As described in the fine documentation: http://wiki.dovecot.org/Quota/1.1 Regards, Pascal -- The trapper recommends today: 5e1f1e55.0930...@localdomain.org

Re: [Dovecot] quota ignore sent folder

2009-11-04 Thread Pascal Volk
On 11/04/2009 04:21 PM juan carlos wrote: > Do you have an example with different quotas using mysql. > These are my config files: > > dovecot-sql.conf > password_query = SELECT email AS user, password, > '/home/vmail/%d/%n' AS userdb_home, > 'maildir:/home/vmail/%d/%n' AS userdb_mail, > 5000 A

Re: [Dovecot] v2.0 lmtp logging

2009-11-05 Thread Pascal Volk
On 11/05/2009 10:02 PM Timo Sirainen wrote: > > Received: from gate.domain.org ([1.2.3.4]) > by mail.domain.org (Dovecot) with LMTP id 6AE653793; > Mon, 3 Nov 2009 15:46:48 +0200 (EET) > > (I also dropped reverse DNS lookup.) Yeah, looks good, at least for me. :-) The dropped re

Re: [Dovecot] deliver_log_format ignored

2009-11-05 Thread Pascal Volk
On 11/05/2009 10:42 PM Lampa wrote: > Hello, > > seems that LDA ignores deliver_log_format (still log with format: > "msgid=%m: %$") > > # 1.2.6: /etc/dovecot/dovecot.conf > # OS: Linux 2.6.31 x86_64 Debian squeeze/sid xfs > log_path: /var/log/dovecot/error.log > info_log_path: /var/log/dovecot/i

Re: [Dovecot] deliver_log_format ignored

2009-11-05 Thread Pascal Volk
On 11/05/2009 11:00 PM Anton Dollmaier wrote: >> Hm, works for me. >> How do you invoke deliver? (in Postfix's master.cf) > > As I have the same problem: > >> dovecot unix - n n - - pipe >> flags=DRhu user=vmail:vmail argv=/usr/lib/dovecot/deliver -s -d >> $(re

Re: [Dovecot] deliver_log_format ignored

2009-11-05 Thread Pascal Volk
On 11/06/2009 07:40 AM Lampa wrote: > Hello, > > so seems that sieve uses own log format which is not customizable and > it overrides delivery_log_format Yes, at the moment. But in the meantime Stephan is informed about this issue. In #dovecot he has said: "… ok, will fix that. …" :-) Regards,

[Dovecot] v2.0.tip master: service(auth): kill(pid, SIGINT) failed: Operation not permitted

2009-11-11 Thread Pascal Volk
Hi Timo, I've configured the user nobody for the the service auth. doveconf -n # 2.0.alpha3: /usr/local/etc/dovecot/dovecot.conf # OS: Linux 2.6.30-1-amd64 x86_64 Debian squeeze/sid … service auth { user = nobody } … The other processes are executed by root (or logged in user): root 8758

[Dovecot] v2.0.tip Panic: file index-storage.c: line 385 (index_storage_mailbox_open): assertion failed: (!box->opened)

2009-11-11 Thread Pascal Volk
Hi Timo, I've tried to convert the Maildir from the first user: /usr/local/libexec/dovecot/convert-tool j@example.com \ /srv/mail/1/70003/70008 \ maildir:/srv/mail/1/70003/70008/Maildir \ mdbox:/srv/mail/1/70003/70008/mdbox Panic: file index-storage.c: line 385 (index_storage_mailbox_open): as

Re: [Dovecot] v2.0.tip master: service(auth): kill(pid, SIGINT) failed: Operation not permitted

2009-11-11 Thread Pascal Volk
On 11/11/2009 06:51 PM Timo Sirainen wrote: > On Wed, 2009-11-11 at 13:36 +0100, Marcus Rueckert wrote: >> you got any security hardening patches running on your machine? No, nothing like SELinux, AppAmor … > Oh, I had a thought: libcap. Maybe this helps: > http://hg.dovecot.org/dovecot-2.0/rev/4

[Dovecot] Mailbox format conversion with dsync [was: Re: v2.0.tip Panic: file index-storage.c: line 385 (index_storage_mailbox_open): assertion failed: (!box->opened)]

2009-11-11 Thread Pascal Volk
On 11/11/2009 06:47 PM Timo Sirainen wrote: > convert-tool is going away. dsync is the new way to do conversion. For > example: > > dsync -e 'dsync -r -O -o mail_location=maildir:~/Maildir' For the archive: I'm using virtual users, without system access. So I had to add '-u user' to both dsync co

[Dovecot] Sluggish log process

2009-11-11 Thread Pascal Volk
After the first `dovecot reload` the initial log process will not terminate immediately. The master logs: Nov 11 23:30:04 master: Warning: SIGHUP received - reloading configuration Nov 11 23:31:04 master: Warning: Processes aren't dying after reload, sending SIGTERM. Nov 11 23:32:04 master: Warni

[Dovecot] read/connect anvil-auth-penalty failed: EOF/Connection refused

2009-11-11 Thread Pascal Volk
Since the changesets: http://hg.dovecot.org/dovecot-2.0/rev/9bec70f26637 http://hg.dovecot.org/dovecot-2.0/rev/75b48fa3aec4 there is another problem. A `dovecot stop`, while auth and auth -w are still running, logs: Nov 12 03:17:00 master: Warning: Killed with signal 15 (by pid=3

Re: [Dovecot] read/connect anvil-auth-penalty failed: EOF/Connection refused

2009-11-13 Thread Pascal Volk
On 11/13/2009 12:38 AM Timo Sirainen wrote: > http://hg.dovecot.org/dovecot-2.0/rev/506fba223006 should fix it. Yes fixed, the problem is gone. Thanks Regards, Pascal -- The trapper recommends today: c01dcofe.0931...@localdomain.org

Re: [Dovecot] v2.0.alpha3 released

2009-11-14 Thread Pascal Volk
On 11/14/2009 09:03 AM Luigi Rosa wrote: > Given this configure command line > > ./configure --with-mysql --with-ssl=openssl --sysconfdir=/etc > --localstatedir=/var > > and given an /etc directory without any dovecot subdirectory (I moved it > elsewere for testing purposes), is it ok that make

Re: [Dovecot] Dovecot+Sieve Please Help!...

2009-11-16 Thread Pascal Volk
On 11/16/2009 05:12 PM Andrey Garkin wrote: > Dovecot Sieve Plugin... > 1. > > ./configure --with-dovecot=/usr/lib/dovecot > make > make install > > protocol lda { > postmaster_address = postmas...@kipalex.ru > mail_plugins = sieve > } > plugin { > sieve = /home/vmail/kipalex.ru/and...@kipalex.ru

Re: [Dovecot] file_dotlock_create(~/.dovecot.lda-dupes) failed: No such file or directory

2009-11-16 Thread Pascal Volk
On 11/16/2009 02:10 PM Rene Bakkum wrote: > Hi, > > I am having some problems with my vacation messages using dovecot. The > mail is send without problems, and the auto-respond is working as well. > But its always auto-responding, because the lda-dupes file can't be > created. > > See mail log

Re: [Dovecot] Mailbox format conversion with dsync

2009-11-18 Thread Pascal Volk
On 11/12/2009 12:42 AM Pascal Volk wrote: > On 11/11/2009 06:47 PM Timo Sirainen wrote: >> example: >> dsync -e 'dsync -r -O -o mail_location=maildir:~/Maildir' > > For the archive: > I'm using virtual users, without system access. So I had to add > &#x

[Dovecot] unix_listener with user/group setting

2009-11-18 Thread Pascal Volk
Hi Timo, are there any plans for configurable user/group settings for a Unix socket? I had tried this configuration: service auth { user = nobody unix_listener /var/spool/postfix/private/auth { mode = 0600 user = postfix group = postfix } } The mode of the socket was fine but i

Re: [Dovecot] unix_listener with user/group setting

2009-11-18 Thread Pascal Volk
On 11/19/2009 05:13 AM Timo Sirainen wrote: > > It was a bug. Should work now? Yeah, works great: srw--- 1 postfix postfix 0 2009-11-19 05:18 /var/spool/postfix/private/auth Thanks, Pascal -- The trapper recommends today: fabaceae.0932...@localdomain.org

[Dovecot] init-script update for v2.0

2009-11-18 Thread Pascal Volk
changeset patch # User Pascal Volk # Date 1258612374 0 # Branch HEAD # Node ID 73f85d9f7e42a9a57dca0403e3c6b6337fafda48 # Parent ce18bbd3e964894e55d438f15d98efda24e75cc1 doc/dovecot-initd.sh added LSB-compliant info block. Updated base_dir detection. diff -r ce18bbd3e964 -r 73f85d9f7e42 doc

Re: [Dovecot] quota dict

2009-11-22 Thread Pascal Volk
On 11/22/2009 11:36 AM Lampa wrote: > Hello, > … > plugin { > quota = dict:user::proxy::quotadict > quota_warning = storage=99%% /etc/dovecot/quota-warning.sh 99 > quota_warning2 = storage=95%% /etc/dovecot/quota-warning.sh 95 > quota_warning3 = storage=80%% /etc/dovecot/quota-warning.sh 80 > > >

Re: [Dovecot] quota dict

2009-11-22 Thread Pascal Volk
On 11/22/2009 11:56 AM Lampa wrote: > Hello, > > hmm, if you mean: > > quota2_rule = Trash:ignore > > that seems not working. > > I'm copying message between Trash and inbox, both contains one message > with size 1m5, quota_rule = *:storage=2M:messages=1 (from userdb) > now is not possible

Re: [Dovecot] quota dict

2009-11-22 Thread Pascal Volk
On 11/22/2009 12:03 PM Pascal Volk wrote: > On 11/22/2009 11:56 AM Lampa wrote: >> Hello, >> >> hmm, if you mean: >> >> quota2_rule = Trash:ignore ^ > quota2_rule = INBOX.Trash:ignore ^ Use quota_ruleN: quota_rule2 = Tr

Re: [Dovecot] Sieve plugin: Filtering UTF-8 Emails

2009-11-22 Thread Pascal Volk
On 11/22/2009 09:33 PM mi...@pocomail.de wrote: > hi all, > > i hope it´s okay for questions about the sieve plugin here... Yes, this is the right mailing list for such questions… > my problem is, that the filters do not seem to match utf8-content > > for instance: the email: > > Content-Type:

Re: [Dovecot] Sieve plugin: Filtering UTF-8 Emails

2009-11-22 Thread Pascal Volk
On 11/23/2009 12:32 AM mi...@pocomail.de wrote: > hi Pascal, > > sorry, here are my infos: > > dovecot version: Dovecot v1.0.rc15 > > i am not sure how to find out, which version of cumsieve the server has, > as far as i can see with a locate cumsieve, > it must be version 1.0.3 or 1.1.6. > >

Re: [Dovecot] Vacation message with Sieve

2009-11-23 Thread Pascal Volk
On 11/23/2009 01:19 PM Rene Bakkum wrote: > Hello all, > > I am trying to get my vacation messages to work correctly. In general it > works like how I want, and replies when a message is arived to for > example i...@domain.com, but I have some problems to get my vacation > message to work on ca

Re: [Dovecot] Upgrade Dovecot 1.2.7 to 1.2.8 on OS X (10.6.2)

2009-11-23 Thread Pascal Volk
On 11/23/2009 03:26 PM Emanuele Pucciarelli wrote: > > Perhaps the easiest way out of this is to install wget. You can find a > precompiled binary here: > Or try the attached Patch. Regards, Pascal -- The trapper recommends today: c01dcafe.0932...@localdomain.org diff -r fa8a438c64ce autogen.

Re: [Dovecot] Upgrade Dovecot 1.2.7 to 1.2.8 on OS X (10.6.2)

2009-11-23 Thread Pascal Volk
On 11/23/2009 03:35 PM Pascal Volk wrote: > Or try the attached Patch. Sorry, the last patch breaks wget. wget uses -o or nothing, not -O. -- The trapper recommends today: beeffeed.0932...@localdomain.org diff -r fa8a438c64ce autogen.sh --- a/autogen.sh Fri Nov 20 13:52:25 2009 -0500 ++

Re: [Dovecot] Upgrade Dovecot 1.2.7 to 1.2.8 on OS X (10.6.2)

2009-11-23 Thread Pascal Volk
On 11/23/2009 05:15 PM Timo Sirainen wrote: > On Mon, 2009-11-23 at 14:01 +, Tom Kardos wrote: > >> … >> (thank you!) and it appears that the updated make script includes a wget >> command and unfortunately OS X does not come with wget by default (curl is >> the default). … > > Apparently you

Re: [Dovecot] Berlin talk - video or audio available?

2009-11-24 Thread Pascal Volk
On 07/30/2009 06:31 PM Oli Schacher wrote: > James Brown schrieb: >> … >> Is there a video or audio file of it? > … > http://www.heinlein-support.de/web/akademie/mailserver-konferenz-2009/mk09-downloads/ > is probably the URL to monitor. The content of this URL was not updated. The page about "Dov

Re: [Dovecot] init-script update for v2.0

2009-11-25 Thread Pascal Volk
On 11/25/2009 10:17 PM Bernhard Schmidt wrote: > Pascal Volk wrote: >> +# Required-Start:$local_fs $syslog >> +# Required-Stop: $local_fs $syslog >> +# Should-Start: $time > > I think this should be $remote_fs, as according to > http://refspecs.freest

Re: [Dovecot] init-script update for v2.0

2009-11-25 Thread Pascal Volk
After repeated reading about {Required,Should}-{Start,Stop} I've refreshed the patch, it replaces my last patch. Sorry. Regards, Pascal -- The trapper recommends today: deadbeef.0933...@localdomain.org # HG changeset patch # User Pascal Volk # Date 1259213472 0 # Branch HEAD # No

Re: [Dovecot] init-script update for v2.0

2009-11-26 Thread Pascal Volk
On 11/26/2009 02:19 PM Marcus Rueckert wrote: > is /usr considered local_fs for you? i think most people install dovecot > there. and atleast for my distro /usr counts under $remote_fs. Assumed I've understood Required-Start and Should-Start¹, then the service, in this case Dovecot, must not start

Re: [Dovecot] init-script update for v2.0

2009-11-27 Thread Pascal Volk
he trapper recommends today: c01dcafe.0933...@localdomain.org # HG changeset patch # User Pascal Volk # Date 1259336464 0 # Branch HEAD # Node ID 0adf54054fd9914dcc304944c661f5f8da068ed2 # Parent f8151445662effc240b68903ab9bc42a60c04cc9 doc/dovecot-initd.sh extended LSB run-time dependencies diff -r f

Re: [Dovecot] postmaster_address setting not given

2009-12-05 Thread Pascal Volk
On 12/06/2009 01:50 AM Stephen Davies wrote: > Hi, I am trying to get dovecot working with postfix, and am coming up against > this error message. I have this setting configured in the 'protocol lda' > section. > … > dovecot -n -c /etc/dovecot/dovecot-postfix.conf > # 1.1.11: /etc/dovecot/dovecot

Re: [Dovecot] postmaster_address setting not given

2009-12-05 Thread Pascal Volk
On 12/06/2009 02:17 AM Pascal Volk wrote: > … > the mercurial changelog contains among others: > … Addition for the 1.1 series: date:Sun Jul 26 21:56:17 2009 -0400 summary: dovecot -n/-a now outputs also lda settings. … date:Mon Jul 27

Re: [Dovecot] postmaster_address setting not given

2009-12-06 Thread Pascal Volk
On 12/06/2009 09:55 AM Stephen Davies wrote: > I see, so that's why I don't see the LDA settings. However it doesn't explain > why I keep getting the "postmaster_address setting not given" when it is > clearly configured in the conf file. Or am I missing something? > > Regards, Steve. Please st

Re: [Dovecot] Account Migration Tool

2009-12-08 Thread Pascal Volk
On 12/08/2009 08:10 PM dmil...@amfes.com wrote: > I don't know if this tool already exists, or if not how difficult it would > be to implement, but the following is an excerpt from the man page the > developer needs to write ;) - > > "imapcopy", a command-line utility that connects to a given IMA

Re: [Dovecot] More logging for Deliver (eg file name)

2009-12-09 Thread Pascal Volk
On 12/09/2009 01:44 PM Andrew Hearn wrote: > Hello, > > I can't see from the wiki if it's possible to log extra information with > Deliver - such as the file name it's using to save the message in (Maildir). The dovecot-example.conf file contains: # Format to use for logging mail deliveries. Yo

Re: [Dovecot] Problem with dovecot-sieve and russian

2009-12-14 Thread Pascal Volk
On 12/14/2009 09:59 PM Andrew A. Polyakov wrote: > On Mon, 14 Dec 2009 15:50:40 -0500, Timo Sirainen wrote: >> On Tue, 2009-12-15 at 02:41 +0600, Andrew A. Polyakov wrote: >>> dovecot-sieve-1.2+0.1.13 >> .. >>> fileinto "&BD8EQAQ4BDIENQRC-"; >> With dovecot-sieve you should use UTF-8 for m

Re: [Dovecot] v2.0.beta1 released

2009-12-15 Thread Pascal Volk
On 12/15/2009 10:31 PM Luca Corti wrote: > … > dovecot-2.0-managesieve does not even build though. I know this is not > for you Timo, but here is the debug output anyway if anyone cares. > … > Making all in managesieve > … > managesieve-settings.c:30: warning: implicit declaration of function > 'ME

Re: [Dovecot] v2.0.beta1 released

2009-12-15 Thread Pascal Volk
On 12/16/2009 04:15 AM Luca Corti wrote: > … > I patched and compiled fine, then added > > protocols = ... managesieve > > and > > service managesieve { >inet_listener { > port = 2000 >} > } Are you sure? Or was it: 'service managesieve-login {…}'? BTW: Use port 4190 http://www.ian

[Dovecot] v2.0.beta1: Unable to delete mailboxes

2009-12-16 Thread Pascal Volk
I'm not sure if it is Dovecot (with mdbox) or me. What I have done: /path/2/dovecot/imap * PREAUTH [CAPABILITY IMAP4rev1 … QUOTA] Logged in as user 0 LIST "" * * LIST (\HasNoChildren) "/" "INBOX" 0 OK List completed. 1 CREATE foo 1 OK Create completed. 2 CREATE bar/ 2 OK Create completed. 3 LIST "

[Dovecot] v2.0.beta1

2009-12-16 Thread Pascal Volk
Hi Timo, the imap_client_workarounds are not always parsed. There was on situation, in which cmd->client->set->parsed_workarounds was set to WORKAROUND_TB_EXTRA_MAILBOX_SEP. Sorry, I can't remember what I have done. But when I try to delete a mailbox with Thunderbird imap_client_workarounds are n

Re: [Dovecot] MySQL Access

2009-12-16 Thread Pascal Volk
On 12/16/2009 05:00 PM Asai wrote: > This may be a stupid question, but here goes. > > Does the current RPM offered by ATrpms version 1.2.8 come with MySQL > enabled? > http://dl.atrpms.net/all/dovecot-1.2.spec: 55: Provides: %{name}-pgsql = %{evr}, %{name}-mysql = %{evr}, … 60: BuildRequires

Re: [Dovecot] CRAM-MD5 in Python

2009-12-16 Thread Pascal Volk
On 12/16/2009 05:11 PM Andre wrote: > Hi to all! > … > I’m implementing password crypto, but I have some problem in generating > CRAM-MD5 password, dovecot style. > … is there anyone that have had solved the problem or has any idea on how to > approach it? CRAM-MD5 requires a lot of code. ;) It

Re: [Dovecot] CRAM-MD5 in Python

2009-12-16 Thread Pascal Volk
On 12/16/2009 07:19 PM to...@tuxteam.de wrote: > > What's missing from hmac and hashlib? Why wouldn't e.g. [1] work? > > [1] > Because it's used for authentication, nor for generating a hashed password for the auth database. You are welc

Re: [Dovecot] Sieve Plugin Help

2009-12-16 Thread Pascal Volk
On 12/16/2009 10:30 PM Asai wrote: > OK, so I got the sieve plugin built, but how do I test whether it's > working? Is there debug output anywhere I can check? > Please stop top posting. Enable mail_debug, at least in the protocol lda {…} section, and watch your log file. Regards, Pascal --

Re: [Dovecot] Sieve Plugin Help

2009-12-17 Thread Pascal Volk
On 12/17/2009 06:39 PM Asai wrote: > Thank you, Pascal. I have enabled this, but I'm still not seeing > anything related to sieve in the logs. Could someone review my config > and see if there's something wrong here? By the way, I'm using maildirs > with virtual users and MySQL authentication

Re: [Dovecot] Sieve Plugin Help

2009-12-17 Thread Pascal Volk
On 12/17/2009 07:14 PM Asai wrote: > OK, here's the thing, it says relay=virtual. So, I guess I'm not using > deliver. How do I set it up to use deliver? > Read the fine documentation: http://wiki.dovecot.org/LDA -- The trapper recommends today: beeffeed.0935...@localdomain.org

Re: [Dovecot] Dovecot v2.0 wiki

2009-12-17 Thread Pascal Volk
On 12/18/2009 12:44 AM Timo Sirainen wrote: > I forked the wiki to > > http://wiki1.dovecot.org/ is the old docs for v1.x > http://wiki2.dovecot.org/ is the new docs for v2.0 > … > Now would be a good time to do any other larger changes, if anyone has > suggestions. :) Before I forget it: wiki2/

Re: [Dovecot] Dovecot v2.0 wiki

2009-12-19 Thread Pascal Volk
On 12/18/2009 12:44 AM Timo Sirainen wrote: > > The main reason for wiki2 is to be able to describe Dovecot v2.0's > actual behavior everywhere and get rid of all the old v1.x specific > settings. The wiki1 is already annoyingly bloated and confusing with > information about v1.0 and then v1.1 and

Re: [Dovecot] Openbsd Postfix-Dovecot-SASL

2009-12-22 Thread Pascal Volk
On 12/22/2009 04:37 PM thekat wrote: > … > The user can read their email but has to "send" via the local ISP server.. > > The problem > After much searching I have not found an answer to my question. > I would like the user to authenticate to be able to "send" email "through" > the server.. > Open

Re: [Dovecot] Openbsd Postfix-Dovecot-SASL

2009-12-22 Thread Pascal Volk
On 12/22/2009 04:37 PM thekat wrote: > … > Error using bsdauth > Dec 21 15:07:09 aml000t3 dovecot: Panic: auth(default): file passdb.c: line > 190 (passdb_init): assertion failed: (passdb->passdb->default_pass_scheme != > NULL || passdb->passdb->cache_key == NULL) > > It looks like bsdauth has a b

Re: [Dovecot] Openbsd Postfix-Dovecot-SASL

2009-12-22 Thread Pascal Volk
On 12/22/2009 08:30 PM thekat wrote: > Thx for the reply... > OpenBSD is one of the systems that I have never done a "third party" patch > on.. > and my guess is that v1.1.20 will not be available until 4.7 .. > v1.1.20 is available in 4.6 -current > > That being said can you provide the config

[Dovecot] 2.0.beta1/07e688afe81b imap crash

2009-12-23 Thread Pascal Volk
Hi Timo, I've replaced a mdbox, as long Thunderbird was connected. The result is attached. Regards, Pascal -- The trapper recommends today: face1e55.0935...@localdomain.org #0 0x7f0caa42ea18 in mail_namespace_get_vname (ns=0x0, dest=0x145d460, name=0x14bf1f9 "INBOX") at mail-namespace.c:4

Re: [Dovecot] Quota with Dict + SQL not updating

2009-12-30 Thread Pascal Volk
On 12/31/2009 04:20 AM Michael wrote: > Hello all, > > I have a Dovecot server deployed with a MySQL back end. > > If the user logs in and there is no quota set for them in table 'quota', the > system will automatically inset a line with their username and current > messages/storage. > > Howev

Re: [Dovecot] nested folders

2010-01-02 Thread Pascal Volk
On 01/02/2010 09:02 AM Jim Pazarena wrote: > using both thunderbird and roundcube with dovecot IMAP, I can create > all the folders I desire, but cannot create subfolders; I also cannot > delete a folder once created. > > I get a very un-informative error message from each. Is there a special > se

Re: [Dovecot] Deliver virtual user's mail to a specific namespace?

2010-01-02 Thread Pascal Volk
On 01/02/2010 05:23 AM Brian Schang wrote: > … > Now I want to make my setup more robust and have these messages > delivered to a maildir namespace. > > I have configured the LDA within the Postfix master.cf file: > dovecot unix - n n - - pipe > flags=DRhu u

Re: [Dovecot] Problems getting the antispam-plugin to work

2010-01-03 Thread Pascal Volk
On 01/03/2010 04:29 PM Malte Schirmacher wrote: > Hi List, > > i'm running the current debian lenny dovecot-version > (dpkg says it's 1.0.15-2.3+lenny1) and i'm trying to get the > antispam-plugin ('1.2+20090702-1~bpo50+3') to work. > > Unfortunately dovecot always says "antispam plugin not confi

Re: [Dovecot] Dovecot not delivering mail.

2010-01-04 Thread Pascal Volk
On 01/04/2010 10:11 PM Anthony Nedland wrote: [picture] This is the Dovecot mailing list - not a picture gallery! Use `dovecot -n -c /etc/dovecot/dovecot-postfix.conf ` Regards, Pascal -- The trapper recommends today: decade.1000...@localdomain.org

Re: [Dovecot] managesieve : unable to authenticate with cram-md5

2010-01-04 Thread Pascal Volk
On 12/25/2009 05:15 PM Stephan Bosch wrote: > Ok, Pascal Volk investigated this matter and found a bug in the > Thunderbird Sieve plugin. The author is notified. Thomas Schmid, the author of the Sieve extension, has released version 0.1.8. Now everything is working fine.

Re: [Dovecot] Dovecot not delivering mail.

2010-01-06 Thread Pascal Volk
On 01/06/2010 02:15 PM Thomas Wolf wrote: > … > The package "dovecot-postfix" installs and uses dovecot-postfix.conf but > unfortunately also puts the default dovecot.conf in /etc/dovecot > (driving everyone crazy who blindly follows howtos editing > dovecot.conf). Highly recommended to remove/rena

Re: [Dovecot] Dovecot not delivering mail.

2010-01-06 Thread Pascal Volk
On 01/06/2010 03:44 PM Charles Marcus wrote: > On 2010-01-06 7:20 AM, Timo Sirainen wrote: >> On 5.1.2010, at 13.55, Charles Marcus wrote: >>> dovecot -n should know which config file it is using, and outout >>> accordingly. > >> How would it know what config file Dovecot is using? The config file

Re: [Dovecot] dovecot refuses to remove folders

2010-01-07 Thread Pascal Volk
On 01/07/2010 06:54 PM Harald Dunkel wrote: > Hi folks, > > I've got a problem between Thunderbird 3.0 and Dovecot imapd > version 1.2.9. Configuration: > … > Please note the "LAYOUT=fs" and "seperator: /". AFAICS Dovecot > refuses to remove a folder with '/' inside or at the end. > > Sample sess

Re: [Dovecot] Does Dovecot Sieve plug-in support Dovecot 2.0?

2010-01-07 Thread Pascal Volk
On 01/07/2010 07:35 PM wenjie zheng wrote: > Does Dovecot Sieve plug-in support Dovecot 2.0? > > We have a few servers running Dovecot 2.0 beta1, but the Dovecot Sieve > plug-in (version 0.1.4) won't compile against it. > > Is this on the Sieve TODO list? If so, when do you see it will happen? V

Re: [Dovecot] Does Dovecot Sieve plug-in support Dovecot 2.0?

2010-01-07 Thread Pascal Volk
On 01/07/2010 07:43 PM Pascal Volk wrote: > On 01/07/2010 07:35 PM wenjie zheng wrote: >> We have a few servers running Dovecot 2.0 beta1 … > > http://hg.rename-it.nl/dovecot-2.0-sieve/ > http://hg.rename-it.nl/dovecot-2.0-managesieve/ Uhm, the latest changesets will not compi

Re: [Dovecot] how to use dsync?

2010-01-10 Thread Pascal Volk
On 01/10/2010 05:38 PM joa...@verona.se wrote: > I would like to try dsync but dont quite understand the usage > string. Can anyone offer an example? New Dovecot v2.0.x things are currently partially documented and only available in wiki_2_. For dsync see: http://wiki2.dovecot.org/Tools/dsync Re

<    1   2   3   4   5   6   >