Displaying 20 results from an estimated 30000 matches similar to: "Doveadm stats"
2019 Jul 11
2
Getting login stats
Hello,
I'm trying to get some IMAP auth stats on a Dovecot 2.3.6 instance, but whatever I declare in metric, it always show 0.
What I want basically is how many IMAP auth attempts there was on the server, and optional a way to filter on the auth attempt status (successful or failed).
My server uses a simple auth (with LDAP backend) and supports only "auth_mechanisms = plain login"
2019 Aug 15
2
2.3.7 + stats
Is there any additional documentation/information around the new stats
module.
Have added some metrics just to see what they produce
##
## Metrics
###
metric imap {
??? event_name = imap_command_finished
??? #source_location = example.c:123
??? #categories =
??? fields = name args running_usecs bytes_in bytes_out
??? #filter {
??? #??? field_key = wildcard
??? #}
}
metric sql {
???
2018 Feb 13
2
doveadm with wildcard users?
On 13 Feb 2018, at 00:11, Aki Tuomi <aki.tuomi at dovecot.fi> wrote:
> doveadm -u "*mask*" makes no sense.
The ?index? that was in the first line was dropped out of my further examples. But now where was there a ?*mask*?.
> what command are you trying to run?
# doveadm index -u ?*@sqldomain.tld" "*?
Error: User listing returned failure
doveadm: Error: Failed to
2019 Mar 10
2
Assistance with doveadm backup...
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<div>
What version are you using?
</div>
<div>
<br>
</div>
<div>
Aki
</div>
<blockquote type="cite">
<div>
On 10 March 2019 00:40 SH Development via dovecot <
<a
2019 Mar 11
2
Assistance with doveadm backup...
Ok, so for lack of any other information, am I to conclude that the doveadm backup command is broken in 2.0.9? I have been through the wiki for it back and forth and cannot make it work.
Yes, I need to upgrade, there is no question, but I won?t do that without a maildir backup. I would prefer to use the built-in dovecot mechanisms for that than something else.
Jeff
> On Mar 10, 2019, at
2020 Mar 30
2
replication and spam removal ("doveadm expunge")
Hello everybody,
since now I did no replication and spam is delivered into users folder "spambox"
Every night there is a cronjob which deletes spam older than 30 days via something like
"find .... -ctime +30 -delete"
Now I'm going to set up replication (two way) and I thought that
doing "rm" is not a good idea.
So I modified the job to something like
2019 Feb 21
6
Assistance with doveadm backup...
I am having trouble locating examples of how to use doveadm backup. All the examples I see are for sync. I simply want to create a backup to a network volume of the email server's vmail folders. The goal here is to have a reasonably current backup should the main drive on the email server go south.
We currently authenticate our users from a mysql database. User?s mailboxes are stored as
2019 Jun 02
4
Stats/Metrics in 2.3
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Greetings,
So the changes to the stats modules between v2.2 and v2.3 have broken some
of my monitoring. I am attempting to use the new method of gathering
"metrics" from "events" - but the details in the documentation are a bit
thin.
I started with the examples provided at
https://wiki2.dovecot.org/Statistics and tried to
2019 Jan 15
2
doveadm neglecting to exit in failure?
-----
cpssltest at cpanelssltest.org [/usr/local/cpanel]# doveadm -v expunge -u cpssltest -- mailbox-guid b8a359119e771b58484a0000a841250d savedbefore 365days; echo $?
doveadm(cpssltest): Error: net_connect_unix(/var/run/dovecot/stats-writer) failed: Permission denied
0
-----
^^ In the above, shouldn?t the ?doveadm? command have exited nonzero to indicate a failure to connect?
Thanks!
-Felipe
2019 May 13
2
Doveadm sync, Error: read(remote) failed: EOF, Error: read(remote) failed: EOF
In the manual page this command is used for converting a mailbox
doveadm sync -u test mdbox:~/mdbox -x INBOX -x INBOX/*
Yet I am getting this error and the mdbox folder is not created.
dsync-local(test): (version not received)
doveadm(test): Fatal: execvp(mdbox:~/mdbox) failed: No such file or
directory
[@ dovecot]# doveconf | grep mail_locat
mail_location =
2019 Aug 11
2
doveadm / vsize
Hi,
i want to keep track of user mailbox size,
I'm using
doveadm mailbox status -u <user> vsize INBOX
for a given mailbox this is under reporting ( by a lot)
is this recursive? what shoud i be using to get an accurate disk usage metric?
thanks
Paul.
--
-------------------------
Paul Macdonald
IFDNRG Ltd
Web and video hosting
-------------------------
t: 0131 5548070
m:
2018 Oct 18
2
doveadm expunge with static users
Hi,
is it possible to use 'doveadm expunge' with static user database? Or
can i, somehow, tell dovecot the directory location where i need to do
an expunge? Thank you.
azur
2019 Jul 15
2
broken mdboxes
Hello,
I was forced to do an emergency server migration with about 3000
mailboxes and I botched it somewhat. Hoping to find some help here.
My symptoms are, users showing apparently deleted mail messages, some
replicated mail, and a time period of mail that is just 'missing'.
The source server is centos 6.10 with dovecot 2.2.5, and the destination
is ubuntu 16 / dovecot 2.2.22. User
2019 Feb 01
2
Doveadm service as non-root user
Running: Ubuntu xenial, dovecot 2.2.36
I've been working on moving our user base from maildir to mdbox and trying
to come up with solutions for things like moving emails around. In the
past, with maildir, our support guys could just mv the files around and
done. For mdbox, I've been working on getting things set up to use doveadm.
One weirdness I've seen is that in imports (i.e.
2019 Dec 08
2
bash script hook lda_mailbox_autocreate for generate mail-crypt user encrypted private key with user password
> Technically creating and encrypting folder key does not
> require decrypting user's private key. All folder keys
> are encrypted with user's public key.
Problem is for that this is a new user. The new user has no private key. I
need for generating that private key. It do not the sense encrypts
something using a key public if there is no private key. Both key public
and private
2019 Dec 04
3
How do I set all my mailboxes to "subscribed"
Hi all,
I've had a great deal of trouble accessing my Dovecot IMAP from most
supposedly IMAP aware email clients, and have been advised that it
might be because some of my email folders are not subscribed. Is there
s way I can subscribe all my folders? I see no reason to have a folder
not subscribed.
Thanks,
SteveT
Steve Litt
December 2019 featured book: Rapid Learning for the 21st
2019 Feb 14
3
Using SHA256/512 for SQL based password
Jean-Daniel Dupas via dovecot wrote:
>
>
>> Le 13 f?vr. 2019 ? 14:54, Robert Moskowitz via dovecot
>> <dovecot at dovecot.org <mailto:dovecot at dovecot.org>> a ?crit :
>>
>>
>>
>> On 2/13/19 8:30 AM, Aki Tuomi wrote:
>>> On 13.2.2019 15.18, Robert Moskowitz via dovecot wrote:
>>>>
>>>> On 2/13/19 1:23 AM,
2019 Apr 10
2
failed: read(/var/run/dovecot/dns-client)
??????? Original Message ???????
On Wednesday, April 10, 2019 9:14 PM, Aki Tuomi <aki.tuomi at open-xchange.com> wrote:
> > On 10 April 2019 23:13 Laura Smith via dovecot dovecot at dovecot.org wrote:
> > Sent with ProtonMail Secure Email.
> > ??????? Original Message ???????
> > On Wednesday, April 10, 2019 8:20 PM, Aki Tuomi aki.tuomi at open-xchange.com wrote:
2018 Nov 24
2
v2.3.4 released
On Sat, 24 Nov 2018 at 10:56, Aki Tuomi <aki.tuomi at open-xchange.com> wrote:
>
> > On 23 November 2018 at 17:46 Brad Smith <brad at comstyle.com> wrote:
> >
> >
> > On 11/23/2018 9:39 AM, Odhiambo Washington wrote:
> >
> > >
> > >
> > > On Fri, 23 Nov 2018 at 17:30, The Doctor <doctor at doctor.nl2k.ab.ca
> > >
2019 Dec 08
2
bash script hook lda_mailbox_autocreate for generate mail-crypt user encrypted private key with user password
What it is way most best for causing bash script run (as root) of time
mailbox created (lda_mailbox_autocreate)?
I use dovecot 2.3.4.1 in Debian 10.
And I use of mail-crypt-plugin
https://doc.dovecot.org/configuration_manual/mail_crypt_plugin/
I setup mail-crypt for requiring user encrypted EC key
(mail_crypt_require_encrypted_user_key = yes). I want for passphrase
encrypt EC key using client