Displaying 20 results from an estimated 100 matches similar to: "Assertion failed in buffer.c"
2004 Jul 20
4
Some users cannot read mail: assertion failed
Hi all!
I am a recent user of dovecot. First of all, the migration from UW-IMAP was definitely
worth it. But now I've run into some troubles. Two of my users complain that they
can't read their Inboxes, but other folders work fine. The error message I get in the
logs look like:
lynx imap(gheorghe.bancos): file buffer.c: line 357 (buffer_set_start_pos): assertion
failed: (abs_pos
2004 Sep 01
2
Dovecot, Outlook Express and new accounts
I have come across a strange situation, involving new accounts. I am
running Dovecot 0.99.10-5 on Fedora Core 2. Dovecot is configured to use
pam for authentication, and the dovecot pam service is configured to use
pam_mkhomedir.
When an account is created and the user logs in through SquirrelMail,
there is no problem. The standard folders are available - Inbox, Drafts,
Sent Items and Trash.
2005 May 15
14
POE hub
I need to connect up to sixteen phones per building, I can use a cheap hub,
but POE would be useful. Is there a cheap POE hub available? Everything I
have seen has been expensive.
Chris Mason
2005 Feb 02
1
pam_mkhomedir and dovecot
Hi all,
Just wondering if anyone has successfully managed to configure pam_mkhomedir
and dovecot, so that users home directories are automatically created?
As far as I can tell, the login process runs as a non-root user, which
results in a permission denied error while trying to create the users home
directory. I'm not sure if this error is specific to dovecot or pam though.
Any thoughts
2005 Jun 09
1
3COM NBX SuperStack 3
Hi,
I've looked pretty wide on Google for this so I don't think it's been
asked before. Has anyone had experience integrating Asterisk with a 3COM
NBX system? The only way that I can see that looks possible is via the
3Com NBX ConneXtions H.323 product and then one of the H.323 Asterisk
channels.
Has anyone done this? Any pointers as to what to avoid or whether to
even attempt it?
2006 Mar 06
1
IPv6
Can anyone inform me if voip can be used on a IPv6 network?
Does any hard phones/soft phones/Asterisk support it?
Google told me that there was/is a bounty on it,
but that expired august last year.
Furthermore, there used to be a patch (Bernhard Schmidt), but that one
is about a year old.
I presume it can't be used on recent versions of "*"
Hans
--
pgp-id: 926EBB12
2007 Feb 19
2
sip to sip ?
hi all
i've just setup an * box and want to test voip calling, initially from
sip user to sip user...
local sip users can call each other, no issues.
problem arises when i try and call a remote sip account, my * box
always returns "SIP/2.0 404 Not Found"
any ideas ?
2004 Sep 08
1
0.99 mail env
Greetings, all
Last night I migrated our mail between two machines... both running dovecot
0.99.xx.
In the process, I wanted to make some small changes, namely that new mail be
delivered to mboxs in /var/mail/%u and IMAP mail stored in Maildirs at ~/.imap ...
I tried using:
default_mail_env = maildir:~/.imap/:INBOX=mbox:/var/mail/%u
But had no luck. Is it only 1.0 that can work with two
2004 Sep 10
1
pop/imap & smtp auth installation with just one userdb
Hi
First of all thanks to the authors of dovecot. It's a pleasure to work
with it.
I would like to ask, if somebody has an idea about how I can combine all
mailusers (dovecot pop/imap & sendmail smtp) into one db, given that I'd
like to use sasl with CRAM-MD5 as authentication mechanism to ensure security. The idea
behind my question is, that it is easier to administer all mail
2004 Oct 05
2
ldap SMD5 vs. CRYPT
Hello,
am I right, that dovecot can't cope with ldap so authentification
is handled by ldap itself? And, for that I have to use {CRYPT} and
cannot use other mechanisms as {SMD5}
Are there any other possibilities?
A
--
2004 Aug 05
6
Dovecot Local Delivery Agent
Hi
I noticed in a post that Timo might start work on a LDA Great! If so,
here is something I would really like included.
Support for PAM
There is quite a lengthy reason behind this. In my organisation, user
accounts are created on ldap. It is up to the services to create home
directories whenever the user first uses them. For instance, Samba will
do this the first time they connect to their
2005 Jan 27
1
Dovecot doesn't call pam_open_session, thus dodging pam_mkhomedir
I hit a small snag using Dovecot-imapd smoothly in my environment
with maildir and most of my accounts in LDAP. Since the accounts are
created through a web interface on another server home directories on
the mail server don't get created automatically. There's the handy pam
module pam_mkhomedir.so to automagically create home directories, but
unfortunatly Dovecot wasn't calling
2005 Jan 17
4
DIDs anywhere but here?
Are there affordable DIDs (preferably IAX) available anywhere outside
the US? I want to use it to meet ICANN requirements for providing a
valid phone number, yet pre-empting some of the telemarketing calls my
domain registrations generate. (Yes, I asked a similar question about
900# availability before). I'd prefer to have a number somewhere
outside the NANP, preferably an asian country.
2005 Aug 18
8
SNMP for Asterisk
Hi,
Is there a module within the Asterisk standard distribution that provides
SNMP features?
Is there any third party software for that purpose?
Regards,
Stojan Sljivic
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050818/918b5ebf/attachment.htm
2004 Sep 10
2
const issue in FLAC__lpc_compute_residual_from_qlp_coefficients (libFLAC/lpc.c:233)
On Tue, Jan 13, 2004 at 02:04:48PM -0800, Josh Coalson wrote:
> --- Denis Chatelain <listes@octopodus.com> wrote:
> > Hello,
> >
> >
> > I just tried to compile libFLAC (using Borland C++ Builder 6 on
> > Windows).
> >
> > The compilers yells at me on line 233 of libFLAC/lpc.c
> >
> > *(residual++) = *(data++) - (sum >>
2004 Sep 10
3
const issue in FLAC__lpc_compute_residual_from_qlp_coefficients (libFLAC/lpc.c:233)
Hello,
I just tried to compile libFLAC (using Borland C++ Builder 6 on Windows).
The compilers yells at me on line 233 of libFLAC/lpc.c
*(residual++) = *(data++) - (sum >> lp_quantization);
--> data is const and cannot be modified
Funny thing is, if data is declared:
const FLAC__int32 *data
instead of
const FLAC__int32 data[]
everything is ok.
Is this a bug in my compiler, or
2006 Nov 02
3
CRAN task views work only once per session (PR#9330)
Cran task views seems to be a "once-per-session" process -- the first
attempt to access views in a (RGui for Windows) session works, but
subsequent attempts fail. There is a noticeably long pause before
the failing call returns.
Example session with two calls to "available.views" follows, but similar
effects have been observed with two calls to "install.views" and
2006 Jun 26
2
[PATCH, RFC 3/13] OTP: parity table
Add OTP parity table.
diff -urdpNX /usr/share/dontdiff -x Makefile dovecot.vanilla/src/lib-otp/otp-parity.c dovecot/src/lib-otp/otp-parity.c
--- dovecot.vanilla/src/lib-otp/otp-parity.c 1970-01-01 03:00:00.000000000 +0300
+++ dovecot/src/lib-otp/otp-parity.c 2006-06-23 13:44:31.161891112 +0400
@@ -0,0 +1,29 @@
+/*
+ * OTP parity table.
+ *
+ * Copyright (c) 2006 Andrey Panin <pazke at
2003 Nov 01
4
Bug with partial IMAP fetches
An HTML attachment was scrubbed...
URL: http://procontrol.fi/pipermail/dovecot/attachments/20031031/84fb6a1b/attachment.html
-------------- next part --------------
X-UIDL: 61c08992b287bf24b6fff123164620b2
Return-Path: <mreimer@vpop.net>
Delivered-To: krista@vpop.net
Received: from vpop.net (bilbo.vpop.net [65.103.33.41])
by boromir.vpop.net (Postfix) with ESMTP id 6B7D43A60F6
for
2005 Apr 14
5
dovecot rpms, .subscriptions file, mbox to maildir
Hi,
I am running dovecot 0.99-14 on a Fedora Core 2 machine. I had a few
questions:
1) I wanted to upgrade to the dovecot-1.0 release. However, I am not
sure if that's really required. dovecot-0.99-14 has been running very
well for me for quite some time. Is there a real advantage to switching
to the latest release. The reason I'm asking this is because:
i) I don't have too