Displaying 20 results from an estimated 20000 matches similar to: "Integrity check mdbox?"
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 Nov 24
2
Dovecot proxy with ldap, complains about 'host not given'
My query? Is dovecot not getting this field automatically?
-----Original Message-----
Subject: Re: Dovecot proxy with ldap, complains about 'host not given'
On 23 Nov 2019, at 16:11, Marc Roos <M.Roos at f1-outsourcing.eu> wrote:
> It looks like the dovecot proxy can authenticate correctly but fails
> then on with this message
>
> Nov 23 23:33:33 test2 dovecot:
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 =
2020 Oct 11
2
Preparing for replication: dsync-local(testaccount): Panic: file mbox-lock.c
I am preparing a bit for setting up replication. However when I manually
try to dsync an account, the first time I execute this[1] command it
seems to be ok. The 2nd time I am getting this error[2].
If I add -1 (one way syncing) the error disappears. Does this mean I
will have problems with setting up replication between these two
servers?
[1]
[@ ~]# doveadm sync -n inbox -u testaccount
2018 Dec 08
1
Plugins/MailboxAlias configuration not working when not successive
This is not working because the numbering is not successive. This whole
configuration implementation is of course nothing to be proud of.
plugin {
#setting_name = value
# archive folder
mailbox_alias_old = Archive
mailbox_alias_new = Archief
mailbox_alias_old2 = Archive
mailbox_alias_new2 = Archief mappen
mailbox_alias_old3 = Archive
mailbox_alias_new3 = Archived messages
2019 Dec 16
1
Local lmtp proxy on backend server
I added this:
passdb {
driver = passwd
skip = authenticated
}
Which enables indeed local delivery, I also noticed this. Maybe the
password field check shoud not be done, when you enable skip
authentication?
Dec 16 10:26:37 svr1 dovecot: auth-worker(12046): Debug: passwd(test):
lookup
Dec 16 10:26:37 svr1 dovecot: auth-worker(12046): passwd(test): invalid
password field '*'
2019 Dec 15
3
Local lmtp proxy on backend server
I receive a local mail when I do a 'mail test' on a backend svr1 with
this[0] configuration. However when I just add only one configuration
change 'lmtp_proxy = yes' I am getting these errors[1]. I would expect
this email to still be delivered locally, should this be working or do I
misunderstand the lmtp proxy functionality?
[0]
passdb {
args =
auth_verbose = default
2019 Nov 26
1
Performance mdbox vs mbox
If I do the same test[1] with mbox I can store around 31k messages and
mdbox 16k messages. I noticed also that cpu and disk utilization with
mdbox was not very high, while disk utilization on mbox was much higher.
That makes me wonder if I can tune mdbox to have better performance?
[1]
imaptest - append=100,0 logout=0 host=svr port=143 user=test pass=xxx
seed=100 secs=240 clients=1
2019 Jan 14
2
mdbox + zlib performing less than just mdbox
I have test environment to determine what would be best settings. I have
been told that enabling zlib compression would be good to save iops on
storage. But doing the test now, I get worse results.
[@test2 ~]# pr -m -t mail04-mdbox-vdb-append-64kb-6.log
mail04-mdbox-vdb-append-64kb-8.log |less
Logi Sele Appe Logi Sele Appe
100% 100% 100% 100% 100%
2019 Dec 30
2
Issue running Dovecot in Docker Container
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<div>
You could also try our docker images, see
<a href="https://hub.docker.com/u/dovecot">https://hub.docker.com/u/dovecot</a>
</div>
<div>
<br>
</div>
<div>
Aki
</div>
<blockquote
2019 Dec 27
7
Issue running Dovecot in Docker Container
The conf.d files are not included. I have added !include conf.d/*.conf to
director.conf and reloaded the dovecot and director services.
conf.d/10-logging also has the following lines:
log_path = /dovecot.log
info_log_path = $log_path
debug_log_path = $log_path
The /dovecot.log file still shows empty. Nothing is being logged to that
file.
Thanks & Regards,
Naveen
On Thu, Dec 26, 2019 at
2018 Dec 20
2
Intentionally use weak server key
On 20/12/2018 12:37, Marc Roos wrote:
>
> You have to create your own ca, and then create the certificate. I doubt
> if you will be able to find companies like DigiCert or Comodo to do
> this.
>
> If you want, I can try sign it with our own 'internal' CA. The only
> thing you have to do is of course adding our CA to your ca bundle but
> that is very easy in
2020 Aug 27
1
Expuning & Purging doesn't fully remove emails?
But is that not adviced in the manual[1]? I am also in the process of
setting up dovecot behind a haproxy. Still testing with this. I was
wondering why one would choose haproxy and not eg dovecot proxy (with
director)
[1]
https://wiki2.dovecot.org/HAProxy
-----Original Message-----
From: Zelic Bojan [mailto:bojan.zelic at kudelskisecurity.com]
Sent: woensdag 26 augustus 2020 23:39
To:
2019 Nov 24
2
Health check curl example
I think I already have that, I am having this configured
service health-check {
# this is the default configuration using the simple PING->PONG
# example health-check.
executable = script -p /bin/health-check.sh
inet_listener health-check {
port = 5001
}
}
bash-5.0# /bin/health-check.sh
HTTP/1.1 200 OK
Connection: keep-alive
OK
-----Original Message-----
Subject: Re:
2019 Nov 24
2
Health check curl example
I am not understanding how this health check[1] script should work. From
the commandline it works fine when I type a PING I get a PONG. But how
do I do a curl to this 5001 port?
Tried something like this:
bash-5.0# curl http://localhost:5001/
curl: (56) Recv failure: Connection reset by peer
bash-5.0# curl http://localhost:5001/PING
curl: (56) Recv failure: Connection reset by peer
[1]
2012 Aug 15
1
Mdbox corruption
Hi,
I have a "ubuntu10.04 + ext4-filesystem + dovecot-2.0.13 +mdbox"
configuration in my server. It works fine with ~50k accounts.
Recently happened a filesystem corruption in a device of StMailLocation
and I fix with fsck.ext4.
After this crash, one account began to show access timeout and errors
like this on force-resync:
# doveadm force-resync -u account INBOX
doveadm(account):
2019 Jul 25
2
corrupt mdbox index / zero mails showing in imap
Hi,
I have recently migrated (under emergency conditions) a dovecot imap/pop
based server to a new instance. The mailboxes used mdbox format and due
to various screwups I had corrupt indexes. I thought I'd cleaned this up
but then I found that this new instance hadn't been set up correctly for
nfs. Long story short, I still get users with new cases of corrupt
indexes. The symptom is imap
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
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 Aug 10
2
What does `iterate_query` for SQL want as output?
>
> Did you check your logs?
>
that?s just it. There?s nothing in syslog (which is logging at mail.debug). Not just nothing useful, absolutely _nothing_ logged when I run that. All I see is this (printed, I presume to STDERR):
doveadm backup -D -A -R -f ssh -i id_rsa.dsync imap01.coyhile.com /opt/local/bin/doveadm dsync-server -A
Error: User listing returned failure
doveadm: Error: