Displaying 5 results from an estimated 5 matches for "mailspace".
2019 Oct 22
3
dovecot disk space settings
Ok, what about placing a dummy file of 5GB or so on the partition, that
you can remove when necessary?
-----Original Message-----
Subject: Re: dovecot disk space settings
>> I don't want to restrict each mailbox size. It's just to prevent
> running out space completely.
>
> Why? (If I may ask)
>
>
To provide mailboxes with unlimited space. And to make it
2019 Oct 22
0
dovecot disk space settings
...so on the partition, that
> you can remove when necessary?
I recently wrote a script to check disk space every week and email me an alert if there was less than 5G. Would that be an approach for you? Enclosing below as an example. You'd need to adapt to your own environment.
#!/bin/bash
MAILSPACE=$( df -h | grep "/dev/sdd" | awk '{ print $4 }' | sed 's/G//g' )
if [ "$MAILSPACE" -lt "5" ] ; then
MESSAGE="Alert, only $MAILSPACE Gb of space left on Mail Drive"
df -h > /tmp/diskalert.txt
mutt -s "$MESSAGE" me at example.co...
2015 Dec 17
2
Deleting Public Mailbox?
Hi!
What am I doing wrong here?
Mission: Delete old empty sub mailboxes in our Public mailspace
acl-file contents:
MailingLists user=dag lrwstipekxa
MailingLists/* user=dag lrwstipekxa
Didn't work from my mail client so tried:
Command tried:
% doveadm mailbox delete -s MailingLists/Glibc -u dag
doveadm(dag): Error: Can't delete mailbox MailingLists/Glibc: Permission...
2011 Feb 26
3
Problem with sieve and namespace
Hi guys,
my default sieve script fails due to an unknown mailspace even I told
him to use one.
What's wrong?
Patrick
Feb 26 00:39:25 endeavour dovecot: lmtp(6967, mail at jasbafliesen.de):
Error: 1WYlBCE1aE03GwAA0CSSVw: sieve: msgid=<4D683DA5.7030505 at gmx.de>:
failed to store into mailbox mail at jasbafliesen.de': Unknown namespace
Feb 26 0...
2011 Feb 17
1
dsync conversion error
...I get that kind of error messages :
dsync(xxx): Error: Next message unexpectedly lost from mbox file
/user/xxx/mail/Sent at 9580036 (cached)
the dsync command I run is
dsync -u xxx mirror mbox:/user/xxx/mail:INBOX=/var/mail/xxx
Dovecot mail_location configuration is :
mail_location =
mbox:~/MailSpace/Mailboxes:DIRNAME=Mbox-Messages:INDEX=~/Index:CONTROL=~/Kontroll
Note that ONLY happen on users's "Sent" folder, never on any other folder
Thanks for any advices.