similar to: 2.1.rc3 (1a722c7676bb): Panic: file ostream.c: line 173 (o_stream_sendv): assertion failed: (stream->stream_errno != 0)

Displaying 20 results from an estimated 400 matches similar to: "2.1.rc3 (1a722c7676bb): Panic: file ostream.c: line 173 (o_stream_sendv): assertion failed: (stream->stream_errno != 0)"

2008 Sep 16
2
assertion failure in current hg, file istream.c: line 303 (i_stream_read_data): assertion failed: (stream->stream_errno != 0) (1.1.3 was working fine)
Today I updated to current dovecot-1.1 hg tree and I got many of these assertion failures: file istream.c: line 303 (i_stream_read_data): assertion failed: (stream->stream_errno != 0) (gdb) bt full #0 0x00352402 in __kernel_vsyscall () No symbol table info available. #1 0x0043ed20 in raise () from /lib/libc.so.6 No symbol table info available. #2 0x00440631 in abort () from /lib/libc.so.6
2006 Jan 23
1
simple problem
Hi, look this: > summary(fam??lia) Anacardiaceae Annonaceae Bombacaceae Cecropiaceae 2 4 1 3 Chrysobalanaceae Clusiaceae Euphorbiacaea Fabacea 1 1 4 3 Fabaceae Flacourtiaceae Humiriaceae indeterminada
2018 Oct 02
2
2.3.3: Panic: file ostream-zlib.c: line 37 (o_stream_zlib_close): assertion failed
I see this in my logs after 2.3.3: using zlib plugin, ofc. Oct 02 10:01:39 imap(user at example.com)<50643></2k4Sjp3vMqC496W>: Panic: file ostream-zlib.c: line 37 (o_stream_zlib_close): assertion failed: (zstream->ostream.finished || zstream->ostream.ostream.stream_errno != 0 || zstream->ostream.error_handling_disabled) Oct 02 10:01:39 imap(user at
2012 Jan 15
1
2.1.rc3 (1a722c7676bb): doveadm mailbox list -> Segmentation fault
Oops, I did it again. -- The trapper recommends today: c01dcofe.1201514 at localdomain.org -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: core.doveadm.1326628435-21046_bt.txt URL: <http://dovecot.org/pipermail/dovecot/attachments/20120115/465ed777/attachment-0004.txt>
2012 Jan 13
2
2.1.rc3 (1a722c7676bb):dsync umlaut problems
All umlauts in mailbox names are lost after converting mbox/Maildir mailboxes to mdbox. [location2 scp-ed from the old server] # ls -d /srv/import/Maildir/.Gel\&APY-schte\ Elemente/ /srv/import/Maildir/.Gel&APY-schte Elemente/ # dsync -u jane at example.com -v mirror maildir:/srv/import/Maildir/ ? dsync(jane at example.com): Info: Gel?schte Elemente: only in dest ? ? # doveadm mailbox
2012 Jan 13
1
2.1.rc3 (1a722c7676bb): doveadm mailbox list withholds child mailboxes
Probably I've overlooked something. But a quick search in `hg log -k doveadm` didn't show appropriate information. doveadm mailbox list -u user at example.com doesn't show child mailboxes. mailbox = N/A || \*: Sent Trash INBOX Drafts Junk-E-Mail Supplier mailbox = Supplier*: Supplier mailbox = Supplier/*: Supplier/Dell Supplier/VMware Supplier/? The same problem exists in
2011 Oct 31
1
Rewrite the ostream output method, to save messages in another directory.
Hi Timo, I Trying to integrate my antispam with dovecot, using the imap folder to do certain actions. I Do almost every thing, but i have some problems saving the message. Explaining this function, i try to use a imap folder like a "collector folder", the user append a message from outside (ie another imap or pop message) to this folder, and i don't want to copy this message, i
2018 Jan 18
1
Panic: file ostream-zlib.c: line 36 (o_stream_zlib_close): assertion failed:
Hi, after updating Dovecot to version 2.3 I get a lot of core-dumps like: > Jan 18 10:08:20 mail dovecot: imap(bob at tutech.de)<18200><CIPhNwljJcdYS/hg>: Panic: file ostream-zlib.c: line 36 (o_stream_zlib_close): assertion failed: (zstream->ostream.finished || > zstream->ostream.ostream.stream_errno != 0) > Jan 18 10:08:20 mail dovecot: imap(bob at
2013 Oct 31
1
init script as provided http://wiki2.dovecot.org/DovecotInit
Hello list, I would add: # dovecot Startup script for the dovecot server # # chkconfig: - # processname: dovecot # config: /path/to/config # pidfile: /path/to/pid So that it supports the chkconfig used by RHEL and clones too. Also, maybe it should be installed by the Makefile's install target? it could then also set: DAEMON=/path/to/dovecot/daemon instead of:
2010 May 18
1
suggestion
hello, dovecot2 implements "!include conf.d/*.conf" to build the configuration from multiple configfiles. So the settings for pop3, imap or lmtp may stay in different files. unfortunately the "protocol = " does not allow a += logic to enables or disable inet listeners. It would be nice to have protocols += imap in conf.d/imap.conf and protocols += managesieve in
2009 Jul 18
1
dovecot as lda : nothing happens
Hi, On debian lenny, I try to configure my setup (with Postfix virtual domains) to use dovecot as lda. I adjusted my settings to postfix and dovecot, but nothing happens... The dovecot.log is always empty and nothing seems to change, as if it had no effect. Here are my changes, if someone sees what would be problematic ... Thanks Denis main.cf ###### virtual_transport = dovecot
2010 Jun 14
1
Ubuntu upgrade to 10.04 --> dovecot no longer working
Hi, Last year I installed dovecot on my Ubuntu V9 system 64 bit system. I use it to store emails from several clients in the LAN using IMAP. Last week I upgraded to Ubuntu 10.04. Now Dovecot is no longer working. It started with messages about sieve, so I disabled sieve in the configuration file (did not use it in the past, don't know what it is). Dovecot can now be started without errors
2010 Jun 15
1
Dovecot SASL
Dear All, I've installed Postfix 2.7.0 and Dovecot 1.2.9 on Ubuntu 10.04. I want to use Dovecot SASL with Postfix and did the following configuration. main.cf smtpd_sasl_auth_enable = yes smtpd_sasl_type = dovecot smtpd_sasl_path = private/dovecot-auth smtpd_sasl_authenticated_header = yes smtpd_sasl_security_options = noanonymous smtpd_sasl_local_domain = $myhostname
2010 Jun 22
1
imap acl write tb3 plugin dovecot2 vs XMAILBOXINFO
Hi Timo, i played a little bit with an experimental tb3 imap acl write extension https://addons.mozilla.org/de/thunderbird/addon/176736/ with dovecot2 got errors like XMAILBOXINFO: Unknown command any idea? -- Best Regards MfG Robert Schetterer Germany/Munich/Bavaria
2012 Jul 09
1
recover .sieve plaintext from .sievec binary file
Hi, I upgraded a server from an old Linux distribution to a much newer one. In the process, Dovecot got upgraded from v1 to v2. By mistake, I deleted the .sieve plaintext file with all the Sieve filters, but I still do have the .sievec compiled binary. Is there any way to dump the binary file back into plaintext format? Keep in mind, I'm running v2 now, and the binary was made on a v1
2014 Jan 14
1
SSL/TLS handshake stays forever without timeout
Hi, I am a system admin and I am evaluating using dovecot as our email server. In my test, I found that if I telneted to 993 port and did not do anything or I telneted to 143 port, sent starttls command and then did not do anything, the connection stayed forever without timeout. This will make our mail server vulnerable to DOS attack. I dig into dovecot Wiki and did not find any solution. This
2014 Nov 03
1
Postlogin script in v1
Does dovecot-1.0.7-7.el5 support postlogin scripting?
2011 Feb 09
4
Domain blacklisting
Hello, I run dovecot-2/Maildir/LDAP user/passdb and would like to be able to deny acess to users who connect from certain domains/IP (google.com for instance since in that case they gave their credentials to a third party). My understanding is that I cannot use some negative form of "allow_nets". The only mechanism I can think of is tcp_wrappers. However, dovecot documentation mention
2009 May 06
2
Testing POP3 with telnet - password always wrong
Hello, I just installed the postfix and dovecot packages according to the document, http://www.debianadmin.com/debian-mail-server-setup-with-postfix-dovecot-sasl-squirrel-mail.html And it has been quite helpful. It looks like Dovecot works because I can communicate with it on port 110. I can't help but feel I am doing something stupid though... The web page listed above told me to test
2010 May 07
1
CRYPT scheme and 8 character limit
I've decided that having users supply cleartext passwords for me to encrypt and encode is a bad idea, anyway. So maybe I won't need dovecotpw. The idea is that users supply an already-encrypted password. Most of the users can fetch their login password from /etc/shadow on their own computer. Wiki page http://wiki.dovecot.org/Authentication/PasswordSchemes indicates that scheme name