search for: quota_templ

Displaying 20 results from an estimated 53 matches for "quota_templ".

2007 Oct 21
2
1.1b3 and Maildir quota
I upgraded a 1.0 install to 1.1b3. Almost everything is working peachy-keen :) It seems faster to me, Offline Folders and 'new mail' options for Thunderbird are now working, and Mail.App doesn't seem to need the extra namespace. Unfortunately it doesn't seem to read my quotas any longer. I went through the docs, and I see the quota plugin has changed, but there doesn't
2016 Dec 08
1
doveadm
...rdb, this is required by replication to find the list of users that are periodically replicated" I use a vpopmail backup so the question is how do I "Make sure that user listing is configured for...userdb"? This is my userdb settings for vpopmail: userdb { args = cache_key=%u quota_template=quota_rule=*:backend=%q driver = vpopmail } Thank-you Eric
2011 Aug 25
3
On IMAP vhost login, only Username being used
...alid_gid = 89 first_valid_uid = 89 mail_debug = yes mail_location = maildir:/home/vpopmail/domains/%d/%n/Maildir maildir_very_dirty_syncs = yes passdb { driver = vpopmail } protocols = imap pop3 ssl_cert = </etc/ssl/certs/dovecot.pem ssl_key = </etc/ssl/private/dovecot.pem userdb { args = quota_template=quota_rule=*:backend=%q driver = vpopmail } --hobie
2009 Dec 14
2
vpopmail/mysql/quota
...me = '%n' AND pw_domain = '%d' user_query = SELECT CONCAT(pw_name, '@', pw_domain) AS user, pw_dir as home, 508 AS uid, 503 AS gid, concat('maildir:backend=%q', pw_shell) AS quota_rule FROM vpopmail WHERE pw_name = '%n' AND pw_domain = '%d' args: quota_template=quota_rule=*:backend=%q plugin: quota: maildir ---------------------------------------------------------------------------------------- dovecotsql.conf
2015 Sep 12
4
concerning dovecot settings for high volume server
...512 M } service pop3-login { client_limit = 1000 process_limit = 400 process_min_avail = 12 service_count = 0 vsz_limit = 512 M } ssl_cert = </var/qmail/control/servercert.pem ssl_dh_parameters_length = 2048 ssl_key = </var/qmail/control/servercert.pem userdb { args = cache_key=%u quota_template=quota_rule=*:backend=%q driver = vpopmail } protocol imap { imap_client_workarounds = delay-newmail mail_plugins = " quota imap_quota" } protocol pop3 { pop3_client_workarounds = outlook-no-nuls oe-ns-eoh pop3_fast_size_lookups = yes pop3_lock_session = no pop3_no_flag_up...
2012 Jan 18
2
shared folder files not displaying in thunderbird
...jects prefix = projects. separator = . type = public } passdb { args = cache_key=%u webmail=127.0.0.1 driver = vpopmail } plugin/quota = maildir protocols = imap ssl_cert = </var/qmail/control/servercert.pem ssl_key = </var/qmail/control/servercert.pem userdb { args = cache_key=%u quota_template=quota_rule=*:backend=%q driver = vpopmail } protocol imap { imap_client_workarounds = delay-newmail }
2011 Apr 12
1
Vpopmail and lastauth
...client_limit = 256 process_limit = 128 process_min_avail = 3 service_count = 1 } service pop3 { drop_priv_before_exec = yes process_limit = 256 vsz_limit = 256 M } ssl_cert = </usr/local/etc/dovecot/dovecot.crt ssl_key = </usr/local/etc/dovecot/dovecot.key userdb { args = quota_template=quota_rule=*:backend=%q driver = vpopmail } protocol imap { mail_max_userip_connections = 10 mail_plugins = " notify quota imap_quota mail_log" }
2018 Oct 04
3
vpopmail
...Dovecot MySQL configuration file as every user is stored in a domain table of the form 'mydomain_tld'. So, we're limited to these configurations (no dovecot-mysql.conf.ext) : passdb { args = cache_key=%u webmail=127.0.0.1 driver = vpopmail } userdb { args = cache_key=%u quota_template=quota_rule=*:backend=%q driver = vpopmail } If there is a clear text password (pw_clear_passwd) present it seems that Dovecot will use that instead of using the hash (pw_passwd). It seems that in the code 'passdb-vpopmail.c' (below) that if the clear password (pw_clear_passwd...
2011 Jul 19
1
Dovecot + Vpopmail quota issues
...sts on calculating the 'Archive' namespace/directory storage towards the total storage used. My Quota configuration is as follows: auth default { mechanisms = plain login digest-md5 cram-md5 passdb vpopmail { args = webmail=192.168.1.12 } userdb vpopmail { args = quota_template=quota_rule3=*:backend=%q } ... } plugin { quota = maildir quota_rule = ?:storage=0 quota_rule2 = Archive:ignore quota_rule3 = ARCHIVE:ignore } From what I've read, this is supposed to use the maildirsize file when available or otherwise return no quota. It worked just fine before t...
2018 Oct 04
2
vpopmail
Quoting Aki Tuomi <aki.tuomi at open-xchange.com>: > On 03.10.2018 23:30, Eric Broch wrote: >> Hello list, >> >> I run Dovecot with the vpopmail driver and have found that it >> authenticates against the clear text password in the vpopmail >> database. Is there a configuration option either at compile time, link >> time, or a setting in one of the
2012 May 09
1
Client got empty email from dovecot
...e = 0666 user = vpopmail } user = $default_internal_user } service imap-login { inet_listener imaps { ssl = yes } } service pop3-login { inet_listener pop3s { ssl = yes } } ssl_cert = </etc/ssl/certs/dovecot.pem ssl_key = </etc/ssl/private/dovecot.pem userdb { args = quota_template=quota_rule=*:backend=%q driver = vpopmail } protocol lda { mail_plugins = } protocol imap { mail_plugins = } protocol pop3 { mail_plugins = }
2015 Sep 13
1
concerning dovecot settings for high volume server
...process_limit = 400 > process_min_avail = 12 > service_count = 0 > vsz_limit = 512 M > } > ssl_cert = </var/qmail/control/servercert.pem > ssl_dh_parameters_length = 2048 > ssl_key = </var/qmail/control/servercert.pem > userdb { > args = cache_key=%u quota_template=quota_rule=*:backend=%q > driver = vpopmail > } > protocol imap { > imap_client_workarounds = delay-newmail > mail_plugins = " quota imap_quota" > } > protocol pop3 { > pop3_client_workarounds = outlook-no-nuls oe-ns-eoh > pop3_fast_size_lookup...
2018 Oct 04
2
vpopmail
...he form 'mydomain_tld'. >> >> So, we're limited to these configurations (no dovecot-mysql.conf.ext) : >> >> passdb { >> args = cache_key=%u webmail=127.0.0.1 >> driver = vpopmail >> } >> >> userdb { >> args = cache_key=%u quota_template=quota_rule=*:backend=%q >> driver = vpopmail >> } >> >> If there is a clear text password (pw_clear_passwd) present it >> seems that Dovecot will use that instead of using the hash >> (pw_passwd). >> >> It seems that in the code 'passdb-v...
2015 Sep 03
4
disable quota for all users
...arium.nl): msgid=<alpine.LRH.2.20.1509031543050.16381 at streaming2.antenna.nl>: rejected: Quota exceeded (mailbox for user is full) Apparently somewhere a quota is defined, probably in dovecot cd /etc/dovecot grep -R quota * |grep -v "#" conf.d/auth-vpopmail.conf.ext: args = quota_template=quota_rule=*:backend=%q dovecot.conf: mail_plugins = quota sieve dovecot.conf: mail_plugins = quota imap_quota trash dovecot.conf: mail_plugins = quota dovecot.conf: quotadict = mysql:/etc/dovecot/dovecot-dict-quota.conf dovecot.conf: quota = dict:user::proxy::quotadict dovecot-dict-quota.c...
2015 Sep 13
2
concerning dovecot settings for high volume server
...process_limit = 400 > process_min_avail = 12 > service_count = 0 > vsz_limit = 512 M > } > ssl_cert = </var/qmail/control/servercert.pem > ssl_dh_parameters_length = 2048 > ssl_key = </var/qmail/control/servercert.pem > userdb { > args = cache_key=%u quota_template=quota_rule=*:backend=%q > driver = vpopmail > } > protocol imap { > imap_client_workarounds = delay-newmail > mail_plugins = " quota imap_quota" > } > protocol pop3 { > pop3_client_workarounds = outlook-no-nuls oe-ns-eoh > pop3_fast_size_lookup...
2015 Jan 20
0
Help backup mails from one dovecot server to another dovecot server
...mail } user = vpopmail } ssl_cert = </var/qmail/control/servercert.pem ssl_key = </var/qmail/control/servercert.pem ssl_protocols = !SSLv2 !SSLv3 userdb { driver = passwd } userdb { args = username_format=%u /usr/local/etc/dovecot/users driver = passwd-file } userdb { args = quota_template=quota_rule=*:storage=100M driver = vpopmail } protocol sieve { info_log_path = /var/log/dovecot/dovecot-sieve.log log_path = /var/log/dovecot/dovecot-sieve-error.log managesieve_implementation_string = Dovecot Pigeonhole managesieve_logout_format = bytes=%i/%o managesieve_max_l...
2015 Jul 04
0
outlook downloading duplicate emails on particular days
...workarounds = "delay-newmail" mail_plugins = $mail_plugins imap_quota } protocol pop3 { pop3_client_workarounds = outlook-no-nuls oe-ns-eoh pop3_fast_size_lookups = yes pop3_lock_session = no # pop3_uidl_format = UID%u-%v pop3_no_flag_updates=yes } userdb { args = cache_key=%u quota_template=quota_rule=*:backend=%q driver = vpopmail } plugin { quota = maildir:ignore=Trash quota_rule = ?:storage=0 } thanks raj
2016 Dec 13
0
replication and backend vpopmail
Heloo, please I need "replicate" dovecot / dsync. Prerequisite: doveadm user '*' [Root @ joe ~] # doveadm user '' ' Error: User listing Returned failure Fatal: user listing failed It probably does not work because I have: userdb{ args = cache_key =% u quota_template quota_rule = = *: backend = q% driver = vpopmail } The manual is written: iterate_query = SELECT email as user FROM mail_user But does not specify how to connect to MySQL database if vpopmail How to do it ? To make it simple, vpopmail domain = DB table example domain example.com = table...
2018 Oct 04
0
vpopmail
...use Dovecot MySQL configuration file as every user is stored in a domain table of the form 'mydomain_tld'. So, we're limited to these configurations (no dovecot-mysql.conf.ext) : passdb { args = cache_key=%u webmail=127.0.0.1 driver = vpopmail } userdb { args = cache_key=%u quota_template=quota_rule=*:backend=%q driver = vpopmail } If there is a clear text password (pw_clear_passwd) present it seems that Dovecot will use that instead of using the hash (pw_passwd). It seems that in the code 'passdb-vpopmail.c' (below) that if the clear password (pw_clear_passwd) is pr...
2008 Aug 01
0
Quota warnings wrong behaviour (1.1.2)
...first_valid_uid: 89 last_valid_uid: 89 mail_uid: vpopmail mail_gid: vchkpw mail_location: maildir:~/Maildir mail_debug: yes mail_plugins: quota imap_quota imap_client_workarounds: outlook-idle auth default: user: vpopmail verbose: yes debug: yes passdb: driver: vpopmail args: quota_template=quota_rule=*:backend=%q userdb: driver: vpopmail plugin: quota: maildir quota_rule: ?:storage=110485760 quota_rule2: Trash:ignore quota_warning: storage=90%% /usr/local/bin/imap-quota-warning 90 --------------------------------------------------------------------------------...