Re: [Dovecot] v1.1.rc6 released won't compile

2008-05-30 Thread Geert Hendrickx
On Thu, May 29, 2008 at 11:16:55PM -0400, webbie wrote:
 I got a compile error with rc6, rc5 works fine.


Exactly the same on NetBSD:


mail-index-write.c: In function `mail_index_write':
mail-index-write.c:179: error: structure has no member named `st_ctim'
mail-index-write.c:179: error: structure has no member named `st_ctim'
*** Error code 1


Geert




 
 amd64:dovecot-1.1.rc6# uname -a
 FreeBSD amd64.objtech.com 7.0-RELEASE-p1 FreeBSD 7.0-RELEASE-p1 #3: Fri 
 Apr 18 02:18:13 EDT 2008
 
 
 ./configure \
 --prefix=/opt1/dovecot \
 --localstatedir=/var \
 --without-shadow \
 --without-cyrus-sasl2 \
 --without-pop3d \
 --without-gssapi \
 --disable-ipv6 \
 --disable-debug \
 --with-ioloop=kqueue \
 --with-ssl=openssl
 
 make
 
 [trimmed]
 
 gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/lib  -I../../src/lib-mail 
   -std=gnu99 -g -O2 -Wall -W -Wmissing-prototypes 
 -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 
 -Wbad-function-cast -Wstrict-aliasing=2 -MT mail-index-view-sync.o -MD 
 -MP -MF .deps/mail-index-view-sync.Tpo -c -o mail-index-view-sync.o 
 mail-index-view-sync.c
 mv -f .deps/mail-index-view-sync.Tpo .deps/mail-index-view-sync.Po
 gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/lib  -I../../src/lib-mail 
   -std=gnu99 -g -O2 -Wall -W -Wmissing-prototypes 
 -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 
 -Wbad-function-cast -Wstrict-aliasing=2 -MT mail-index-write.o -MD -MP 
 -MF .deps/mail-index-write.Tpo -c -o mail-index-write.o mail-index-write.c
 mail-index-write.c: In function 'mail_index_write':
 mail-index-write.c:179: error: 'struct stat' has no member named 'st_ctim'
 mail-index-write.c:179: error: 'struct stat' has no member named 'st_ctim'
 *** Error code 1
 
 Stop in /opt1/source/dovecot-1.1.rc6/src/lib-index.
 *** Error code 1
 
 Stop in /opt1/source/dovecot-1.1.rc6/src.
 *** Error code 1
 
 Stop in /opt1/source/dovecot-1.1.rc6.
 *** Error code 1
 
 Stop in /opt1/source/dovecot-1.1.rc6.


Re: [Dovecot] v1.1.rc6 released won't compile

2008-05-30 Thread LÉVAI Dániel
On 2008. May 30. 08:12:39 Geert Hendrickx wrote:
 On Thu, May 29, 2008 at 11:16:55PM -0400, webbie wrote:
  I got a compile error with rc6, rc5 works fine.

 Exactly the same on NetBSD:


 mail-index-write.c: In function `mail_index_write':
 mail-index-write.c:179: error: structure has no member named
 `st_ctim' mail-index-write.c:179: error: structure has no member
 named `st_ctim' *** Error code 1


   Geert

  amd64:dovecot-1.1.rc6# uname -a
  FreeBSD amd64.objtech.com 7.0-RELEASE-p1 FreeBSD 7.0-RELEASE-p1 #3:
  Fri Apr 18 02:18:13 EDT 2008
 
 
  ./configure \
  --prefix=/opt1/dovecot \
  --localstatedir=/var \
  --without-shadow \
  --without-cyrus-sasl2 \
  --without-pop3d \
  --without-gssapi \
  --disable-ipv6 \
  --disable-debug \
  --with-ioloop=kqueue \
  --with-ssl=openssl
 
  make
 
  [trimmed]
 
  gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/lib 
  -I../../src/lib-mail -std=gnu99 -g -O2 -Wall -W
  -Wmissing-prototypes
  -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2
  -Wbad-function-cast -Wstrict-aliasing=2 -MT mail-index-view-sync.o
  -MD -MP -MF .deps/mail-index-view-sync.Tpo -c -o
  mail-index-view-sync.o mail-index-view-sync.c
  mv -f .deps/mail-index-view-sync.Tpo .deps/mail-index-view-sync.Po
  gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/lib 
  -I../../src/lib-mail -std=gnu99 -g -O2 -Wall -W
  -Wmissing-prototypes
  -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2
  -Wbad-function-cast -Wstrict-aliasing=2 -MT mail-index-write.o -MD
  -MP -MF .deps/mail-index-write.Tpo -c -o mail-index-write.o
  mail-index-write.c mail-index-write.c: In function
  'mail_index_write':
  mail-index-write.c:179: error: 'struct stat' has no member named
  'st_ctim' mail-index-write.c:179: error: 'struct stat' has no
  member named 'st_ctim' *** Error code 1
 
  Stop in /opt1/source/dovecot-1.1.rc6/src/lib-index.
  *** Error code 1
 
  Stop in /opt1/source/dovecot-1.1.rc6/src.
  *** Error code 1
 
  Stop in /opt1/source/dovecot-1.1.rc6.
  *** Error code 1
 
  Stop in /opt1/source/dovecot-1.1.rc6.

Same here; OpenBSD 4.3.

Daniel

-- 
LEVAI Dániel
PGP key ID = 0x4AC0A4B1
Key fingerprint = D037 03B9 C12D D338 4412  2D83 1373 917A 4AC0 A4B1


Re: [Dovecot] v1.1.rc6 released won't compile

2008-05-30 Thread Odhiambo Washington
On Fri, May 30, 2008 at 9:12 AM, Geert Hendrickx [EMAIL PROTECTED] wrote:

 On Thu, May 29, 2008 at 11:16:55PM -0400, webbie wrote:
  I got a compile error with rc6, rc5 works fine.


 Exactly the same on NetBSD:


 mail-index-write.c: In function `mail_index_write':
 mail-index-write.c:179: error: structure has no member named `st_ctim'
 mail-index-write.c:179: error: structure has no member named `st_ctim'
 *** Error code 1


Same on FreeBSD 6.3-STABLE, not just FreeBSD-7.x


-- 
Best regards,
Odhiambo WASHINGTON,
Nairobi,KE
+254733744121/+254722743223
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

Oh My God! They killed init! You Bastards!
--from a /. post


Re: [Dovecot] v1.1.rc6 released won't compile

2008-05-30 Thread Brad
On Friday 30 May 2008 02:34:56 Odhiambo Washington wrote:
 On Fri, May 30, 2008 at 9:12 AM, Geert Hendrickx [EMAIL PROTECTED] wrote:
  On Thu, May 29, 2008 at 11:16:55PM -0400, webbie wrote:
   I got a compile error with rc6, rc5 works fine.
 
  Exactly the same on NetBSD:
 
 
  mail-index-write.c: In function `mail_index_write':
  mail-index-write.c:179: error: structure has no member named `st_ctim'
  mail-index-write.c:179: error: structure has no member named `st_ctim'
  *** Error code 1

 Same on FreeBSD 6.3-STABLE, not just FreeBSD-7.x

The version does not matter. It'll fail to compile on any BSD OS of
any revision.

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.



Re: [Dovecot] no bookeeping using public folders

2008-05-30 Thread Claude Frantz

Timo Sirainen wrote:


I don't really know about Thunderbird. You could always verify these
things by talking IMAP protocol directly:

1 login user pass
2 status mailbox (messages unseen recent)


The server reports the same number of messages and unseen's.

In the related dovecot-keywords file, there is only one line which 
contains 0 unknown-0. This seems strange to me.


Does each user have their own control directory? If so that explains it.


Yes, every user has his/her own control directory because (s)he should 
have the option to subscribe the folders (s)he want to have.



The control directory should probably be shared (as long as there are
enough write permissions for everyone to be able to update/replace
dovecot-uidlist).


Which one control directory should be shared ? The one owned by the user 
which is owner of the Maildir which should be shared or the one of every 
user which should get a read-only access ?



dovecot-shared file can be used to affect created
files' group/permissions (chgrp mailshared dovecot-shared, chmod 0660
dovecot-shared).


http://wiki.dovecot.org/SharedMailboxes says: Dovecot versions older 
than v1.1 ignore dovecot-shared for copied messages when 
maildir_copy_with_hardlinks=yes. I have an older version and this 
option is set to yes.



Anyway the unknown-0 means that Dovecot found a flag from maildir
filenames (the flags/keywords are stored in filenames), but it didn't
exist in dovecot-keywords file, so it added it. So it's not really
possible to use keywords without sharing control directory.


This discrepency can occur when the reading user's dovecot-keywords file 
does not contain an entry related to the flags which are found at the 
end of the filename of the message file, which is owned by another user 
than the reading one.



Private seen flags are stored only in index files.


I'm surprised to see that there are no dovecot.* files in the reading 
user's index directories related to the shared folders. The directories 
have been created but not the index files. The dovecot.* files exists in 
the directories related to the non-shared folders.


Again, many thanks for your help.

Claude


[Dovecot] Compile error with 1.1rc6

2008-05-30 Thread Trent Stevens
I'm trying a very basic ./configure; make of v1.1rc6 under Mac OS X  
10.5.3.  I have previously installed v1.1rc5 with no problems  
(although I was running OS X 10.5.2 at the time).


Machine is an Intel based Mac Mini running on an Journaled HFS+  
partition.


When I attempt the make I am running into:

snip
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/lib -I../../src/lib- 
mail   -std=gnu99 -g -O2 -Wall -W -Wmissing-prototypes -Wmissing- 
declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad- 
function-cast -Wstrict-aliasing=2  -MT mail-index-view-sync.o -MD -MP - 
MF .deps/mail-index-view-sync.Tpo -c -o mail-index-view-sync.o mail- 
index-view-sync.c

mv -f .deps/mail-index-view-sync.Tpo .deps/mail-index-view-sync.Po
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/lib -I../../src/lib- 
mail   -std=gnu99 -g -O2 -Wall -W -Wmissing-prototypes -Wmissing- 
declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad- 
function-cast -Wstrict-aliasing=2  -MT mail-index-write.o -MD -MP - 
MF .deps/mail-index-write.Tpo -c -o mail-index-write.o mail-index- 
write.c

mail-index-write.c: In function 'mail_index_write':
mail-index-write.c:179: error: 'struct stat' has no member named  
'st_ctim'
mail-index-write.c:179: error: 'struct stat' has no member named  
'st_ctim'

make[3]: *** [mail-index-write.o] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2





Re: [Dovecot] v1.1.rc6 released won't compile

2008-05-30 Thread Timo Sirainen
On Thu, 2008-05-29 at 23:16 -0400, webbie wrote:
 mail-index-write.c:179: error: 'struct stat' has no member named 'st_ctim'
 mail-index-write.c:179: error: 'struct stat' has no member named 'st_ctim'

Whops, I guess I'll make a rc7 release later today for you BSD people.
For now these patches help (messed up the first one):

http://hg.dovecot.org/dovecot-1.1/rev/0d842b055838
http://hg.dovecot.org/dovecot-1.1/rev/5766890f1275



signature.asc
Description: This is a digitally signed message part


[Dovecot] Web-based shared calendar synchronizable with Outlook

2008-05-30 Thread Samuel HAMEAU

Hi,

I know this request is a a little off-topic but may be interesting for
dovecot users (at least i hope!)

Does anybody has already had an experience with a calendar sharing 
solution including a webcalendar and an outlook connector, compatible 
with dovecot ?

Today, there are many projects aiming to be a M$ Exchange Killer (such
as Zimbra, OBM, open-exchange, etc) but they offers a global package 
with MTA and imap server included.


I saw the page about BynariConnector 
(http://wiki.dovecot.org/HowTo/BynariConnector) but unfortunatly they do 
not provide a webmail :(

I'm afraid


What I am looking for is a shared agenda solution providing a 
webcalendar, an outlook connector and eventually a pda connector, using 
(or not) dovecot, and a corporate ldap server...


What are you guys using ?


sam



Re: [Dovecot] Web-based shared calendar synchronizable with Outlook

2008-05-30 Thread Charles Marcus

On 5/30/2008, Samuel HAMEAU ([EMAIL PROTECTED]) wrote:

What I am looking for is a shared agenda solution providing a
webcalendar, an outlook connector and eventually a pda connector,
using (or not) dovecot, and a corporate ldap server...


Well...

www.scheduleworld.com provides free syncing/sharing of calendars, tasks 
and contacts, between Outlook (funombol plugin), Thunderbird (SyncSW 
extension) and alomost all phones (even non-smartphones can usually sync 
contacts).


This is a full 2 way sync for all clients, and it works great.

But... I think what you are reakky asking about is not a shared calendar 
solution, but an exchange replacement, which this is not...


--

Best regards,

Charles


Re: [Dovecot] v1.1.rc6 released

2008-05-30 Thread Johannes Berg
On Fri, 2008-05-30 at 03:39 +0300, Timo Sirainen wrote:
 http://dovecot.org/releases/1.1/rc/dovecot-1.1.rc6.tar.gz
 http://dovecot.org/releases/1.1/rc/dovecot-1.1.rc6.tar.gz.sig
 
 This is it. The first v1.1 release that actually deserves the release
 candidate name. It contains everything I require from v1.1.0 release.

I took the opportunity and made the antispam plugin work, but I only
lightly tested it, I need to review and see if it doesn't leak mail
references/memory.

johannes


signature.asc
Description: This is a digitally signed message part


Re: [Dovecot] v1.1.rc6 released

2008-05-30 Thread Juan Asensio Sánchez
Hi

I will try the plugin because i have been who most problems has had.

Regards.

2008/5/30 Johannes Berg [EMAIL PROTECTED]:
 On Fri, 2008-05-30 at 03:39 +0300, Timo Sirainen wrote:
 http://dovecot.org/releases/1.1/rc/dovecot-1.1.rc6.tar.gz
 http://dovecot.org/releases/1.1/rc/dovecot-1.1.rc6.tar.gz.sig

 This is it. The first v1.1 release that actually deserves the release
 candidate name. It contains everything I require from v1.1.0 release.

 I took the opportunity and made the antispam plugin work, but I only
 lightly tested it, I need to review and see if it doesn't leak mail
 references/memory.

 johannes



Re: [Dovecot] Web-based shared calendar synchronizable with Outlook

2008-05-30 Thread Samuel HAMEAU

Charles Marcus a écrit :

On 5/30/2008, Samuel HAMEAU ([EMAIL PROTECTED]) wrote:

What I am looking for is a shared agenda solution providing a
webcalendar, an outlook connector and eventually a pda connector,
using (or not) dovecot, and a corporate ldap server...


Well...

www.scheduleworld.com provides free syncing/sharing of calendars, tasks 
and contacts, between Outlook (funombol plugin), Thunderbird (SyncSW 
extension) and alomost all phones (even non-smartphones can usually sync 
contacts).


This is a full 2 way sync for all clients, and it works great.

But... I think what you are reakky asking about is not a shared calendar 
solution, but an exchange replacement, which this is not...





Well, SW seems cool but misses the webcalendar part...
I don't want an exactly an exchange replacement, I can say in other 
terms that I am rather looking for a webcalendar which provides a 
possibility to see others people's calendars, and which allows to 
synchronize outlook's calendar with it (and eventually pda's as well)


Zimbra, Kolab and others projects do it but provide mandatory email 
server packaged with. AS you might have guessed i want to keep using 
dovecot/postfix :)





Re: [Dovecot] Web-based shared calendar synchronizable with Outlook

2008-05-30 Thread Charles Marcus

On 5/30/2008, Samuel HAMEAU ([EMAIL PROTECTED]) wrote:

Well, SW seems cool but misses the webcalendar part...


No it doesn't... create an account and log into it.

I don't care much for the interface, but it is there...

--

Best regards,

Charles


Re: [Dovecot] v1.1.rc6 released won't compile

2008-05-30 Thread webbie

Thanks Timo. It works.


Timo Sirainen wrote:

On Thu, 2008-05-29 at 23:16 -0400, webbie wrote:

mail-index-write.c:179: error: 'struct stat' has no member named 'st_ctim'
mail-index-write.c:179: error: 'struct stat' has no member named 'st_ctim'


Whops, I guess I'll make a rc7 release later today for you BSD people.
For now these patches help (messed up the first one):

http://hg.dovecot.org/dovecot-1.1/rev/0d842b055838
http://hg.dovecot.org/dovecot-1.1/rev/5766890f1275



Re: [Dovecot] Web-based shared calendar synchronizable with Outlook

2008-05-30 Thread Farkas Levente
gmail or google apps do everything fro you for free...

On Fri, May 30, 2008 at 2:42 PM, Charles Marcus [EMAIL PROTECTED]
wrote:

 On 5/30/2008, Samuel HAMEAU ([EMAIL PROTECTED]) wrote:

 Well, SW seems cool but misses the webcalendar part...


 No it doesn't... create an account and log into it.

 I don't care much for the interface, but it is there...

 --

 Best regards,

 Charles




-- 
 Levente   Si vis pacem para bellum!


[Dovecot] overview of patches used in Fedora

2008-05-30 Thread Dan Horák
Hi,

I have gone through the patches that are used in the Fedora package and
probably only the mkcert-permissions [1] can be considered to be
included upstream. It is dated into package version 1.0-0.beta2.3, but I
cannot find any particular reason for the inclusion (like a bug in
bugzilla, etc.). Some (winbind support, quota warnings) were obsoleted
by dovecot 1.1, two are used for distro specific settings. So the only
real patch that remains is the pam_setcred [2] patch that fixes
https://bugzilla.redhat.com/show_bug.cgi?id=146198

Current state of the package for Fedora is at
http://cvs.fedoraproject.org/viewcvs/rpms/dovecot/devel/


Dan

[1]
http://cvs.fedoraproject.org/viewcvs/rpms/dovecot/devel/dovecot-1.0.beta2-mkcert-permissions.patch?rev=1.1view=auto
[2]
http://cvs.fedoraproject.org/viewcvs/rpms/dovecot/devel/dovecot-1.0.rc2-pam-setcred.patch?rev=1.1view=auto
-- 
Fedora and Red Hat package maintainer



Re: [Dovecot] Web-based shared calendar synchronizable with Outlook

2008-05-30 Thread Roderick A. Anderson

Samuel HAMEAU wrote:

Hi,

I know this request is a a little off-topic but may be interesting for
dovecot users (at least i hope!)

Does anybody has already had an experience with a calendar sharing 
solution including a webcalendar and an outlook connector, compatible 
with dovecot ?

Today, there are many projects aiming to be a M$ Exchange Killer (such
as Zimbra, OBM, open-exchange, etc) but they offers a global package 
with MTA and imap server included.


I saw the page about BynariConnector 
(http://wiki.dovecot.org/HowTo/BynariConnector) but unfortunatly they do 
not provide a webmail :(

I'm afraid


What I am looking for is a shared agenda solution providing a 
webcalendar, an outlook connector and eventually a pda connector, using 
(or not) dovecot, and a corporate ldap server...


What are you guys using ?


Not using right now but I have used WebCal 
(http://bulldog.tzo.org/webcal/).  It went end-of-life back in 2003 and 
I haven't found it's replacement (though only doing some light searching.)


Some of the user/administrator interface is butt-ugly (mostly color 
selection and combinations) but it does a nice job at shared 
calendars/resources and the big plus for me is it is written in Perl so 
can be modified.



Rod
--



sam





Re: [Dovecot] Web-based shared calendar synchronizable with Outlook

2008-05-30 Thread Rick Romero


On May 30, 2008, at 9:22 AM, Roderick A. Anderson wrote:


Samuel HAMEAU wrote:

Hi,
I know this request is a a little off-topic but may be interesting  
for

dovecot users (at least i hope!)
Does anybody has already had an experience with a calendar sharing  
solution including a webcalendar and an outlook connector,  
compatible with dovecot ?
Today, there are many projects aiming to be a M$ Exchange  
Killer (such
as Zimbra, OBM, open-exchange, etc) but they offers a global  
package with MTA and imap server included.
I saw the page about BynariConnector (http://wiki.dovecot.org/ 
HowTo/BynariConnector) but unfortunatly they do not provide a  
webmail :(

I'm afraid
What I am looking for is a shared agenda solution providing a  
webcalendar, an outlook connector and eventually a pda connector,  
using (or not) dovecot, and a corporate ldap server...

What are you guys using ?


Not using right now but I have used WebCal (http://bulldog.tzo.org/ 
webcal/).  It went end-of-life back in 2003 and I haven't found  
it's replacement (though only doing some light searching.)


Some of the user/administrator interface is butt-ugly (mostly color  
selection and combinations) but it does a nice job at shared  
calendars/resources and the big plus for me is it is written in  
Perl so can be modified.




The latest from the Horde project has a sharable calendar system, and  
uses SyncML to sync to other devices.


I've used the shared calendars a little, but I'm a couple revisions  
behind for trying out the SyncML stuff.


Rick


Re: [Dovecot] v1.1.rc6 released won't compile

2008-05-30 Thread Geert Hendrickx
On Fri, May 30, 2008 at 12:01:30PM +0300, Timo Sirainen wrote:
 Whops, I guess I'll make a rc7 release later today for you BSD people.
 For now these patches help (messed up the first one):
 
 http://hg.dovecot.org/dovecot-1.1/rev/0d842b055838
 http://hg.dovecot.org/dovecot-1.1/rev/5766890f1275


Confirmed (on NetBSD).

Geert




pgpS95nIVvafX.pgp
Description: PGP signature


[Dovecot] Dovecot 1.1 significantly faster than 1.0

2008-05-30 Thread Marc Perkel
It appears to be that 1.1 is a lot faster that 1.0. And server load 
levels have dropped.


Re: [Dovecot] Dovecot 1.1 significantly faster than 1.0

2008-05-30 Thread Jose Celestino
Words by Marc Perkel [Fri, May 30, 2008 at 09:45:21AM -0700]:
 It appears to be that 1.1 is a lot faster that 1.0. And server load  
 levels have dropped.

Yes. That's because it is.

-- 
Jose Celestino | http://japc.uncovering.org/files/japc-pgpkey.asc

One man’s theology is another man’s belly laugh. -- Robert A. Heinlein


Re: [Dovecot] Web-based shared calendar synchronizable with Outlook

2008-05-30 Thread Charles Marcus

On 5/30/2008, Farkas Levente ([EMAIL PROTECTED]) wrote:

gmail or google apps do everything fro you for free...


scheduleworld is free, and also syncs with a *lot* more than google apps 
does... I personally don't trust google...


But use whatever works for you...

--

Best regards,

Charles


Re: [Dovecot] v1.1.rc6 released (managesieve updated)

2008-05-30 Thread Stephan Bosch

Timo Sirainen schreef:

http://dovecot.org/releases/1.1/rc/dovecot-1.1.rc6.tar.gz
http://dovecot.org/releases/1.1/rc/dovecot-1.1.rc6.tar.gz.sig
Previous managesieve wont compile against rc6, so I made a quick new 
release (expecting rc7 to arrive soon):


http://www.rename-it.nl/dovecot/1.1/dovecot-1.1.rc6-managesieve-0.10.2.diff.gz
http://www.rename-it.nl/dovecot/1.1/dovecot-1.1.rc6-managesieve-0.10.2.diff.gz.sig

Regards,

Stephan.


[Dovecot] v1.1.rc7 released

2008-05-30 Thread Timo Sirainen
http://dovecot.org/releases/1.1/rc/dovecot-1.1.rc7.tar.gz
http://dovecot.org/releases/1.1/rc/dovecot-1.1.rc7.tar.gz.sig

One extra RC release, just to fix compiling problems with non-Linux
OSes. Nothing else changed since rc6.



signature.asc
Description: This is a digitally signed message part


[Dovecot] Panic: Trying to close mailbox INBOX with open transactions

2008-05-30 Thread Diego Liziero
Got this using dovecot-1.1 (hg version of 2 days ago).
I mean with http://hg.dovecot.org/dovecot-1.1/rev/c4342385d696 included.
Regards,
Diego.

-
Panic: IMAP(username): Trying to close mailbox INBOX with open transactions
(gdb) bt
#0  0x007c3402 in __kernel_vsyscall ()
#1  0x00138ba0 in raise () from /lib/libc.so.6
#2  0x0013a4b1 in abort () from /lib/libc.so.6
#3  0x080d49f0 in default_fatal_finish (type=LOG_TYPE_PANIC, status=0)
at failures.c:152
#4  0x080d523a in i_internal_fatal_handler (type=LOG_TYPE_PANIC,
status=0, fmt=0x80f6c34 Trying to close mailbox %s with open
transactions,
args=0xbf8648c4
8^\\\b�H\206���\005\b\210�[\bN�\016\b�H\206�NI\016\b��[\bh�[\b\030I\206��\023\006\b��[\b��[\b\bI\206�2�\016\b��[\b�$)
at failures.c:418
#5  0x080d4b2a in i_panic (format=0x80f6c34 Trying to close mailbox
%s with open transactions) at failures.c:193
#6  0x080a5126 in mailbox_close (_box=0x6) at mail-storage.c:471
#7  0x0805edb8 in cmd_logout (cmd=0x85bd7d8) at cmd-logout.c:18
#8  0x080613dc in client_command_cancel (_cmd=0x85bd3c4) at client.c:75
#9  0x08061662 in client_destroy (client=0x85bd368, reason=0x80eee5b
Connection closed) at client.c:134
#10 0x0806285e in client_input (client=0x85bd368) at client.c:697
#11 0x080df05a in io_loop_handler_run (ioloop=0x85bb9b0) at ioloop-epoll.c:201
#12 0x080de2a2 in io_loop_run (ioloop=0x85bb9b0) at ioloop.c:308
#13 0x0806dd14 in main (argc=1, argv=0xbf864ab4, envp=0xbf864abc) at main.c:293


[Dovecot] dovecot-1.1.rc7 Panic: POP3(username): file index-mail.c: line 1007: unreached

2008-05-30 Thread Diego Liziero
And got this regression with dovecot-1.1.rc7 with each pop3 connection,
hg version of 2 days ago was working fine.

Now I'm back again to hg before Message sort index handling rewrite.

Regards,
Diego.
---
Panic: POP3(username): file index-mail.c: line 1007: unreached

(gdb) bt
#0  0x00b91402 in __kernel_vsyscall ()
#1  0x00725ba0 in raise () from /lib/libc.so.6
#2  0x007274b1 in abort () from /lib/libc.so.6
#3  0x080c3f0d in default_fatal_finish (type=value optimized out,
status=0) at failures.c:152
#4  0x080c3f5a in i_internal_fatal_handler (type=LOG_TYPE_PANIC,
status=0, fmt=0x80d8210 file %s: line %d: unreached, args=0xbfeec684
3�\r\b�\003) at failures.c:418
#5  0x080c37fc in i_panic (format=0x80d8210 file %s: line %d:
unreached) at failures.c:193
#6  0x08089a60 in index_mail_get_special (_mail=0x963cbe0, field=6,
value_r=0xbfeec70c) at index-mail.c:1007
#7  0x0805aac5 in list_uids_iter (client=0x9636f68, ctx=0x96389a0) at
commands.c:566
#8  0x0805ad31 in client_command_execute (client=0x9636f68,
name=0x963b37c UIDL, args=0x80dc0c2 ) at commands.c:642
#9  0x08059f92 in client_input (client=0x9636f68) at client.c:413
#10 0x080cb7c0 in io_loop_handler_run (ioloop=0x96359b0) at ioloop-epoll.c:201
#11 0x080ca9c8 in io_loop_run (ioloop=0x96359b0) at ioloop.c:308
#12 0x0805bbfc in main (argc=Cannot access memory at address 0x4c52
) at main.c:275


Re: [Dovecot] v1.1.rc7 released

2008-05-30 Thread Jerry Yeager

v1.1 rc7

So far, so good, on OS X 10.5.3. No problems compiling, installing or  
running.


:^)

Jerry




smime.p7s
Description: S/MIME cryptographic signature


Re: [Dovecot] Upgrade To New Version

2008-05-30 Thread Kenneth Porter
On Thursday, May 29, 2008 11:51 AM +1000 Curtis Maloney 
[EMAIL PROTECTED] wrote:



I read the WIKI link previously suggested and it was very dry and left
me with a lot of questions...


Such as...?


I run an all-IMAP shop, and the one thing that confused me was the UID 
setting in the POP3 section. I didn't want my users who synchronize against 
a local copy of their mail (eg. to read on the airplane) to have to 
re-download it again. I think the one user for which this was a concern 
ended up re-downloading anyway.


Apart from that one issue, the upgrade was painless.


Re: [Dovecot] v1.1.rc6 released (managesieve updated)

2008-05-30 Thread Asheesh Laroia

On Fri, 30 May 2008, Stephan Bosch wrote:


Timo Sirainen schreef:

http://dovecot.org/releases/1.1/rc/dovecot-1.1.rc6.tar.gz
http://dovecot.org/releases/1.1/rc/dovecot-1.1.rc6.tar.gz.sig
Previous managesieve wont compile against rc6, so I made a quick new release 
(expecting rc7 to arrive soon):


http://www.rename-it.nl/dovecot/1.1/dovecot-1.1.rc6-managesieve-0.10.2.diff.gz
http://www.rename-it.nl/dovecot/1.1/dovecot-1.1.rc6-managesieve-0.10.2.diff.gz.sig


Out of curiosity, have you considered maintaining your managesieve work 
using a Mercurial branch off Timo's tree?  I think that might be easier 
for you, and I think it might make things easier for others using 
your patch.


You could use hg bisect to find the exact commits of his that break your 
patch, which would presumably be nice for you.


And, it would be a nice little application of distributed revision control 
that Timo's working with.


As always, thanks for this!

-- Asheesh.

--
Spiritual leadership should remain spiritual leadership and the temporal
power should not become too important in any church.
-- Eleanor Roosevelt