Displaying 3 results from an estimated 3 matches for "quota_limit_bytes".
2015 Jun 24
1
Quota question
http://wiki2.dovecot.org/Quota/Configuration
says:
concat('*:bytes=', quota_limit_bytes) AS quota_rule
and
concat('*:bytes=', quota_limit_bytes) AS userdb_quota_rule
but a generic quota_rule on the same page says:
plugin {
quota = maildir:User quota
quota_rule = *:storage=1G
quota_rule2 = Trash:storage=+100M
}
Are "bytes=" and "storage=" equivalent...
2019 Feb 25
0
Probleme with replication and shared mailbox
...##################################################################
driver = mysql
connect = host=192.168.1.512 dbname=postfix user=mailman password=MySuperPassword
default_pass_scheme = SHA512-CRYPT
password_query = \
SELECT email as username, pwd AS password, \
concat('*:bytes=', quota_limit_bytes) AS userdb_quota_rule \
FROM addresses WHERE email = '%u' AND active = 1
user_query = \
SELECT 5000 AS uid, 5000 as gid, email, \
'/mnt/mail/vmail/%d/%n' AS home, \
concat('*:bytes=', quota_limit_bytes) AS quota_rule \
FROM addresses WHERE email = '%u...
2014 Mar 27
0
lmtpd configuration
Hi all,
i have my home.conf :
mydatabase XXXX
myuser XXXX
mypasswd XXXX
myhosts be1XX be2XX
[lmtpd]
where mail
conditions status = 0
user name
passwd 'passwd'
home home
quota quota_limit_bytes
uid 497
gid 497
table UTENTI
on mysql database the home is home: /data/mail/BE01/........ i would like to
have home:/data/mail/DRBE01
How can i change my home.conf?
Thanks you
Paolo
--
View this message in context: http://dovecot.2317879.n4.nabble.com/lmtpd-configuration-tp47284.html
Sent f...