Displaying 4 results from an estimated 4 matches for "_sys_quota_h".
2017 Jun 21
2
Dovecot >=2.2.29 + Filesystem quota = incorrect storage information
...TA, OR PROFITS; OR BUSINESS INTERRUPTION)
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*/
#ifndef _SYS_QUOTA_H
#define _SYS_QUOTA_H 1
#include <features.h>
#include <sys/types.h>
/*
* Select between different incompatible quota versions.
* Default to the version used by Linux kernel version 2.4.22
* or later. */
#ifndef _LINUX_QUOTA_VERSION
# define _LINUX_QUOTA_VERSION 2
#endif
/*
* Con...
2017 Oct 17
0
Dovecot >=2.2.29 + Filesystem quota = incorrect storage information
...?* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
> STRICT
> ?* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
> ANY WAY
> ?* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
> ?* SUCH DAMAGE.
> ?*/
>
> #ifndef _SYS_QUOTA_H
> #define _SYS_QUOTA_H 1
>
> #include <features.h>
> #include <sys/types.h>
>
> /*
> ?* Select between different incompatible quota versions.
> ?* Default to the version used by Linux kernel version 2.4.22
> ?* or later.? */
> #ifndef _LINUX_QUOTA_VERSION
&...
2017 Jun 20
2
Dovecot >=2.2.29 + Filesystem quota = incorrect storage information
Hi,
I have problem with quota storage information in dovecot-2.2.29 (and
newer versions, too - 2.2.30.2).
I use FS quota backend.
............................
# 2.2.29.1 (e0b76e3): /etc/dovecot/dovecot.conf
# OS: Linux 4.4.68-1 x86_64
mail_plugins = quota
plugin {
quota = fs:User quota:mount=/poczta:user
quota2 = fs:Group quota:mount=/poczta:group
}
protocol imap {
2006 Jun 16
1
RHEL 3 and quota problems...
...05-11-22 21:57:15.000000000 +0900
@@ -31,7 +31,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- - * Version: $Id: quota.h,v 1.7.6.1 2005/07/18 02:07:37 roland Exp $
+ * Version: $Id: quota.h,v 1.7 1999/10/19 03:05:21 drepper Exp $
*/
#ifndef _SYS_QUOTA_H
@@ -42,10 +42,10 @@
/*
* Select between different incompatible quota versions.
- - * Default to the version used by Linux kernel version 2.4.22
- - * or later. */
+ * Default to the version used by Linux kernel version 2.4.21
+ * or earlier (in RHEL version 1 is AS2.1, version 2 is RHEL3 and
l...