Displaying 6 results from an estimated 6 matches for "dlutt".
2013 May 03
7
Dovecot Postfix Quota Policy Service
...leitung zum Einrichten,
nur leider bekomme ich den Policy Server nicht korrekt konfiguriert.
Folgende Fehler werden protokolliert:
May 3 22:00:13 mail postfix/smtpd[17463]: warning: access table unix:private/quota-status entry has empty value
May 3 22:00:42 mail dovecot: quota-status(daniel at dlutt.de): Error: user daniel at dlutt.de: Error reading configuration: net_connect_unix(/usr/var/run/dovecot/config) failed: Permission denied
Es ist dabei so, dass nach einem Reload der Dienste die erste Mail
noch zugestellt wird, die folgende, eingehende Mail dann jedoch
abgelehnt wird. Nachfolgend d...
2010 Jul 23
1
quota warning error with dict
...ot 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 I use:
plugin {
quota = dict:user::proxy::quota
quota_rule = *:storage=0
}
service dict {
unix_listener dict {
mode = 0660
user = vmail
group = vmail
}
}
plugin {
quota_warning = storage=90%% qu...
2010 Jul 17
2
mdbox expunge purge question
...d the deleted mails are stored in a
special mailbox in the users mailbox so it's needed to use the expire
plugin too if this should be done automatically?
Is it recommend to run "doveadm purge" periodically if mdbox is used?
Btw: when I try to run
doveadm -Dv expunge -u testuser at dlutt.de mailbox Trash savedbefore 30d
for example I get such an error:
doveadm(root): Debug: Loading modules from directory: /usr/lib/dovecot/modules
doveadm(root): Debug: Module loaded: /usr/lib/dovecot/modules/lib01_acl_plugin.so
doveadm(root): Debug: Loading modules from directory: /usr/lib/dovecot...
2010 Jul 19
1
Unknown column username in where clause
Version: Dovecot 2.0 rc2
I'm testing Dovecot with MySQL quotas but I get always this error for
incoming mails:
tux dovecot: lmtp(4928): Error: user testuser at dlutt.de: Auth USER lookup failed
tux dovecot: auth: Error: mysql: Query failed, retrying: Unknown column 'username' in 'where clause'
I dont' know where the field "username" should come from because I
don't use this field (or query).
The relevant files are:
dovecot-s...
2010 Oct 06
3
2.0.5: quota warning failing
>From the log:
Oct 6 09:54:10 postamt dovecot: imap(hkunte): Error: quota: connect(/usr/local/scripts/quota-warning2) failed: Permission denied
>From the config:
quota = maildir
quota_rule = INBOX.Trash:storage=+2048M
quota_warning = storage=99%% /usr/local/scripts/quota-warning2 99 %u
quota_warning2 = storage=95%% /usr/local/scripts/quota-warning2 95 %u
quota_warning3 = storage=90%%
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