Displaying 20 results from an estimated 10000 matches similar to: "Quota fs (ignore mount)"
2011 Sep 13
1
Quota fs (don't start script quota-warning.sh)
Hi,
# doveadm -Dv quota get -u pit
doveadm(pit): Debug: auth input: pit system_groups_user=pit uid=500 gid=500 home=/home/pit
doveadm(pit): Debug: Effective uid=500, gid=500, home=/home/pit
doveadm(pit): Debug: Quota root: name=INBOX backend=fs args=mount=/var/spool/mail
doveadm(pit): Debug: Quota rule: root=INBOX mailbox=* bytes=19922944 messages=0
doveadm(pit): Debug: Quota warning:
2008 Jul 10
3
fs quota check with server does not support rquotad
Hi,
Last time, I have got no reply, hope this time is better.
OS: Solaris 10
Dovecot version : 1.1.1
file system of /var/mail : NFS from Solaris
file system of /home : other NFS server that not support rquotad.
Here is my setting that works:
----------------------------
plugin {
quota = fs:INBOX:mount=/var/mail
quota2 = fs:home:noenforcing:mount=/home/h1
}
The above settings works. Dovecot
2009 Oct 20
2
second fs quota root crashes
Hallo.
In our dovecot 1.2.6 server running under Solaris 9 I would like to set up a
second quota root because the mail folders are in the users home directories and
the inboxes of all users are in /var/mail. As soon as I add
quota2 = fs:INBOX:noenforcing:mount=/var/mail
the imap client crashes repeatedly as soon as the user tries to open a mail
folder.
Thanks for any help.
Dovecot Logfile:
2008 Jul 10
3
dovecot Digest, Vol 63, Issue 30
> It seems that a RPC call fails because rquotas are not supported on
> 'homesvr'. But dovecots quota-fs requires them for remote storage.
>
Yes, my homesvr does not support RPC rquotas. Acutally I really don't
want Dovecot to handle quota on my home directory, I only want Dovecot
to hand quota on /var/mail. That's why I put "noenforcing" in
configuration
2012 Apr 09
2
Problem with quota warning
Hi again,
my test environment is working now and finally I tried to implement my
quota warning but it is not working. LDA says the mailbox is full even
it is not (only 81% and that is why the quota warning is executed).
Further I used :noenforcing in my script.
Apr 9 15:08:21 backend01 dovecot: lda(test at k-team.info): Debug:
Namespace INBOX.: Using permissions from
2018 Nov 16
3
Antwort: Re: Quota in MySql Dict not recalculate automatic
With quota count and quota_clone it works, but can I use noenforcing with
quota count?
quota = count:User quota:noenforcing
When I test this config, I receive no quota-warning E-Mail:
service quota-warning {
executable = script /usr/local/bin/quota-warning.sh
# user = dovecot
user = vmail
unix_listener quota-warning {
user = vmail
group = vmail
mode = 0660
}
}
plugin {
2010 Jul 23
1
quota warning error with dict
Version: Dovecot 2.0rc3
Hi,
I try to get the quota-warning.sh script working with quota/dict but I
get some errors.
The script looks like:
#!/bin/sh
PERCENT=$1
USER=$2
cat << EOF | /usr/lib/dovecot/dovecot-lda -d $USER -o "plugin/quota=dict:user::proxy::quota quota:noenforcing"
From: quota at dlutt.de
Subject: quota warning
Your mailbox is now $PERCENT% full.
EOF
In 90-quota
2008 Feb 06
1
imap fs quota (rpc) won't work?
In the past I dabbled with the imap quota plugin with the fs backend
because I wanted
to report usage to my users (not limit them). At the time, the quota
plugin would make
dovecot crash when trying to write to a folder (I can bring up this
report if needed).
However, in a later beta of dovecot 1.1 I tried quota again but I cannot
get it to report
any results. I've been wanting to use
2018 Jul 26
1
dsync: expunge from pop3 does not replicate
Yes, it should incoming mail to inbox, where replication was requested
(and mail was replicated succesfully, of course). After expunge via
POP3, replication was not called at all. (It doesn't happens on IMAP
connections, if I didn't mentioned in previous message)
Log:
Jul 26 10:54:11 mda11 dovecot: lmtp(jakub@***)<339><mMJrGzOMWVtTAQAALagawQ>: Debug: INBOX: Mailbox opened
2020 Jun 06
2
Deliver administrative message ignoring user quota
Hi everyone,
I have a separate internal system running on a different host that needs to put an administrative email into a user?s inbox.
I?ve been playing around with the ?doveadm mailbox save? command via Doveadm?s HTTP API (https://doc.dovecot.org/admin_manual/doveadm_http_api/#doveadm-mailbox-save <https://doc.dovecot.org/admin_manual/doveadm_http_api/#doveadm-mailbox-save>).
This
2012 Feb 17
2
Quota warnings and LMTP
Hello,
I have dovecot 2.0 configured with virtual users in MySQL, SMTP is
handled by exim which uses dovecot LMTP transport.
I'd like to test quota warning messages, but in wiki2 there is only
an example for delivering it with dovecot-lda. I tried several ways
of using lmtp binary, but without success.
How to replace this:
cat << EOF | /usr/local/libexec/dovecot/dovecot-lda -d $USER
2013 Jun 24
1
dovecot-lda - dovecot: quota-warning: Error: lda: Fatal: Unknown argument
Hi, everyone,
I'm attempting to configure automated quota warnings for users and have
hit a snag.
The script I'm using is as follows:
---------------------------------------------------------------------
#!/bin/sh
PERCENT=$1
MAILBOX=$2
DOMAIN=$3
cat << EOF | /usr/lib/dovecot/dovecot-lda -d $USER -o
"plugin/quota=dict:user::file:/var/vmail/%d/%n/.quotausage"
From:
2009 Mar 16
2
v1.2.beta2: Fatal: io_loop_handle_add: epoll_ctl(1, 10): Bad file descriptor
Hi Timo,
I'm playing with Dovecot v1.2.beta2 currently. When the dict process was
started via deliver(?) and Dovecot is killed (kill $PID_OF_DOVECOT)
after delivering only one message, it logs:
Fatal: io_loop_handle_add: epoll_ctl(1, 10): Bad file descriptor
If the dict process was not started or deliver has delivered more than
one message, the error doesn't occur.
I'm not using
2018 Nov 15
2
Quota in MySql Dict not recalculate automatic
Hi,
I have a working Installation with:
Ubuntu 16.04 LTS
Dovecot 2.2.22
MySql 5.7.24
Postfixadmin 3.2
Apache 2.4.18
Rainloop 1.12.1
I manage the E-Mail Accounts with postfixadmin in a MySql-DB.
Also I use quotas with Quota Backend postfixadmin-DB (dict).
Everything works fine.
Now I installed a new Server with the following Versions and
migrate the Configs to the new System.
Ubuntu 18.04 LTS
2010 Jul 22
1
quota-warning example script from wiki2
Hi,
in the wiki there's an example script for sending an email to an user
that has exceeded his quota.
Link: http://wiki2.dovecot.org/Quota/Configuration
The dovecot deliver command line is:
dovecot-lda -d $USER -o "plugin/quota=maildir:User quota:noenforcing"
I wonder about
-o: seems to be "undocumented" because I've found no information about
this parameter.
If
2016 Oct 10
2
problem with quota warning script execution, error 75
Hi,
Im quite new to dovecot and im trying to run quota warning script with no success. Using "quota = count:User quota" and this script:
________________________
#!/bin/sh
PERCENT=$1
USER=$2
cat << EOF | /usr/libexec/dovecot/dovecot-lda -d $USER -o "plugin/quota=count:User quota:noenforcing"
From: support at company.com
To: $USER
Subject: Quota alert
Quota
2015 Oct 05
1
Dovecot don't erase mails from storage.
Hi,
I have a dovecot installation with a strange problem: all the mails stays
in storage after deleted from users mailbox. If user logon after the mails
are deleted, they don't receive them any more, but the m.## files aren?t
deleted. This happens with pop3 (default for this installation) and/or imap.
The dovecot is installed along postfix with mysql and multi-domains support
Here's the
2016 Oct 10
2
problem with quota warning script execution, error 75
Like this?
[root at server quota]# ./quota-warning.sh 85 existing_mailbox at domain.com ; echo $
$
Got message succesfully delivered.
----- Mensaje original -----
De: "Aki Tuomi" <aki.tuomi at dovecot.fi>
Para: dovecot at dovecot.org
Enviados: Lunes, 10 de Octubre 2016 11:14:01
Asunto: Re: problem with quota warning script execution, error 75
On 10.10.2016 11:49,
2008 Jun 30
0
Quota Check: fs with multiple "noenforcing" mount point
Hi,
It seems my previous mail has been lost, I apologize if this is a duplicate.
I am using Dovecot 1.1.1 with user's INBOX in /var/mail and other
folders in their home directories. I have setup file system quota on
/var/mail to limit their usage. I would like dovecot to display such
information in IMAP client and ignore all others.
OS: Solaris 10
Dovecot version : 1.1.1
file system of
2020 Oct 27
2
imapsieve: setting imapsieve_url disables admin scripts
Hello,
The documentation says imapsieve_url "has no effect on the administrator-controlled Sieve scripts". However, when setting this item, I get lines such as:
Error: imapsieve: mailbox INBOX: Failed to read /shared/imapsieve/script mailbox attribute: Mailbox attributes not enabled
and that's it. imapsieve_mailboxXXX_* settings are completely ignored. Unsetting imapsieve_url