Displaying 20 results from an estimated 2000 matches similar to: "dovecot-pigeonhole Broken ?"
2018 Nov 13
0
dsync / doveadm sync problem
Hi,
I had an old dovecot server with a working backup script.
Basic concept was:
- to dsync to a temp folder
- using tar to preserve datetime
- piping this 7z to benefit from my 16 core cpu
- piping this through openssl to encrypt
Over time the size of all my mail grew from 3GB to about 70GB.
I used to keep the last 14 backups, but this uses a lot of space.
I now want to dsync my
2020 Sep 15
1
correct usage for Pigeonhole sieve message *redirect* to external server?
i've installed
rpm -qa | grep dovecot
dovecot-2.3.10.1-1.fc32.x86_64
dovecot-pigeonhole-2.3.10.1-1.fc32.x86_64
i'm setting up imapsieve spam reporting; following,
https://doc.dovecot.org/configuration_manual/spam_reporting/
https://wiki.dovecot.org/HowTo/AntispamWithSieve
https://wiki.dovecot.org/Pigeonhole/Sieve/Examples
my config currrently includes
protocol imap {
2015 Feb 27
2
Postfix - dovecot-lda -> Permission denied
Hi erveryone!
I'm trying to run Postix and Dovecot on a Mac OS X, but somehow, it doesn't work. I probably messed up the privileges or something else. Hopefully someone of you, can help me figure it out.
So far, Postfix is delivering the mail into ~/Maildir. But as soon as I add the line:
mailbox_command = /Applications/Server.app/Contents/ServerRoot/usr/libexec/dovecot/dovecot-lda
in
2019 Aug 04
1
dovecot-uidlist invalid data
Hi!
I'm struggling with the following error:
Aug 4 21:32:00 mx02 dovecot: imap(xxx at xxx.tld)<17693><w14vpU+PCCSwPxpo>:
Error: Mailbox INBOX: Broken file /home/vmail/xxx.tld/xxx/dovecot-uidlist
line 6246: Invalid data:
Aug 4 21:49:22 mx02 dovecot: imap(xxx at xxx.tld)<21879><YNhW40+PLoBOGLlU>:
Error: Mailbox INBOX: Broken file
2020 Mar 29
0
mail_crypt crashing randomly during LMTP
On 29. Mar 2020, at 15.15, Andi Krischer <ak at michaelpelzer.de> wrote:
> We have a really strange bug with our dovecot setup. After weeks and month of debugging we?re finally reached the point when we ask you for help.
>
> Our basic setup is quite simple: a single dovecot 2.3.10 (0da0eff44) install on Debian 10 with LDAP as user/passdb and sieve, imap_sieve and mail_crypt as
2020 Oct 09
0
Dovecot 2.3.10-2.3.11.3 pop3/imap login problem after upgrade
Hi, I came across a following issue. After upgrading dovecot from 2.3.10 to 2.3.11.3 pop/imap logins fail. Auth method is plain/login ,with ssl required and shadow passdb driver, runnning on Slackware Linux 14.1. The configuration in both cases is the same, and in the past, after each uprgade i had no problems. I did not come across also of any information if upgrading from 2.3.10 to 2.3.11.3
2019 Oct 02
0
Problem with converting mdbox to MailDir
And /bin/doveconf namespace
namespace {
disabled = no
hidden = no
ignore_on_failure = no
inbox = no
list = children
location = mdbox:/var/mailboxes/%%2Mu/%%2.2Mu/%%u
order = 0
prefix = shared/%%u/
separator = /
subscriptions = yes
type = shared
}
namespace inbox {
disabled = no
hidden = no
ignore_on_failure = no
inbox = yes
list = yes
location =
mailbox Drafts
2020 Mar 30
1
mail_crypt crashing randomly during LMTP
On 29. Mar 2020, at 16:07, Timo Sirainen <timo at sirainen.com> wrote:
>
> On 29. Mar 2020, at 15.15, Andi Krischer <ak at michaelpelzer.de> wrote:
>> We have a really strange bug with our dovecot setup. After weeks and month of debugging we?re finally reached the point when we ask you for help.
>>
>> Our basic setup is quite simple: a single dovecot 2.3.10
2020 May 17
1
"/etc/dovecot/dovecot.conf: passdb is missing driver"
Hi,
I'm trying to get dovecot working with postgres, I'm on Debian 10 and have installed dovecot-pgsql from the Dovecot repo (https://repo.dovecot.org/ce-2.3-latest/debian/....).
I have the following in my local.conf :
passdb sql {
? args = /etc/dovecot/local_sql_users.conf
}
And the following in the referenced file:
driver = pgsql
connect = host=localhost dbname=foobar user=bar
2014 Mar 25
1
Dovecot replication, no updates on message deposit
Hi,
I am trying to setup dovecot replication based on:
http://wiki2.dovecot.org/Replication
All mailboxes share the same UNIX userid ('vmail'), and I setup ssh-key
based login for this account in both directions. As LDA exim4 is
configured to use dovecot deliver LDA. Here is the relevant config from
exim:
/usr/lib/dovecot/deliver -d $local_part -f $sender_address -a
2020 Jun 11
0
Read-flag of mails don't update
On 10. Jun 2020, at 10.42, Marius Rasch <dovecot at email.marius-rasch.de> wrote:
>
> Hi,
>
> since one or two month I have a problem with Dovecot not updating the read-flag on mails using IMAP. I receive new mails, but when reading, they still unread on other devices (but shown as read on the first device).
>
> When I remember correct, this problem doesn't come with
2023 Mar 22
2
[libnbd PATCH v4 0/2] lib/utils: introduce async-signal-safe execvpe()
On 3/22/23 15:45, Laszlo Ersek wrote:
> On 3/21/23 18:28, Eric Blake wrote:
>
>> it is indeed a bug in busybox now that POSIX is moving towards
>> standardizing realpath, so I've filed it:
>> https://bugs.busybox.net/show_bug.cgi?id=15466
>
> I've found another busybox bug.
>
> The "/bin/sh" utility is provided by busybox as well (via the
2020 Apr 25
2
problem with a public folder
Hello,
Thanks for all the replies.
I've added a mailbox to the namespace definition for the public
folders. I can do a doveadm acl get -A "Public/general" works but
"Public/TestFolder" does not. Here's my 90-public.conf file:
#cat 90-public.conf
# Public mailboxes
namespace {
type = public
separator = /
prefix = Public/
location =
2023 Mar 22
3
[libnbd PATCH v4 0/2] lib/utils: introduce async-signal-safe execvpe()
On 3/21/23 18:28, Eric Blake wrote:
> it is indeed a bug in busybox now that POSIX is moving towards
> standardizing realpath, so I've filed it:
> https://bugs.busybox.net/show_bug.cgi?id=15466
I've found another busybox bug.
The "/bin/sh" utility is provided by busybox as well (via the usual symlinking).
Per POSIX, if
execvp(file, { argv[0], argv[1], ..., NULL })
2020 Apr 14
0
got a listener on 993
Maybe this thread can help you with your first question :
https://dovecot.org/pipermail/dovecot/2014-August/097488.html
On 13.4.2020. 20:52, David Mehler wrote:
> Hello,
>
> Before I get in to my question is ssl on 993 or starttls on 143 better
> from a security perspective?
>
> I've noticed that I've got a dovecot listener on port 993, below is my
> doveconf -n
2000 Mar 27
2
Problem starting SMB services
This is the error I receive when attempting to start the service. This is
from /var/log/messages.
Mar 27 11:41:17 portero smb: smbd startup succeeded
Mar 27 11:41:17 portero smb: nmbd startup failed
Mar 27 11:41:18 portero srvsvcd: execvp: No such file or directory
Mar 27 11:41:18 portero smb: srvsvcd startup failed
Mar 27 11:41:18 portero wkssvcd: execvp: No such file or directory
Mar 27
2020 Jul 03
0
Quota: How/where to set/change
Hi experts.
in the output of imapsync I found:
Host2: found quota, presented in raw IMAP
Sending: 7 GETQUOTAROOT INBOX
Sent 22 bytes
Read: * QUOTAROOT INBOX "User quota"
* QUOTA "User quota" (STORAGE 420325 1953125)
7 OK Getquotaroot completed (0.001 + 0.000 secs).
Host2: Quota current storage is 430412800 bytes. Limit is 2000000000 bytes. So
2020 Apr 25
0
problem with a public folder
On April 25, 2020 2:35:20 AM GMT+02:00, David Mehler <dave.mehler at gmail.com> wrote:
>Hello,
>
>I'm trying to set up a public folder called TestFolder. I'm getting
>this error:
>
>#doveadm acl get -A "Public/TestFolder"
>doveadm(username at example.com): Error: Can't open mailbox
>Public/TestFolder: Mailbox doesn't exist: Public/TestFolder
2019 Nov 15
1
Re: [PATCH libnbd v2 2/2] api: Implement local command with systemd socket activation.
On 10/1/19 9:11 AM, Richard W.M. Jones wrote:
> On Tue, Oct 01, 2019 at 08:24:33AM -0500, Eric Blake wrote:
>>> +#else /* !HAVE_EXECVPE */
>>> + SET_NEXT_STATE (%.DEAD)
>>> + set_error (ENOTSUP, "platform does not support socket activation");
>>> + return 0;
>>> +#endif
>>
>> We probably ought to add a matching
2020 Mar 06
2
Dovecot v2.3.10 Released
We are pleased to release v2.3.10 of Dovecot. Please find it from
locations below:
https://dovecot.org/releases/2.3/dovecot-2.3.10.tar.gz
https://dovecot.org/releases/2.3/dovecot-2.3.10.tar.gz.sig
Binary packages in https://repo.dovecot.org/
Docker images in https://hub.docker.com/r/dovecot/dovecot
Aki Tuomi
Open-Xchange oy
---
* Disable retpoline migitations by default. These can cause severe