Displaying 16 results from an estimated 16 matches similar to: "imaptest, with options!"
2009 Mar 12
4
file client-common.c: line 25 (client_unlink): assertion failed: (clients_count > 0)
Hello
since few days I got this in dovecot log
I use 1.1.11 on Debian etch 64 bits
Thanks for any info
dovecot: Mar 12 16:57:37 Panic: imap-login: file client-common.c: line
25 (client_unlink): assertion failed: (clients_count > 0)
dovecot: Mar 12 16:57:37 Error: child 5247 (login) killed with signal 6
(ip=80.125.173.19)
dovecot: Mar 12 17:10:04 Panic: imap-login: file client-common.c:
2008 Apr 19
2
mailtrain with dovecot antispam plugin
Hello all, and Johannes if you're around,
I was trying to set up the "new" antispam plugin with the mailtrain
backend, and i was trying to use the sendmail binary that's part of a
qmail system. The message wouldn't get sent and i kept getting exit
error 100 from the /var/qmail/bin/sendmail binary. To try to figure out
what was happening, i mean a fake sendmail program,
2009 Mar 27
1
1.11 bug?: file client-common.c: line 25 (client_unlink): assertion failed: (clients_count > 0)
Hi,
I got below log in last 2 days, I have to restart dovecot as pop3-login failed and service cannot respond.
Mar 26 14:19:31 Info: pop3-login: Disconnected: Shutting down (auth failed, 1 attempts): method=PLAIN, rip=x.x.x.x
Mar 26 14:19:31 Info: pop3-login: Disconnected: Shutting down (tried to use disabled plaintext auth): method=??<B7>
Mar 26 14:19:31 Panic: pop3-login: file
2006 Apr 26
2
being courier_imap compatible
OK, I am running (for many years now) an existing courier_imap maildir
++ setup with exim as the MTA. Has been fine. I have my own custom
ldap schema for user account definition and authorization.
I installed dovecot 1.0 beta 7 as a test and have it listening on a
different port. I would like, if possible, to set things up so that
a user could use either dovecot or courier. Having to
2003 Dec 20
1
Bugfix for use with "Opera mail" and "AnalogX"
Dear developers,
[ Please CC me as I'm not subscribed to this list. ]
In src/pop3-login/client.c:
void client_send_line(struct pop3_client *client, const char *line)
{
o_stream_send_str(client->output, line);
o_stream_send(client->output, "\r\n", 2);
}
Called as 'client_send_line(client "+OK dovecot");'.
This function sends two packets to the
2011 Jul 08
4
[PATCH 0/4] usr/kinit checkpatch
Various coding style fixes checkpatch warns about.
The goal is not to be 100% checkpatch compliant,
but to have more consistent coding style.
As this is a trivial patch serie, will land in 24 hours in klibc git,
unless of course ml review hits a bugger.
Checked with size(3) that the generated kinit, fstype, ipconfig and
nfsmount are the same.
maximilian attems (4):
[klibc] ipconfig: reduce
2003 Oct 02
2
Patches
As the freeze for Debian sarge slowly approaches I want to make sure
the Dovecot packages are in as good condition as possible. I see there
have been a number of patches since 0.99.10. I have added the following
patches:
* segfault when user home directory is empty
* Proper PAM service name
* Make suid work on 2.6 kernels
Any other patches thatI ought to add. Or better yet, will there be a
2005 Apr 27
7
[Bug 2654] timeout is always triggered with 2.6.4
https://bugzilla.samba.org/show_bug.cgi?id=2654
wayned@samba.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
------- Additional Comments From wayned@samba.org 2005-04-27 02:21 -------
The generator's setting of the ignore_timeout
2008 Mar 11
2
dovecot-1.1.rc3 segmentation fault in fetch_bodystructure
Hi,
another imap crash with latest dovecot.
segmentation fault in fetch_bodystructure
src/imap/imap-fetch.c
static int fetch_bodystructure(struct imap_fetch_context *ctx,
struct mail *mail, void *context ATTR_UNUSED)
{
const char *bodystructure;
if (mail_get_special(mail, MAIL_FETCH_IMAP_BODYSTRUCTURE,
2005 May 12
2
help me understand keepalive..
I'm not sure keepalive is working the way I think it's supposed to.
Here's my test. I've got a large file (approx 1 gig) on the rsync
server, and I append a character on the end to make it slightly
different. I fire up rsync on the client side and everything
works fine until I hit the timeout value. I have this
problems when I have a timeout of below 90 seconds. I've tried
2013 May 27
6
[PATCH 0/3] Xen related fixes
Hi all,
I have few simple fixes for Xen for the next release:
- the first one fixes a regression in qemu-char;
- the second one is just a cleanup (that is needed to simplify preprocessor
dependencies);
- the last one avoids setting nonblocking on Xen (as is already done for
KVM).
The last two patches should be backported to older branches.
Stefano Stabellini (3):
2005 Aug 24
0
verbose imap logging
Implements more verbose imap logging (when client exits).
Similar to existing logging in POP3.
Due to the nature of imap and my incomplete understanding (of the
dovecot code) the session statistics reported have varying accuracy.
Much better than nothing IMO.
Cheers,
Jens
-----------------------------------------------------------------------
'This mail automatically becomes portable
2003 Sep 29
1
Handling of X-Status flags
Hi all,
I've done a bit of searching and haven't seen anybody else coming
across this problem yet:
I noticed that Dovecot uses the opposite flags for marking messages
as deleted and draft to most other MUAs I've seen or used:
With PINE, mutt and uw-imapd at least, messages are marked with
X-Status 'D' for Deleted, and 'T' for drafT. Dovecot reverses this
behaviour,
2010 Jul 14
1
Problems with Dovecot + imaptest
Hi everyone:
I?m trying to install imaptest on my server with Solaris 10, however i?m
found in this moment with some instalations problems. Anyone knows what
libraries need have installed ?
./configure --with-dovecot=/opt/setup/dovecot-1.2.10
make
Error:
make all-recursive
make[1]: Entering directory `/opt/setup/imaptest-20100630'
Making all in src
make[2]: Entering directory
2008 May 31
2
Segfault in imap_bodystructure_write when searching
Whenever I try to search on my dovecot test install, dovecot dies. It
immediately spawns a new process, which the client tries to connect to, and
send search commands to, causing that to die, and so forth. This loop means I
have to kill either the server or the client.
Running Dovecot 1.0.13 from/on Debian testing, rebuilt with vpopmail support
and no other source changes. Vpopmail version is
2010 Apr 09
4
Patch: support URLAUTH, BURL, CATENATE
Hello Dovecot community,
Below please find a patch that adds support to dovecot-1.2.11 for:
- RFC 4467 - IMAP URLAUTH Extension
- RFC 4468 - Submission BURL
- RFC 4469 - IMAP CATENATE Extension
URLAUTH
URLAUTH is added as a plugin so it can be disabled to satisfy site
security requirements.
Each user's URLAUTH keys for all mailboxes are stored in a file named