Displaying 20 results from an estimated 200 matches similar to: "Order of istream and ostream chains"
2013 Dec 11
1
Plugin development - ostream and index cache size
Hi,
I'm new to this list, so first thanks for the dovecot tool! So far, it
has been great to work with.
Currently, I'm developing a scrambler plugin for dovecot, that should
stores the mails encrypted. To do that, I've created the
scrambler_ostream and scrambler_istream that does the encryption and
that I hook in the mail storage process.
The scrambler_ostream is stacked on top
2011 Jan 19
1
Rewrite the mailbox copy functions works in imap but don't work in doveadm import command
Hi Timo !!
I rewrite the copy function from mailbox (using a plugin)
My rewrite is like this:
static int emexis_antispam_copy(struct mail_save_context *ctx, struct mail
*mail){
struct mailbox *box = ctx->transaction->box;
union mailbox_module_context *zbox = EMEXIS_CONTEXT(box);
struct mail_private *_mail = (struct mail_private *)mail;
union mail_module_context *zmail =
2010 Aug 02
1
kernel panic not syncing fatal exception due to reiserfs -- rebooted properly on ext3
Hi
we had one of our mail servers , going on kernel panic mode ( not syncing
fatal exception) ... cause /var/queue/postfix was on reiserfs part .. it has
not been giving us any isssue quite some time , but yesterday and today it
went on Kernel panic mode , when we hashed out the reiserfs part it booted
properly .. we formated the part^ on ext3 later and things working fine now
. Could any one
1998 May 03
0
Monitor Web Pages for Poor Response Times
'SCRAMBLER FOR NT' SOFTWARE ALERTS BY EMAIL, PAGER OR CELLULAR
PHONE IF YOUR WEB SERVERS ARE (a) DOWN or (b) GIVING POOR
RESPONSE.
The new Scrambler 'WEB PAGE' Monitor automatically measures
the response time of specific WEB pages at repeated intervals.
'WEB PAGE' is just one of dozens of 'Monitored Objects' you can
set up in 'Scrambler for NT'. It also
2002 Mar 15
1
scp 's problem
I have add an authentication method to openSSH, I call it ICCAuthentication,
much like RSAAuthentication, but the RSA private key is in the IC card.
I did not change any source code of scp. I mean scp.c.
I set all authentication methods to "no" in sshd_config but ICCAuthentication yes.
ssh works very well with this authentication method. But scp is not good with it.
2016 Dec 16
2
making a plugin encrypt index data
Hello,
I'm encrypting mail on disk using a plugin[0], but the index files are
not encrypted (specifically the dovecot.index.cache can be read).
I want to do is encrypt index on disk, so I'm looking for how a plugin
can achieve that by hooking into the right locations. Is that easily
possible in a plugin?
I can turn off those indexes by passing INDEX=MEMORY, but that isn't
possible
2009 Apr 29
0
Mail statistics
I just committed a mail statistics gathering patch to v1.2:
http://hg.dovecot.org/dovecot-1.2/rev/fdaf0bda70d5
It keeps track of:
struct mail_private {
..
/* open(), stat(), .. */
unsigned long stats_dentry_lookup_count;
/* fstat() mostly */
unsigned long stats_attr_lookup_count;
/* number of files we've opened and read */
unsigned long
2016 Nov 25
0
Patch for dovecot-antispam-plugin to support IMAP Flags indicating Junk status
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Dear list,
I made a patch which extends dovecot-antispam-plugin with support to take the
addition and removal of a specific set of flags as trigger for learning.
This allows for very tight integration with Thunderbird and KMail, which both
set flags for Junk messages (Thunderbird sets "Junk", KMail sets "JUNK"). With
this
2013 Feb 22
2
High CPU Usage with 2.2
I am seeing a rather high CPU usage with 2.2 now:
last pid: 30725; load averages: 4.58, 27.36,
25.49
up 0+15:36:12 16:02:53
103 processes: 4 running, 98 sleeping, 1 zombie
CPU: 34.5% user, 0.0% nice, 65.4% system, 0.2% interrupt, 0.0% idle
Mem: 602M Active, 1767M Inact, 254M Wired, 6116K Cache, 112M Buf, 490M Free
Swap: 5900M Total, 5900M Free
PID USERNAME THR PRI NICE SIZE
2013 Jan 09
0
Migrating mailboxes - SOLVED
On Wed, Jan 9, 2013 at 5:36 PM, Eduardo M KALINOWSKI <
eduardo at kalinowski.com.br> wrote:
> On Qua, 09 Jan 2013, Odhiambo Washington wrote:
>
>> See the output below
>>
>> [root at mail home]# cd johndoe/
>> [root at mail johndoe]# du -h mail/
>> 32K mail/.imap/Sent
>> 40K mail/.imap/Trash
>> 32K mail/.imap/Drafts
>> 176K
2014 Feb 06
0
Plugin architecture
Hi,
I'm currently developing a scrambler plugin which should be used to
store the mails encrypted on the disk. It uses a special ostream for
encryption and an istream for decryption.
The idea is, that if a mail arrives via LMTP it goes through the ostream
and is written encrypted to disk. If an mail is accessed via IMAP, the
istream is used to decrypt the data from disk.
That all works
2016 Dec 16
0
Fwd: Re: making a plugin encrypt index data
> ---------- Original Message ----------
> From: Aki Tuomi <aki.tuomi at dovecot.fi>
> To: micah anderson <micah at riseup.net>
> Date: December 16, 2016 at 11:25 PM
> Subject: Re: making a plugin encrypt index data
>
> When we released our encryption plugin, mail-crypt, it's capabilities include fs-crypt. This can be used to encrypt things like FTS indexes
2017 Aug 30
2
Segmentation fault with doveadm search
>
> Can you do
>
> p *box
$1 = {name = 0x5555557e1f18 "Junk", vname = 0x5555557e1f10 "Junk",
storage = 0x5555557e1860, list = 0x5555557e1050, v = {
is_readonly = 0x7ffff76e5a50 <fail_mailbox_is_readonly>,
enable = 0x7ffff76e5a60 <fail_mailbox_enable>,
exists = 0x7ffff76e5a70 <fail_mailbox_exists>,
open = 0x7ffff76e5e60
2007 Nov 15
1
imap process consuming 100% CPU (Dovecot 1.0.3)
>
> Is this behavior cured, or do you continue to see it?
>
No, the behavior isn't cured. We still continue to see it
with various clients. I have posted a couple of truss outputs,
but so far no resolution.
Sorry for the slow response. I've been "fighting other fires".
Jackie
> Jackie Hunt wrote:
> >> On Mon, 2007-09-03 at 12:37 +0200, Robert
2013 Jan 09
2
Migrating mailboxes
Hello everyone and Happy 2013!
I have a situation -- the first ever I have come across -- which I don't
understand.
A friend was/is running Postfix and Dovecot - with default configs -
nothing was ever changed :-)
[root at mail home]# dovecot --version
0.99.11
Anyway, he had a problem with a user mailbox which I wasn't able to
diagnose and fix easily. maillog showed:
Jan 9 16:11:29
2012 Mar 16
1
Problem copying e-mails to IMAP - Dovecot 2.1.2
I have a situation where I need to migrate e-mails from Outlook 2011 (Mac)
to Apple Mail. Having looked at all options, I have resorted to the,
perhaps, most difficult way: Create folders on the IMAP server, copy
e-mails into them from Outlook, connect Apple Mail and do the reverse.
However, I have hit a wall.
I am running Dovecot 2.1.2 on FreeBSD, with mdbox storage.
In my first attempt, I have
2014 Dec 11
2
stacking istreams and ostreams
Hello,
I'm developing an encryption plugin for dovecot and ran into a problem
with the stacking of i/o-streams.
The encryption i/o-streams are working fine on any kind of mail the test
suite is passing through them. But as soon as the zlib plugin is enabled
the logs show an cache error:
failed: Cached message size larger than expected (214 > 206, box=INBOX,
UID=1)
I've already
2010 Nov 06
1
[LLVMdev] Converting raw_ostream to std::ostream
Dear All,
I am currently writing an analysis pass that uses a third-party library. I want to write a print() method for my pass (which takes one of the LLVM raw_ostream objects) and have it use a method from this third-party library to print out data. However, the third-party library uses std::ostream.
Is there a way to create a std::ostream from a raw_ostream?
-- John T.
2012 Oct 22
2
[LLVMdev] Reading IR from a std::ostream
Previously I had asked how to write then read back IR to/from a file. The write code looked like:
LLVMContext ctx;
SMDiagnostic diag;
Module *m = ParseIRFile( "my_file", diag, ctx );
However, the code I'm trying to retrofit LLVM IR into passes me just a std::ostream&. How can I read IR from a std::ostream?
I figured out how to use raw_os_ostream to adapt a
2004 Sep 04
2
file ostream-file.c: assertion failed with v1.0-test38
Hello,
I've some troubles logging in after upgrading to -test38. The error in the
logs says:
Sep 4 02:34:38 hostname dovecot: imap-login: Login: username [123.123.123.123]
Sep 4 02:34:48 hostname dovecot: IMAP(username): file ostream-file.c: line 105 (update_buffer): assertion failed: (size <= used)
Sep 4 02:34:48 hostname dovecot: child 28966 (imap) returned error 1
Regards,