Displaying 20 results from an estimated 300 matches similar to: "Patch for logging variables"
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
2010 May 19
1
logging
I am looking through the logging options and wondering if there are a
couple of things that we can do
1. Logouts don't seem to show the IP address of the logout, we
typically see multiple sessions at a time and wondering if there is a
way to tie the logouts to an IP
2. POP logouts show the number of messages retrieved/deleted but I
don't see a way to do this with IMAP, is there a logout
2008 Jun 21
0
dovecot-1.1.0: child (imap) killed with signal 11
Upgraded to dovecot-1.1.0 today, and activated the fts_lucene plugin. On
login with Thunderbird-2.0.0.14, dovecot crashes over and over:
Jun 21 14:07:17 airframe dovecot: imap-login: Login: user=<user>, method=CRAM-MD5, rip=192.168.1.1, lip=192.168.1.3, TLS
Jun 21 14:07:17 airframe dovecot: child 5712 (imap) killed with signal 11
Jun 21 14:07:17 airframe dovecot: imap-login: Login:
2008 Nov 22
1
core in lazy_expunge plugin
Hello all!
dovecot 1.1.6
Use lazy_expunge plugin call core on connect.
Core:
bt full
#0 lazy_expunge_mail_expunge (_mail=0x2ac06e9b89e8) at
lazy-expunge-plugin.c:103
lt = (struct lazy_expunge_transaction *) 0x2ac06e9b86e0
deststorage = <value optimized out>
#1 0x000000000041cefc in imap_expunge (box=0x2ac06e988de8,
next_search_arg=0x0) at imap-expunge.c:31
ctx =
2015 Apr 09
2
Trash Plugin bugs
dovecot v2.2.16
I've found a few bugs in Trash plugin.
1. If Quota set only messages limit (without storage limit) then
Trash plugin does not expunge any message because Quota plugin sets too_large_r=TRUE.
It's because quota_default_test_alloc function does not check if bytes_limit is set.
/* if size is bigger than any limit, then
it is bigger than the
2010 Nov 26
1
Mailbox Delete
Hi Timo....
I Modify the plugin autocreate, that create and subscribe a mailbox to user.
My modification consist in do the inverse, if my user don't have permission
to create and subscribe a folder, the plugin remove and unsubscribe.
My function is called in the same place that create and subscribe is called,
just seeing if my flag is "create or delete".
My function i copy from
2003 Apr 15
1
PATCH allow_zero_gid option
Hey,
Well, that was easy :-) Patch against CVS follows:
Summary:
Created a boolean option allow_zero_gid, when set to yes it will allow
logins from users whose group id is zero. Tested with KMail 3.1.1 on
FreeBSD 4.8. I'm not sure if my method for passing the boolean via the
environment is correct, it looks a little on the ugly side.
Index: src/lib/restrict-access.c
2006 Feb 03
1
passwd-userdb with args
I'm not sure why the 'passwd' userdb didn't allow args, but it meant (for
instance) that the quota plugins weren't usable. I spent quite a bit of time
trying to get my new quota-rquotad plugin to work, only to find out that it
was my 'quota=rquotad:<filesystem list>' argument that wasn't being passed
to the imap child :)
The attached patch implements
2016 Sep 16
2
pop3 deleted count
On pop3 logout, we're seeing log lines where the deleted count is blank
(using default pop3_logout_format), so "del=%d/%m" is displaying in the
logs as:
"del=/1186"
for example.
In src/pop3/pop3-client.c:552:
tab[4].value = client->delete_success ?
dec2str(client->deleted_count) : 0;
Shouldn't this be:
tab[4].value =
2024 May 08
1
Compilation problems with R4.4.0
? Wed, 8 May 2024 16:59:25 +0000
Simon Andrews <simon.andrews at babraham.ac.uk> ?????:
> The lapack libraries are:
>
> $ rpm -qa | grep lapack
> lapack-3.9.0-10.el9.x86_64
> lapack64_-3.9.0-10.el9.x86_64
> lapack64-3.9.0-10.el9.x86_64
> lapack-devel-3.9.0-10.el9.x86_64
Thanks for this information! I figured out I needed to enable the
"PowerTools/CRB" repo,
2012 Oct 01
1
BUG to compile dovecot 2.1.10 on Debian 4.0, using gcc 4.1.2
Hello,
Today I needed to compile dovecot 2.1.10 on Debian 4.0, using gcc 4.1.2.
When running 'make' getting the following error:
-------------------------------------------------- --------
db-checkpassword.c: In function 'sigchld_handler':
db-checkpassword.c: 426: error: assignment of read-only member '__in'
db-checkpassword.c: 429: error: assignment of read-only member
2014 May 03
1
%{orig_user} missing in checkpassword-Script
Dear dovecot maintainers:
I'm using SSL client certificates together with a checkpassword scripts
to authenticate our users.
My problem is: In the checkpassword script the AUTH_USER environment
variable will either contain the username that was configured in the
mailclient (if auth_ssl_username_from_cert=false) or the username
from the certificate (if auth_ssl_username_from_cert=true).
I
2002 Aug 16
0
Help: Adding printer drivers by RPC fails (NT_STATUS_UNSUCCESSFUL)
Hi there,
I've had a mighty battle to get printing working with Samba in the last two
days.
Firstly, to get anything working at all (using CUPS), I had to use
disable spoolss = yes
use client driver = yes
Once I finally managed to get the printer (an HP LaserJet Series II) working
with locally installed drivers, I turned my interest to getting it to work
with either Windows drivers stored
2015 Mar 11
1
dec2str ...
a very stupid question: What reason is there for an output with printf
until dec2str to convert the numeric value to a string and not to use
the format identifier "%d" or "u%"?
2024 May 09
1
Compilation problems with R4.4.0
Thank you!
Installing openblas and then using ./configure --without-lapack --with-blas --enable-R-shlib
..got everything working. Does this need reporting upstream as a bug in R or lapack? I'm good now, but it might help others to get this fixed.
Simon.
-----Original Message-----
From: Ivan Krylov <ikrylov at disroot.org>
Sent: 08 May 2024 20:05
To: Simon Andrews
2005 Sep 11
0
Minor patch for vpopmail support
It doesn't seem like this code path has been tested recently, since it fails to
compile without the following patch (works fine with it):
--- src/auth/userdb-vpopmail.c 7 Aug 2005 11:41:19 -0000 1.17
+++ src/auth/userdb-vpopmail.c 11 Sep 2005 11:57:42 -0000
@@ -84,7 +84,7 @@
}
}
- reply = auth_stream_reply_init();
+ reply =
2013 Feb 26
1
[releng_9 tinderbox] failure on arm/arm
TB --- 2013-02-26 21:23:55 - tinderbox 2.10 running on freebsd-stable.sentex.ca
TB --- 2013-02-26 21:23:55 - FreeBSD freebsd-stable.sentex.ca 8.3-STABLE FreeBSD 8.3-STABLE #0: Tue Oct 16 17:37:58 UTC 2012 mdtancsa at freebsd-stable.sentex.ca:/usr/obj/usr/src/sys/server amd64
TB --- 2013-02-26 21:23:55 - starting RELENG_9 tinderbox run for arm/arm
TB --- 2013-02-26 21:23:55 - cleaning the
2010 Jun 29
1
NFS(4) IMAP Quota
Hi *,
We use nfs4 in combination with dovecot. Also (hard)quotas are used on
the exports.
Using the dovecot quota fs plugin things did not work at all. There were
a few issues we encountered:
1. Nfs4 is not recognized. The problem is that the mount type is only
checked for "nfs" and not nfs4. This was an easy fix.
2. The (fs)path for nfs4 that is relayed to rquotad has to be without
2019 Jan 11
0
Solr -> Xapian ?
I managed to deal with the namespace issue (updated makefile.am)
However, I reach :
../../../src/lib/compat.h:207:19: error: conflicting declaration of
'ssize_t i_my_pread(int, void*, size_t, __off_t)' with 'C' linkage
# define pread i_my_pread
^~~~~~~~~~
../../../src/lib/compat.h:210:9: note: previous declaration with 'C++'
linkage
ssize_t i_my_pread(int fd, void *buf,
2010 Feb 23
2
panic in istream-raw-mbox.c - 2.0.beta3+
Saw the following in the log after shutting down my client.
Feb 22 20:44:47 sbh16 dovecot: imap(mark): Disconnected: Logged out
bytes=1755/9765
Feb 22 20:44:47 sbh16 dovecot: imap(mark): Panic: file
istream-raw-mbox.c: line503 (istream_raw_mbox_get_start_offset):
assertion failed: (rstream->seeked)
Feb 22 20:44:47 sbh16 dovecot: imap(mark): Raw backtrace: