Hello all,
we are using the Plugin "last-login" [1] to update user's last-login timestamp
or the timestamp of the last incoming message in a MySQL backend.
Would it be possible to expand the plugin to also log the timestamp of the last
smtp-auth attempt/successful process?
Currently in our
Not sure how you’re seeing such a high ratio; I tried the same commands on my
system (thanks for these btw) and my savings from compression are around 5% =D
That said I’m dealing with a much smaller volume (3gb) and I’ve only identified
a half dozen or so attachments that don’t have some kind of
On 16 Mar 2016, at 20:09, Anton Chevychalov wrote:
>
> We are using dbox with lz4 compression and dovecot-lda + sieve for delivery.
>
> Mail recieved:
> Mar 16 06:27:55 mail2 dovecot: lda(s...@example.com): sieve:
> msgid=<20160316032754.4c89d...@rdbms.oldstable.office.example.com>: stored
> m
On 15.03.2016 21:45, Sven Hartge wrote:
> Robert L Mathews wrote:
>
>> Also keep in mind that even if it does increase CPU usage, it reduces
>> disk usage. This is probably an excellent tradeoff for most people,
>> since most servers are limited by disk throughput/latency more than
>> CPU power
Hi,
use "doveadm" to get all real message
doveadm -f table fetch -A "size.physical" ALL | awk
'{s+=$2}END{printf("%.2fMB\n", s/1024/1024);}'
189247.67MB .. 185G
use "du" to get size on disc:
In my case
with deduplication:
/srv/stroage/# du -s -h *
53G vmail
75G vmail_sis
without d
We are using dbox with lz4 compression and dovecot-lda + sieve for delivery.
Mail recieved:
Mar 16 06:27:55 mail2 dovecot: lda(s...@example.com): sieve:
msgid=<20160316032754.4c89d...@rdbms.oldstable.office.example.com>: stored mail
into mailbox 'INBOX'
Around 08:14:00 user start his thunderbir
Il 16/03/2016 07:15, Timo Sirainen ha scritto:
> On 15 Mar 2016, at 21:00, Giovanni Mancuso wrote:
>> Hi,
>>
>> can i use dync to migrate a mailboxes through PROX-AUTH?
>>
>> Could It be an attractive feature for you?
> Do you mean the Sun/Oracle/whatever server's PROXYAUTH command? Already done:
http://dovecot.org/releases/2.2/dovecot-2.2.22.tar.gz
http://dovecot.org/releases/2.2/dovecot-2.2.22.tar.gz.sig
+ Added doveadm HTTP API: See
http://wiki2.dovecot.org/Design/DoveadmProtocol/HTTP
+ virtual plugin: Mailbox filtering can now be done based on the
mailbox metadata. See http://w
Am 15.03.16 um 16:01 schrieb Götz Reinicke - IT Koordinator:
> Hi,
>
> may be someone has already done that: Do you have a script(?) tool which
> shows the efficiency of the mail compression if zlib is used?
>
> Something that shows the uncompressed size vrs. the compressed.
Hi,
maybe my questi