search for: quota_max_mail_size

Displaying 20 results from an estimated 25 matches for "quota_max_mail_size".

2019 Mar 04
1
quota_max_mail_size no tips
When the link dovecot imports the message, after the rejection, there is no prompt in the log. I want to get the prompt log of the import failure, what should I do? > [root at test5 dovecot]# dovecot --version > 2.2.36 (1f10bfa63) > plugin { > quota_max_mail_size = 100M > } -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://dovecot.org/pipermail/dovecot/attachments/20190304/8e0ee8e6/attachment.html>
2017 Sep 05
2
can't get quota working. I use static userdb driver.
On 05.09.2017 11:28, Steffen Kaiser wrote: > On Fri, 1 Sep 2017, ????? ????? wrote: > > > plugin { > > quota = maildir:"User quota" > > quota_rule = *:storage=10M > > quota_rule3 = INBOX.Trash:storage=+10%% > ^^ this should spell quota_rule2 > but is not the issue right now > actually dovecot probably stops looking after it fails to
2017 Sep 06
2
can't get quota working. I use static userdb driver.
...your answers. > I fixed config to: > > plugin { > sieve_default = /mnt/rw_disc/dovecot/sieve/default.sieve > sieve_global = /mnt/rw_disc/dovecot/sieve/ > > quota = maildir:User > quota_rule = *:storage=10M > # quota_rule2 = INBOX.Trash:storage=+10%% > quota_max_mail_size = 3M > quota_exceeded_message = "552 5.2.2 Mailbox is full" > } Have you tried using a different backend (e.g. dict & flat file)? > The mail_location is actually maildir:/var/spool/mail/%u, mdbox was a > misspelling (i tried migration from maildir to mdbox before)....
2019 Mar 21
3
imap ---- LIST "" * The returned mailbox does not display quotes
...er dovecot upgrade from 2.1.17 to new version, imap can't receive any email, I perform packet capture test, foxmail will not have next step after sending {LIST "" *} command action. Foxmail for mac client, dovecot version 2.1.17 can receive imap mail normally, because we need to add quota_max_mail_size configuration, we must upgrade to a higher version (https://wiki2.dovecot.org/Quota/Configuration# Maximum_saved_mail_size) After comparison, the new version of dovecot returned without quotes. I hope that the quotes can be changed in the configuration, can I? Can I change the configuration to ad...
2017 Sep 06
0
can't get quota working. I use static userdb driver.
Thank you for your answers. I fixed config to: plugin { sieve_default = /mnt/rw_disc/dovecot/sieve/default.sieve sieve_global = /mnt/rw_disc/dovecot/sieve/ quota = maildir:User quota_rule = *:storage=10M # quota_rule2 = INBOX.Trash:storage=+10%% quota_max_mail_size = 3M quota_exceeded_message = "552 5.2.2 Mailbox is full" } The mail_location is actually maildir:/var/spool/mail/%u, mdbox was a misspelling (i tried migration from maildir to mdbox before). I've deleted mailboxes from file system. Dovecot created them again on login. I sent some...
2019 Feb 28
2
dovecot[1511]: auth-worker: Fatal: master: service(auth-worker): child 17009 killed with signal 11
...ailbox Sent { auto = subscribe special_use = \Sent } mailbox Trash { auto = subscribe autoexpunge = 30 days special_use = \Trash } prefix = } passdb { args = /etc/dovecot/dovecot-sql.conf.ext driver = sql } plugin { quota = maildir:User quota quota_grace = 10%% quota_max_mail_size = 100M quota_rule = *:storage=1G quota_rule2 = Trash:storage=+100M sieve = /etc/dovecot/sieve.conf } protocols = imap lmtp pop3 service auth-worker { user = vmail } service auth { unix_listener /var/spool/postfix/private/auth { group = postfix mode = 0666 user = postfix }...
2017 Sep 06
1
can't get quota working. I use static userdb driver.
...{ >>> sieve_default = /mnt/rw_disc/dovecot/sieve/default.sieve >>> sieve_global = /mnt/rw_disc/dovecot/sieve/ >>> >>> quota = maildir:User >>> quota_rule = *:storage=10M >>> # quota_rule2 = INBOX.Trash:storage=+10%% >>> quota_max_mail_size = 3M >>> quota_exceeded_message = "552 5.2.2 Mailbox is full" >>> } >> >> >> Have you tried using a different backend (e.g. dict & flat file)? >> >> >>> The mail_location is actually maildir:/var/spool/mail/%u, mdbox was a &g...
2019 May 08
1
Dovecot does not recognize imported messages
...lude = Junk > fts_autoindex_exclude2 = Trash > fts_autoindex_exclude3 = Sent > fts_autoindex_exclude4 = Drafts > fts_autoindex_max_recent_msgs = 20 > lazy_expunge = .DELETED/ > mail_replica = tcp:10.0.11.152:1111 > quota = dict:user::proxy::quotadict > quota_grace = 0%% > quota_max_mail_size = 70M > quota_rule = *:storage=1G > quota_rule2 = *:messages=0 > quota_warning = storage=85%% quota-warning 85 %u > quota_warning2 = storage=90%% quota-warning 90 %u > quota_warning3 = storage=95%% quota-warning 95 %u > sieve = /%Lh/sieve/dovecot.sieve > sieve_default = /var/vm...
2019 Nov 08
0
[2.3.8] possible replication issue
...= subscribe special_use = \Sent } prefix = separator = / subscriptions = yes type = private } passdb { args = /etc/dovecot/ldap.conf.ext driver = ldap } plugin { mail_replica = tcp:mailstore-1.mailstore.piafe.svc.cluster.local quota = dirsize:User quota quota_grace = 10%% quota_max_mail_size = 20M quota_rule = *:storage=1G quota_rule2 = Trash:storage=+200M quota_status_access = DUNNO quota_status_nouser = DUNNO quota_status_overquota = 552 5.5.2 Mailbox is full } postmaster_address = postmaster at piafe.recouv.fr replication_dsync_parameters = -d -N -l 30 -U -T 10 service agg...
2017 Sep 06
0
can't get quota working. I use static userdb driver.
...to: >> >> plugin { >> sieve_default = /mnt/rw_disc/dovecot/sieve/default.sieve >> sieve_global = /mnt/rw_disc/dovecot/sieve/ >> >> quota = maildir:User >> quota_rule = *:storage=10M >> # quota_rule2 = INBOX.Trash:storage=+10%% >> quota_max_mail_size = 3M >> quota_exceeded_message = "552 5.2.2 Mailbox is full" >> } > > > Have you tried using a different backend (e.g. dict & flat file)? > > >> The mail_location is actually maildir:/var/spool/mail/%u, mdbox was a >> misspelling (i tried migr...
2019 Feb 28
0
dovecot[1511]: auth-worker: Fatal: master: service(auth-worker): child 17009 killed with signal 11
...= \Sent > } > mailbox Trash { > auto = subscribe > autoexpunge = 30 days > special_use = \Trash > } > prefix = > } > passdb { > args = /etc/dovecot/dovecot-sql.conf.ext > driver = sql > } > plugin { > quota = maildir:User quota > quota_grace = 10%% > quota_max_mail_size = 100M > quota_rule = *:storage=1G > quota_rule2 = Trash:storage=+100M > sieve = /etc/dovecot/sieve.conf > } > protocols = imap lmtp pop3 > service auth-worker { > user = vmail > } > service auth { > unix_listener /var/spool/postfix/private/auth { > group = postfix...
2018 Jun 16
0
TCP replication: high connection rate and looping in incomplete state
...ail/vhosts/%d/%n mail_plugins = quota mailbox_alias notify replication namespace inbox { [?] } passdb { args = scheme=CRYPT username_format=%u /usr/local/etc/dovecot/users driver = passwd-file } plugin { mail_replica = tcps:srv2.TLD:12345 quota = maildir:User quota quota_grace = 10%% quota_max_mail_size = 50M quota_rule = *:storage=1G quota_rule2 = Trash:storage=+10%% quota_rule3 = Junk:storage=+20%% quota_status_nouser = DUNNO quota_status_overquota = 552 5.2.2 Mailbox is over quota / full quota_status_success = DUNNO quota_warning = storage=95%% quota-warning 95 %u quota_warning2...
2019 May 10
0
Dovecot does not recognize imported messages
...= Junk > fts_autoindex_exclude2 = Trash > fts_autoindex_exclude3 = Sent > fts_autoindex_exclude4 = Drafts > fts_autoindex_max_recent_msgs = 20 > lazy_expunge = .DELETED/ > mail_replica = tcp:10.0.11.152:1111 [1] > quota = dict:user::proxy::quotadict > quota_grace = 0%% > quota_max_mail_size = 70M > quota_rule = *:storage=1G > quota_rule2 = *:messages=0 > quota_warning = storage=85%% quota-warning 85 %u > quota_warning2 = storage=90%% quota-warning 90 %u > quota_warning3 = storage=95%% quota-warning 95 %u > sieve = /%Lh/sieve/dovecot.sieve > sieve_default = /var/vm...
2017 Apr 10
2
v2.2.29 released
...he process restarts. * mail_log plugin: Differentiate autoexpunges from regular expunges * imapc: Use LOGOUT to cleanly disconnect from server. * lib-http: Internal status codes (>9000) are no longer visible in logs * director: Log vhost count changes and HOST-UP/DOWN + quota: Add plugin { quota_max_mail_size } setting to limit the maximum individual mail size that can be saved. + imapc: Add imapc_features=delay-login. If set, connecting to the remote IMAP server isn't done until it's necessary. + imapc: Add imapc_connection_retry_count and imapc_connection_retry_interval settings. +...
2017 Apr 10
2
v2.2.29 released
...he process restarts. * mail_log plugin: Differentiate autoexpunges from regular expunges * imapc: Use LOGOUT to cleanly disconnect from server. * lib-http: Internal status codes (>9000) are no longer visible in logs * director: Log vhost count changes and HOST-UP/DOWN + quota: Add plugin { quota_max_mail_size } setting to limit the maximum individual mail size that can be saved. + imapc: Add imapc_features=delay-login. If set, connecting to the remote IMAP server isn't done until it's necessary. + imapc: Add imapc_connection_retry_count and imapc_connection_retry_interval settings. +...
2019 May 09
1
dict lookup too long time
...args = /etc/dovecot/dovecot-master-users-password driver = passwd-file master = yes } plugin { acl = vfile:/etc/dovecot/dovecot-acl acl_globals_only = yes auth_socket_path = /var/run/dovecot/auth-master lazy_expunge = .DELETED/ quota = dict:user::proxy::quotadict quota_grace = 0%% quota_max_mail_size = 70M quota_rule = *:storage=1G quota_rule2 = *:messages=0 quota_warning = storage=85%% quota-warning 85 %u quota_warning2 = storage=90%% quota-warning 90 %u quota_warning3 = storage=95%% quota-warning 95 %u sieve = /%Lh/sieve/dovecot.sieve sieve_default = /var/vmail/sieve/dovecot.sie...
2017 Apr 06
2
v2.2.29.rc1 released
...he process restarts. * mail_log plugin: Differentiate autoexpunges from regular expunges * imapc: Use LOGOUT to cleanly disconnect from server. * lib-http: Internal status codes (>9000) are no longer visible in logs * director: Log vhost count changes and HOST-UP/DOWN + quota: Add plugin { quota_max_mail_size } setting to limit the maximum individual mail size that can be saved. + imapc: Add imapc_features=delay-login. If set, connecting to the remote IMAP server isn't done until it's necessary. + imapc: Add imapc_connection_retry_count and imapc_connection_retry_interval settings. +...
2017 Apr 06
2
v2.2.29.rc1 released
...he process restarts. * mail_log plugin: Differentiate autoexpunges from regular expunges * imapc: Use LOGOUT to cleanly disconnect from server. * lib-http: Internal status codes (>9000) are no longer visible in logs * director: Log vhost count changes and HOST-UP/DOWN + quota: Add plugin { quota_max_mail_size } setting to limit the maximum individual mail size that can be saved. + imapc: Add imapc_features=delay-login. If set, connecting to the remote IMAP server isn't done until it's necessary. + imapc: Add imapc_connection_retry_count and imapc_connection_retry_interval settings. +...
2019 Feb 24
0
permission denied errors with INDEX=MEMORY and trees plugin
...-spam.sieve imapsieve_mailbox1_causes = COPY FLAG imapsieve_mailbox1_name = Spam imapsieve_mailbox2_before = file:/var/lib/dovecot/imapsieve/before/report-ham.sieve imapsieve_mailbox2_causes = COPY imapsieve_mailbox2_from = Spam imapsieve_mailbox2_name = * quota = maildir:User quota quota_max_mail_size = 100M quota_rule = *:storage=15G quota_warning = storage=95%% quota-warning 95 %u quota_warning2 = storage=80%% quota-warning 80 %u quota_warning3 = -storage=100%% quota-warning below %u recipient_delimiter = + sieve = file:~/sieve;active=~/.dovecot.sieve sieve_before = /var/lib/dove...
2023 Mar 15
1
Bug with lmtp_save_to_detail_mailbox
> On 15/03/2023 13:12 EET Dejan <me at dejanstrbac.com> wrote: > > > > lmtp_save_to_detail_mailbox = yes > > Plus-delivery conflicts with existing, reserved files such as > "subscriptions": > > Message for kim+subscriptions@ results in: > > lmtp(kim@***.com)<14493><SK7sEvaHEWSdOAAAvAYmHA>: Error: >