search for: quota_clone_dict

Displaying 20 results from an estimated 42 matches for "quota_clone_dict".

2017 Nov 15
0
dict host param and fqdn
Hi, I would like to use a fqdn instead of an IP address as redis host quota_clone_dict = redis:host=redis.host.name:port=6379 But only ip adresses are supported Error: quota_clone_dict: Failed to initialize 'redis:host=redis.host.name:port=6379': dict redis: Invalid IP: redis.host.name Why is name resolution not implemented here ? Is it for performance considerations ?...
2019 Sep 03
0
Quota count and clone questions
...= NEW.username; IF found THEN RETURN NULL; ELSE RETURN NEW; END IF; END; $$; And then: CREATE TRIGGER clonequota2 BEFORE INSERT ON quota2 FOR EACH ROW EXECUTE PROCEDURE public.clone_quota2() ; And finally just put: quota_clone_dict = proxy::sqlquota Hope this helps somebody trying to figure out this too. > I figured out that I can't just drop maintaining quota2 if I want > postfixadmin to report the quota status. > > I also figured out a way to run a test on my config guesses. I will try > to fit it...
2018 Oct 15
2
Problems with qouta_clone plugin
...e = \Sent } mailbox Trash { special_use = \Trash } prefix = } passdb { args = /etc/dovecot/dovecot-sql.conf.ext driver = sql } plugin { last_login_dict = proxy::lastlogin last_login_key = last-login/%u mail_replica = tcp:imapb01.litmail.dk:12345 quota = maildir:User quota quota_clone_dict = proxy::quotaclone quota_grace = 10%% quota_status_nouser = DUNNO quota_status_overquota = 552 5.2.2 Mailbox is full quota_status_success = DUNNO } protocols = imap replication_max_conns = 100 service aggregator { fifo_listener replication-notify-fifo { mode = 0666 user = vmail...
2018 Oct 15
2
Problems with qouta_clone plugin
...gt; args = /etc/dovecot/dovecot-sql.conf.ext > > driver = sql > > } > > plugin { > > last_login_dict = proxy::lastlogin > > last_login_key = last-login/%u > > mail_replica = tcp:imapb01.litmail.dk:12345 > > quota = maildir:User quota > > quota_clone_dict = proxy::quotaclone > > quota_grace = 10%% > > quota_status_nouser = DUNNO > > quota_status_overquota = 552 5.2.2 Mailbox is full > > quota_status_success = DUNNO > > } > > protocols = imap > > replication_max_conns = 100 > > service aggregato...
2019 Feb 14
1
Quota count and clone questions
...ight now for quota I have: plugin { ??????? quota = dict:user::proxy::sqlquota ??????? trash = /etc/dovecot/dovecot-trash.conf.ext } How do I reconcile these two? Then for clone:? https://wiki.dovecot.org/Plugins/QuotaClone how does: mail_plugins = $mail_plugins quota quota_clone plugin { ? quota_clone_dict = redis:host=127.0.0.1:port=6379 } get replaced with something for mysql? dovecot-sql.conf.ext: driver = mysql connect = host=/var/lib/mysql/mysql.sock dbname=postfix user=postfix password=$Postfix_Database_Password default_pass_scheme = $cryptsha-CRYPT # following should all be on one line. pa...
2019 Oct 11
2
Panic: file smtp-client-connection.c: line 1212 (smtp_client_connection_established): assertion failed: (!conn->connect_succeeded)
...e_mailbox2_name = INBOX mail_crypt_curve = secp521r1 mail_crypt_save_version = 0 mail_log_events = copy delete expunge flag_change mailbox_create mailbox_delete mailbox_rename undelete save mail_log_fields = uid box msgid size from subject mail_replica = tcps:mda1-1.example.com quota = count quota_clone_dict = proxy::quota quota_rule = *:bytes=0 quota_vsizes = yes sieve = file:~/sieve;active=~/.dovecot.sieve sieve_after = /etc/dovecot/sieve- after sieve_before = /etc/dovecot/sieve-before sieve_global_extensions = +vnd.dovecot.pipe sieve_pipe_bin_dir = /usr/bin/ sieve_plugins = sieve_extprograms...
2018 Oct 15
1
Problems with qouta_clone plugin
...e = \Sent } mailbox Trash { special_use = \Trash } prefix = } passdb { args = /etc/dovecot/dovecot-sql.conf.ext driver = sql } plugin { last_login_dict = proxy::lastlogin last_login_key = last-login/%u mail_replica = tcp:imapb01.litmail.dk:12345 quota = maildir:User quota quota_clone_dict = proxy::quotaclone quota_grace = 10%% quota_status_nouser = DUNNO quota_status_overquota = 552 5.2.2 Mailbox is full quota_status_success = DUNNO } protocols = imap replication_max_conns = 100 service aggregator { fifo_listener replication-notify-fifo { mode = 0666 user = vmail...
2016 Nov 30
0
Quota Clone not tracking unlimited quota
...0) - Count quota is updating values * - Quota Clone plugin is not updating values in redis.* We have configured dovecot as mail_plugins = $mail_plugins quota quota_clone mail_log notify mailbox_list_index = yes plugin { quota = count:User quota quota_vsizes = yes quota_rule = *:bytes=0 quota_clone_dict = redis:host=127.0.0.1:port=6379 } -- Sincerely, Prakash P. Autade.
2017 Apr 11
1
How to use quota with dovecot
Hello,Thank you to both of you for your answers.I just use imap.I'm going to look at your examples and 15-lda.confHave a nice week Le Dimanche 9 avril 2017 17h44, chaouche yacine <yacinechaouche at yahoo.com> a ?crit : On Saturday, April 8, 2017 9:47 AM, Mik J <mikydevel at yahoo.fr> wrote: > Then commented out in 90-quota.conf > >quota_rule = *:storage=1G >
2017 Jun 05
0
quota clone + mysql + duplicate key
...d') ON DUPLICATE KEY UPDATE bytes=bytes+25002030,messages=messages+226 1186029 Query COMMIT Is it a bug or am I missing something in my configuration ? The relevant part of the config : dict { sqlquota = mysql:/etc/dovecot/dovecot-dict-sql.conf.ext } plugin { quota = count:User quota quota_clone_dict = proxy::sqlquota quota_exceeded_message = Quota for this mail account has been exceeded, please try again later. quota_grace = 1M quota_vsizes = yes } map { pattern = priv/quota/storage table = quota username_field = username value_field = bytes } map { pattern = priv/quota/messag...
2018 Oct 15
0
Problems with qouta_clone plugin
...> prefix = > } > passdb { > args = /etc/dovecot/dovecot-sql.conf.ext > driver = sql > } > plugin { > last_login_dict = proxy::lastlogin > last_login_key = last-login/%u > mail_replica = tcp:imapb01.litmail.dk:12345 > quota = maildir:User quota > quota_clone_dict = proxy::quotaclone > quota_grace = 10%% > quota_status_nouser = DUNNO > quota_status_overquota = 552 5.2.2 Mailbox is full > quota_status_success = DUNNO > } > protocols = imap > replication_max_conns = 100 > service aggregator { > fifo_listener replication-not...
2018 Jul 03
2
lmtp issues with specific message on dovecot 2.3.2
...x1_causes = COPY ? imapsieve_mailbox1_name = Spam ? imapsieve_mailbox2_before = file:/etc/dovecot/antispam/report-ham.sieve ? imapsieve_mailbox2_causes = COPY ? imapsieve_mailbox2_from = Spam ? imapsieve_mailbox2_name = * ? last_login_dict = redis:host=x.x.x.x:port=6379 ? quota = count:User quota ? quota_clone_dict = redis:host=x.x.x.x:port=6379 ? quota_rule = *:bytes=0 ? quota_rule2 = Itens Exclu?dos:storage=+xM ? quota_vsizes = yes ? quota_warning = storage=95%% quota-warning 95 %u ? quota_warning2 = storage=80%% quota-warning 80 %u ? sieve = ~/.dovecot.sieve ? sieve_before = /etc/dovecot/sieve/audit.sieve...
2018 Oct 15
0
Problems with qouta_clone plugin
...t/dovecot-sql.conf.ext >>> driver = sql >>> } >>> plugin { >>> last_login_dict = proxy::lastlogin >>> last_login_key = last-login/%u >>> mail_replica = tcp:imapb01.litmail.dk:12345 >>> quota = maildir:User quota >>> quota_clone_dict = proxy::quotaclone >>> quota_grace = 10%% >>> quota_status_nouser = DUNNO >>> quota_status_overquota = 552 5.2.2 Mailbox is full >>> quota_status_success = DUNNO >>> } >>> protocols = imap >>> replication_max_conns = 100 >&g...
2017 Jan 18
2
Quota count does not work with lock_method=dotlock
...y::quota I'm using a mysql quota dictionary. Now I want to switch to the new "quota count" + "quota clone" combination. I'm loading the "quota_clone" plugin, and: #quota = dict:User quota::proxy::quota quota = count:User quota quota_vsizes = yes quota_clone_dict = proxy::quota It works on a maschine where I'm using NFS with lock_method=fcntl. It's crashing on another maschine where I'm using NFS with lock_method=dotlock. See below. Sadly I have to use dotlock, because of the NFS server. It looks like quota count does not (yet) work with d...
2018 Feb 26
1
dovecot solr and users
...lbox2_causes = COPY imapsieve_mailbox2_from = Spam imapsieve_mailbox2_name = * last_login_dict = proxy::lastlogin last_login_key = last-login/%u mail_log_events = delete undelete expunge copy mailbox_delete mailbox_rename mail_log_fields = uid box msgid size quota = count:User quota quota_clone_dict = proxy::sqlquota quota_exceeded_message = Storage quota for this account has been exceeded, please try again later. quota_grace = 10%% quota_status_nouser = DUNNO quota_status_overquota = 552 5.2.2 Mailbox is full quota_status_success = DUNNO quota_vsizes = true quota_warning = stora...
2017 Oct 02
1
dovecot listening imaps external interface
...e = file:/usr/local/lib/dovecot/sieve/report-ham.sieve imapsieve_mailbox2_causes = COPY imapsieve_mailbox2_from = Spam imapsieve_mailbox2_name = * mail_log_events = delete undelete expunge copy mailbox_delete mailbox_rename mail_log_fields = uid box msgid size quota = count:User quota quota_clone_dict = proxy::sqlquota quota_exceeded_message = Storage quota for this account has been exceeded, please try again later. quota_grace = 10%% quota_status_nouser = DUNNO quota_status_overquota = 552 5.2.2 Mailbox is full quota_status_success = DUNNO quota_vsizes = true quota_warning = stora...
2017 Apr 14
2
several misc questions, public folders and sharing, quota, ssl
...> quota exceeded message and the message was bounced. >> >> >> > >> > I would recommend you using >> > >> > mail_plugins = $mail_plugins quota quota_clone >> > >> > plugin { >> > quota = count:User quota >> > quota_clone_dict = proxy::sqlquota >> > quota_vsizes = true >> > } >> > >> > Also, >> > >> > "Note that the warning is ONLY executed at the exact time when the limit >> > is >> > being crossed, so when you're testing it you have to d...
2018 Feb 23
1
dovecot auth and horde webmail
...e = file:/usr/local/lib/dovecot/sieve/report-ham.sieve imapsieve_mailbox2_causes = COPY imapsieve_mailbox2_from = Spam imapsieve_mailbox2_name = * mail_log_events = delete undelete expunge copy mailbox_delete mailbox_rename mail_log_fields = uid box msgid size quota = count:User quota quota_clone_dict = proxy::sqlquota quota_exceeded_message = Storage quota for this account has been exceeded, please try again later. quota_grace = 10%% quota_status_nouser = DUNNO quota_status_overquota = 552 5.2.2 Mailbox is full quota_status_success = DUNNO quota_vsizes = true quota_warning = stora...
2019 Oct 14
0
Panic: file smtp-client-connection.c: line 1212 (smtp_client_connection_established): assertion failed: (!conn->connect_succeeded)
...= secp521r1 > ? mail_crypt_save_version = 0 > ? mail_log_events = copy delete expunge flag_change mailbox_create > mailbox_delete mailbox_rename undelete save > ? mail_log_fields = uid box msgid size from subject > ? mail_replica = tcps:mda1-1.example.com > ? quota = count > ? quota_clone_dict = proxy::quota > ? quota_rule = *:bytes=0 > ? quota_vsizes = yes > ? sieve = file:~/sieve;active=~/.dovecot.sieve > ? sieve_after = /etc/dovecot/sieve-after > ? sieve_before = /etc/dovecot/sieve-before > ? sieve_global_extensions = +vnd.dovecot.pipe > ? sieve_pipe_bin_dir = /us...
2017 Apr 14
4
several misc questions, public folders and sharing, quota, ssl
Hello, I'm running dovecot 2.29 on a freebsd 10.3 system. I'm wanting to optimize how the system is running and have a few misc questions. First ssl, is my cipher list good? I'm trying for pfs and wanting to ensure these cipherlist is appropriate: ssl_cipher_list = EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH Next, a new feature that I'm trying for is virtual folders that