search for: quotausage

Displaying 20 results from an estimated 67 matches for "quotausage".

2013 Jun 24
1
dovecot-lda - dovecot: quota-warning: Error: lda: Fatal: Unknown argument
...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: postmaster@$DOMAIN Subject: Email quota warning - mailbox over $PERCENT% full [...] --------------------------------------------------------------------- When the script is triggered, here's what appears in the log: -----------------------------------------------------------------...
2017 Sep 11
1
Per-user quota (passwd)
Hi. But there is one problem... protocol lda { mail_plugins = " quota autocreate sieve quota" plugin { quota = dict:user::file:/var/vmail/glu_vrem/%u/.quotausage } } protocol imap { mail_plugins = " quota autocreate autocreate imap_quota" plugin { autocreate = INBOX autocreate2 = Sent autocreate3 = Trash autocreate4 = Drafts autocreate5 = Junk autosubscribe = INBOX autosubscribe2 = Sent autosubscribe3 = Trash...
2013 Jun 16
1
Still virtio problems
Hello! ? As posted on May 27th this year, dovecot 2.1.7 does not allow for the mailstore to be located in a virtio partition. I still receive fstat()-errors on the lock files in this combination: ? May 27 12:54:51 host dovecot: imap(test at mydomain): Error: fstat(/var/vmail/mydomain/test/.quotausage.lock) failed: No such file or directory May 27 12:54:51 host dovecot: imap(test at mydomain): Error: file dict commit: file_dotlock_open(/var/vmail/mydomain/test/.quotausage) failed: No such file or directory May 27 12:54:51 host dovecot: imap(test at mydomain): Error: fstat(/var/vmail/mydomain/tes...
2017 Sep 12
1
dovecot Digest, Vol 173, Issue 28 (INTERNAL)
...essage-ID: <2046000051.747964.1505130527842.JavaMail.zimbra at remotesystems.ru> Content-Type: text/plain; charset=utf-8 Hi. But there is one problem... protocol lda { mail_plugins = " quota autocreate sieve quota" plugin { quota = dict:user::file:/var/vmail/glu_vrem/%u/.quotausage } } protocol imap { mail_plugins = " quota autocreate autocreate imap_quota" plugin { autocreate = INBOX autocreate2 = Sent autocreate3 = Trash autocreate4 = Drafts autocreate5 = Junk autosubscribe = INBOX autosubscribe2 = Sent autosubscribe3 = Trash...
2017 Aug 30
2
Segmentation fault with doveadm search
...intentional, so just ignore this message) doveadm(kiss.gitta at europrofil.hu): Debug: Added userdb setting: mail=maildir:/var/vmail/europrofil.hu/kiss.gitta/Maildir doveadm(kiss.gitta at europrofil.hu): Debug: Added userdb setting: plugin/quota=dict:user::file:/var/vmail/europrofil.hu/kiss.gitta/.quotausage doveadm(kiss.gitta at europrofil.hu): Debug: Added userdb setting: plugin/quota_rule=*:storage=3670016000B doveadm(kiss.gitta at europrofil.hu): Debug: Added userdb setting: plugin/sieve=/var/vmail/europrofil.hu/kiss.gitta/.sieve doveadm(kiss.gitta at europrofil.hu): Debug: Added userdb setting: pl...
2017 Sep 12
1
dovecot Digest, Vol 173, Issue 28 (INTERNAL)
...7842.JavaMail.zimbra at remotesystems.ru> > Content-Type: text/plain; charset=utf-8 > > Hi. > But there is one problem... > > protocol lda { > mail_plugins = " quota autocreate sieve quota" > plugin { > quota = dict:user::file:/var/vmail/glu_vrem/%u/.quotausage > } > } > protocol imap { > mail_plugins = " quota autocreate autocreate imap_quota" > plugin { > autocreate = INBOX > autocreate2 = Sent > autocreate3 = Trash > autocreate4 = Drafts > autocreate5 = Junk > autosubscribe = INBO...
2014 Oct 06
0
How best to confirm that dovecot LDA logging is working correctly?
...g: plugin/sieve=/var/vmail/localhost.com/sa-training/.sieve lda(sa-training at localhost.com): Debug: Effective uid=5000, gid=5000, home=/var/vmail/localhost.com/sa-training lda(sa-training at localhost.com): Debug: Quota root: name=user backend=dict args=:file:/var/vmail/localhost.com/sa-training/.quotausage lda(sa-training at localhost.com): Debug: Quota rule: root=user mailbox=* bytes=0 messages=0 lda(sa-training at localhost.com): Debug: Quota rule: root=user mailbox=Trash bytes=+104857600 messages=0 lda(sa-training at localhost.com): Debug: Quota rule: root=user mailbox=Junk ignored lda(sa-training...
2017 Aug 30
0
Segmentation fault with doveadm search
...al, so just ignore this message) > doveadm(kiss.gitta at europrofil.hu): Debug: Added userdb setting: mail=maildir:/var/vmail/europrofil.hu/kiss.gitta/Maildir > doveadm(kiss.gitta at europrofil.hu): Debug: Added userdb setting: plugin/quota=dict:user::file:/var/vmail/europrofil.hu/kiss.gitta/.quotausage > doveadm(kiss.gitta at europrofil.hu): Debug: Added userdb setting: plugin/quota_rule=*:storage=3670016000B > doveadm(kiss.gitta at europrofil.hu): Debug: Added userdb setting: plugin/sieve=/var/vmail/europrofil.hu/kiss.gitta/.sieve > doveadm(kiss.gitta at europrofil.hu): Debug: Added use...
2017 Jun 29
2
Per-user quota (passwd)
Oh you have multiple db's, I missed that. Remove auth_username_format, and instead userdb { args = /etc/imap.passwd username_format=%Ln driver = passwd-file override_fields = home=/var/vmail/glu_vrem/%u } On 29.06.2017 14:35, Evgeniy Korneechev wrote: > with auth_username_format = %Ln: > > Jun 28 14:43:41 auth: Debug: master in: USER 1 iivanov.ia at example.com
2017 Jun 28
2
Per-user quota (passwd)
...r/vmail/glu_vrem/%u } userdb { args = /etc/dovecot/dovecot-sql.conf.ext driver = sql } protocol lmtp { mail_plugins = " quota autocreate sieve" } protocol lda { mail_plugins = " quota autocreate sieve quota" plugin { quota = dict:user::file:/var/vmail/glu_vrem/%n/.quotausage } } protocol imap { mail_plugins = " quota autocreate autocreate imap_quota" plugin { autocreate = INBOX autocreate2 = Sent autocreate3 = Trash autocreate4 = Drafts autocreate5 = Junk autosubscribe = INBOX autosubscribe2 = Sent autosubscribe3 = Trash...
2017 Aug 30
2
Segmentation fault with doveadm search
> > Can you do > > p *box $1 = {name = 0x5555557e1f18 "Junk", vname = 0x5555557e1f10 "Junk", storage = 0x5555557e1860, list = 0x5555557e1050, v = { is_readonly = 0x7ffff76e5a50 <fail_mailbox_is_readonly>, enable = 0x7ffff76e5a60 <fail_mailbox_enable>, exists = 0x7ffff76e5a70 <fail_mailbox_exists>, open = 0x7ffff76e5e60
2013 May 28
0
dovecot + virtio (9p2000.L) = errors
...to nfs mmap() and dotlocking seem to fail - the mmap issue could be resolved by adding: mmap_disable=yes to dovecot.conf Problem remaining: Still the following errors remain, despite dotlock_use_excl=no May 27 12:54:51 host dovecot: imap(test at mydomain): Error: fstat(/var/vmail/mydomain/test/.quotausage.lock) failed: No such file or directory May 27 12:54:51 host dovecot: imap(test at mydomain): Error: file dict commit: file_dotlock_open(/var/vmail/mydomain/test/.quotausage) failed: No such file or directory May 27 12:54:51 host dovecot: imap(test at mydomain): Error: fstat(/var/vmail/mydomain/tes...
2017 Jun 28
0
Per-user quota (passwd)
...dovecot/dovecot-sql.conf.ext > driver = sql > } > protocol lmtp { > mail_plugins = " quota autocreate sieve" > } > protocol lda { > mail_plugins = " quota autocreate sieve quota" > plugin { > quota = dict:user::file:/var/vmail/glu_vrem/%n/.quotausage > } > } > protocol imap { > mail_plugins = " quota autocreate autocreate imap_quota" > plugin { > autocreate = INBOX > autocreate2 = Sent > autocreate3 = Trash > autocreate4 = Drafts > autocreate5 = Junk > autosubscribe = INBO...
2014 Aug 15
1
Fatal: master: service(imap): child 28145 killed with signal 11 (core dumped) -- started happening after upgrade last night
...ispam_mail_sendmail = /bin/bash antispam_mail_sendmail_args = /usr/local/bin/sa-learn-pipe.sh antispam_mail_spam = --spam antispam_spam_pattern_ignorecase = SPAM;JUNK antispam_trash_pattern_ignorecase = trash;Deleted * antispam_verbose_debug = 1 quota = dict:user::file:/var/vmail/%d/%n/.quotausage quota_rule2 = Trash:storage=+100M quota_rule3 = Junk:ignore quota_rule4 = INBOX:storage=+100M quota_warning = storage=100%% quota-reached 100 %u %d quota_warning2 = storage=95%% quota-warning 95 %u %d quota_warning3 = storage=80%% quota-warning 80 %u %d quota_warning4 = -storage=100%%...
2017 Nov 23
1
Exclude disabled accounts
...r/vmail/glu_vrem/%u } userdb { args = /etc/dovecot/dovecot-sql.conf.ext driver = sql } protocol lmtp { mail_plugins = " quota autocreate sieve" } protocol lda { mail_plugins = " quota autocreate sieve quota" plugin { quota = dict:user::file:/var/vmail/glu_vrem/%n/.quotausage } } protocol imap { mail_plugins = " quota autocreate autocreate imap_quota" plugin { autocreate = INBOX autocreate2 = Sent autocreate3 = Trash autocreate4 = Drafts autocreate5 = Junk autosubscribe = INBOX autosubscribe2 = Sent autosubscribe3 = Trash...
2017 Jan 13
2
Plugin "mail_crypt" does not work
...= /etc/dovecot/dovecot-ldap-user.conf.ext driver = ldap } userdb { args = /etc/dovecot/dovecot-sql.conf.ext driver = sql } protocol lmtp { mail_plugins = mail_crypt sieve } protocol lda { mail_plugins = mail_crypt sieve quota plugin { quota = dict:user::file:/var/vmail/glu_vrem/%n/.quotausage } } protocol imap { mail_plugins = mail_crypt autocreate quota imap_quota plugin { autocreate = INBOX autocreate2 = Sent autocreate3 = Trash autocreate4 = Drafts autocreate5 = Junk autosubscribe = INBOX autosubscribe2 = Sent autosubscribe3 = Trash autosubsc...
2015 Aug 31
1
Problem with the Path argument in pigeonhole 0.4.3 at ubuntu 14.04
...= yes type = shared } passdb { args = /etc/dovecot/dovecot-sql.conf driver = sql } plugin { acl = vfile acl_shared_dict = proxy::acl expire = Trash expire2 = Trash/* expire3 = Spam expire4 = Junk expire_dict = proxy::expire quota = dict:user::file:/var/vmail/%d/%n/.quotausage sieve = file:~/sieve;active=~/.dovecot.sieve sieve_after = ~/.sieve } postmaster_address = admin at domain.tld protocols = imap lmtp sieve service auth { unix_listener /var/spool/postfix/private/auth { group = postfix mode = 0660 user = postfix } unix_listener auth-use...
2013 Apr 16
2
Probs authenticating to Dovecot
...:%S " mail_privileged_group = vmail ssl_cert = </etc/postfix/smtpd.cert ssl_key = </etc/postfix/smtpd.key passdb { args = /etc/dovecot/dovecot-sql.conf driver = sql } userdb { args = /etc/dovecot/dovecot-sql.conf driver = sql } plugin { quota = dict:user::file:/var/vmail/%d/%n/.quotausage sieve=/var/vmail/%d/%n/.sieve } service auth { unix_listener /var/spool/postfix/private/auth { group = postfix mode = 0660 user = postfix } unix_listener auth-userdb { group = vmail mode = 0600 user = vmail } user = root } protocol imap { mail_plugins = quota i...
2018 Aug 29
2
where are stored attachments
...stamp = "%Y-%m-%d %H:%M:%S " > mail_max_userip_connections = 100 > mail_plugins = " quota" > mail_privileged_group = vmail > passdb { > ? args = /etc/dovecot/dovecot-sql.conf > ? driver = sql > } > plugin { > ? quota = dict:user::file:/var/vmail/%d/%n/.quotausage > ? sieve = /var/vmail/%d/%n/.sieve > ? sieve_max_redirects = 25 > } > postmaster_address = postmaster at s1.poliman.net > <mailto:postmaster at s1.poliman.net> > protocols = imap pop3 > service auth { > ? unix_listener /var/spool/postfix/private/auth { > ??? group...
2014 Feb 19
3
Enable mail logger plugin
...antispam_mail_sendmail = /usr/local/bin/sa-learn-pipe.sh antispam_mail_spam = --spam antispam_spam = Junk antispam_trash = Trash mail_log_events = delete undelete expunge copy mailbox_delete mailbox_rename mail_log_fields = uid box msgid size quota = dict:user::file:/var/vmail/%d/%n/.quotausage quota_grace = 10%% quota_rule = Trash:storage=+200M quota_warning = storage=95%% quota-warning 95 %u quota_warning2 = storage=80%% quota-warning 80 %u sieve = /var/vmail/%d/%n/.sieve sieve_before = /etc/dovecot/sieve_before sieve_vacation_send_from_recipient = yes } postmaster_address...