search for: beta13

Displaying 15 results from an estimated 15 matches for "beta13".

Did you mean: beta1
2007 Dec 29
4
v1.1.beta13 released
http://dovecot.org/releases/1.1/beta/dovecot-1.1.beta13.tar.gz http://dovecot.org/releases/1.1/beta/dovecot-1.1.beta13.tar.gz.sig Changes since beta12: - Half of LDAP code was rewritten to fix reconnect/queuing problems. I did test that the new code works with and without auth binds, but be careful. - \Recent flags should finally work correctly with...
2008 Jan 23
2
PATCH: compile dovecot-1.1.beta14 with gcc 2.95
....1. Also the flexible array members (char a[]) are not available for gcc 2.95. So I replaced them with zero-extent arrays (char a[0]), which should also work, but that is gcc specific. A general pointer (char* a) should work as well, I guess. I have attached a patch that fixes all this. It is for beta13 but also works on beta14. BTW.: There is a typo in src/login-common/main.c, it's equivalent, not equilevant. Cheers, Sven -- http://sven.anderson.de "Believe those who are seeking the truth. tel: +49-551-9969285 Doubt those who find it." mobile: +49-179-4939223...
2007 Dec 31
1
Segmentation fault in dovecot-sieve-1.1.2 + dovecot-1.1.beta13
Hi, dovecot-sieve-1.1.2 + dovecot-1.1.beta13 segfaults with the following sieve filter: --- require ["imapflags"]; if header :contains "subject" ["test"] { addflag "$testflag"; } --- when a message with a subject containing "test" is delivered via dovecot lda. The fa...
2008 Mar 08
2
IPv6-enabled dovecot-1.1rc* does not accept IPv4-connections
Hi, I'm having a really really strange problem. After upgrading from 1.1.beta13 to 1.1.rc2 (happened with rc1 as well IIRC) I can't connect to the services using IPv4 anymore. dovecot happily binds to the IPv6 wildcard socket which should accept IPv4 connections as well. root at vs02:~# netstat -lnp --tcp | grep dovecot tcp6 0 0 :::993 :::*...
2008 Jan 07
1
Imap assertion (dovecot-1.1.beta13)
Hi, I continue testing the beta versions and have seen a great improvement over the last few ones. On beta13 I'm seeing the following assert on some client folders: file index-mail.c: line 759 (index_mail_stream_destroy_callback): assertion failed: (mail->data.destroying_stream) If you need I can try and reproduce this in a more controled environment to pinpoint the problem. Thanks, -- Nuno Lope...
2007 Dec 31
1
b13 Compile error on Solaris 10 (Sparc)
...eue.c:121: error: structure has no member named `full' queue.c:122: error: structure has no member named `tail' queue.c:122: error: structure has no member named `head' *** Error code 1 make: Fatal error: Command failed for target `queue.o' Current working directory /tmp/dovecot-1.1.beta13/src/lib *** Error code 1 make: Fatal error: Command failed for target `all' Current working directory /tmp/dovecot-1.1.beta13/src/lib *** Error code 1 The following command caused the error: failcom='exit 1'; \ for f in x $MAKEFLAGS; do \ case $f in \ *=* | --[!k]*);; \ *k*) f...
2008 Jan 14
3
maildirsize quota does not referred after migration from courier
...x is our MTA and maildrop is MDA. Quota settings were wriiten in the maildirsize file reside under Maildir directory at everyone's home. The command we use to set user quota: /usr/local/bin/maildirmake -q 315000000S Maildir After installing a test environment using dovecot v1.1.beta13, we found that it does not read the quota settings from the maildirsize file, instead, it only rely on the system wide settings. This could be a problem since we have different quota settings for different groups of users. Is this a bug of v1.1? Or should I use v1.0 instead? Will v1.1 f...
2008 Jan 16
1
Quota 1.1 problem
Helo all, I'm trying to use Dovecot v1.1.beta13 lda with ldap. I made a tons of change in configurations but still can't set quota from ldap. See below: Log: Jan 16 17:37:09 mailserver-03 dovecot: auth(default): userdb(teste at xxx.com.br,127.0.0.1): Invalid GID value '*:bytes=1033' dovecot-ldap.conf: user_attrs = mailMessageStore...
2008 Jan 17
2
Error with 1.1 Beta
I am running the latest version of the 1.1 beta and just got the following error: Jan 17 06:20:13 apple dovecot: IMAP(jeff): rename(/home/jeff/Maildir/.Sent Items/dovecot.index.cache.lock, /home/jeff/Maildir/.Sent Items/dovecot.index.cache) failed: No such file or directory Jan 17 06:20:13 apple dovecot: IMAP(jeff): file_dotlock_replace() failed with index cache file /home/jeff/Maildir/.Sent
2008 Jan 20
1
v1.1.beta14 released
http://dovecot.org/releases/1.1/beta/dovecot-1.1.beta14.tar.gz http://dovecot.org/releases/1.1/beta/dovecot-1.1.beta14.tar.gz.sig School has started since beta13 release and I've been a bit busy with it and trying to get my sleeping times fixed (0-2h sleep doesn't seem to be enough). My interest in algorithms has also grown a bit recently. I'm thinking about majoring in CS / algorithmics (as well as biochemistry / possibly bioinformatics). This...
2007 Dec 31
4
1.1b13 build in FreeBSD fails using 'make'; 'gmake' apparently required
...ce, i couldn't figure this out ... on a whim, i tried 'gmake', instead of 'make'. it completes without error. subsequent make check make install are both ok, resulting in ls -al dovecot -rwxr-xr-x 1 root wheel 459786 Dec 30 21:53 dovecot* ./dovecot --version 1.1.beta13 on FreeBSD, apparently, make != gmake ls -al `which make` `which gmake` -r-xr-xr-x 1 root wheel 350904 Dec 29 17:25 /usr/bin/make* -r-xr-xr-x 1 root wheel 199808 Dec 27 06:14 /usr/local/bin/gmake* make --version make: illegal option -- - usage: make [-BPSXeiknqrstv] [-C directory...
2006 Jul 17
1
sem: negative parameter variances
...a model (additional between equations). So to begin with, I try to estimate pool, which is obviously easier, and proceed as follows: Consider the following specification: model.3eq.33 <- specify.model( ) ln.inv.p0.pc -> ln.grp.phvi.pc , beta13 , NA ln.migr.new -> ln.grp.phvi.pc , beta12 , NA ln.grp.corr.pc97 -> ln.grp.phvi.pc , gamma11 , NA ln.sh.ind.rawwide -&...
2008 Mar 03
1
dovecot 1.1rc1 deliver linker error without mbox
...deliver/deliver.c:559: undefined reference to `mbox_from_parse' collect2: ld returned 1 exit status make[4]: *** [deliver] Error 1 make[4]: Leaving directory `/home/berni/software/dovecot/dovecot-1.1.rc1/src/deliver' With mbox included it compiles fine. This was not the case until at least beta13. Regards, Bernhard
2008 Jan 08
3
Test Environment Question
I have my master IMAP server running DC V1.0.10. The homedir and INBOXdir are physically resident there and NFS exported (no caching) to 3 other machines. I have installed V1.1beta13 on one of them (which thus accesses the homedir/INBOXdir remotely) and plan to have a limited community test-drive it there. Are there any hazards or drawbacks in doing this? While the homedirs and INBOXdirs are thus shared, I have it so that each machine has its own local index directory and...
2005 Aug 25
2
no sound with red alarm?
Does it make sense that a system with a single PRI (sangoma card) would loose its ability to play sounds when not connected to the PSTN for clock? Is there a way to configure ztdummy as a BACKUP clock source, or is there a better way altogether? -------------- next part -------------- An HTML attachment was scrubbed... URL: