On Mon, Nov 25, 2024 at 10:34 PM Marc via dovecot
wrote:
> >
> > > But now you are like ms/google/letsencrypt. We decide how you should
> > > setup your servers, we decide how you setup your dns, we decide you
> > are
> > > not allowed to block the amazon cloud etc.
> >
> > WTF drugs are you on,
Hello,
Trying to get the following quota notification script to work with
Dovecot 2.3.21.1:
#!/bin/sh
PERCENT=$1
USERNAME=$2
cat << EOF | /usr/lib/dovecot/dovecot-lda -d $USER -o
"plugin/quota=count:User quota::noenforcing"
From: postmas...@deeztek.com
Subject: quota warning
Your mailbox is
Here are some numbers from a test run:
dst: full pull sync from src
6m19s
dst: delta pull sync from src
2s
src: full push dync to destination
4h14m34s
src: delta push sync to destination
6s
So the initial sync is 4h14m (for push) vs 6m20s (for pull)
Can someone answer what is causing this ver
>
> > But now you are like ms/google/letsencrypt. We decide how you should
> > setup your servers, we decide how you setup your dns, we decide you
> are
> > not allowed to block the amazon cloud etc.
>
> WTF drugs are you on, my organisation my rules.
>
What education did you acquire? With your
On 24/11/2024 22:03, Marc via dovecot wrote:
But now you are like ms/google/letsencrypt. We decide how you should
setup your servers, we decide how you setup your dns, we decide you are
not allowed to block the amazon cloud etc.
WTF drugs are you on, my organisation my rules.
and who said an
Hi Aki,
thanks, i should have that idea on my own.
Indeed it's simply not shown by curl. If i turn verbose on the extended
response is shown:
curl -v -u $IMAPUSER:$IMAPPW imaps://... -X 'LIST "" "INBOX" RETURN (STATUS
(MESSAGES UNSEEN))'
* Host ...:993 was resolved.
[...]
< * OK [CAPABILITY I
I tested with curl -v and...
< A002 OK Logged in
> A003 LIST "" "INBOX" RETURN (STATUS (MESSAGES UNSEEN))
< * LIST () "." INBOX
* LIST () "." INBOX
< * STATUS INBOX (MESSAGES 30702 UNSEEN 6649
Seems curl just doesn't show the reply. Maybe bug in curl?
Aki
> On 25/11/2024 10:59 EET Tim via dovec
Hi,
i try to use extended LIST command but it doesn't work out.
I wonder if there is any option necessary to enable it or some option that
prevent using extended LIST commands (for example Courier compatible namespace
config). I didn't find anything in the documentation.
Did anyone notice a si