Displaying 4 results from an estimated 4 matches for "pfadmin".
Did you mean:
pcadmin
2018 Nov 16
3
Antwort: Re: Quota in MySql Dict not recalculate automatic
...15.11.2018 20:15
Betreff: Re: Quota in MySql Dict not recalculate automatic
dict quota is known to have this problem that it is not always updated on
time. You should use quota count with quota_clone plugin instead (might
require upgrade).
Please remember to change password for mysql user pfadmin, as you
accidentically sent it to the list.
Aki
> On 15 November 2018 at 20:52 SUnsin at gv-bayern.de wrote:
>
>
>
>
> Hi,
>
> I have a working Installation with:
> Ubuntu 16.04 LTS
> Dovecot 2.2.22
> MySql 5.7.24
> Postfixadmin 3.2
> Apache 2.4.18
> Rain...
2018 Nov 15
2
Quota in MySql Dict not recalculate automatic
...onf.ext
driver = sql
}
protocol lmtp {
mail_plugins = " quota"
}
protocol imap {
mail_max_userip_connections = 10
mail_plugins = " quota imap_quota"
}
grep -v '^ *\(#.*\)\?$' dovecot-sql.conf :
driver = mysql
connect = host=localhost dbname=postfixadmin user=pfadmin
password=UCLGXEb9rEEOTAO
default_pass_scheme = SHA512-CRYPT
password_query = \
SELECT username as user, password, '/var/vmail/%Ld/%Ln' as userdb_home, \
'maildir:/var/vmail/%Ld/%Ln' as userdb_mail, 5000 as userdb_uid, 5000 as
userdb_gid \
FROM mailbox WHERE username = '%Lu...
2018 Nov 15
0
Quota in MySql Dict not recalculate automatic
dict quota is known to have this problem that it is not always updated on time. You should use quota count with quota_clone plugin instead (might require upgrade).
Please remember to change password for mysql user pfadmin, as you accidentically sent it to the list.
Aki
> On 15 November 2018 at 20:52 SUnsin at gv-bayern.de wrote:
>
>
>
>
> Hi,
>
> I have a working Installation with:
> Ubuntu 16.04 LTS
> Dovecot 2.2.22
> MySql 5.7.24
> Postfixadmin 3.2
> Apache 2.4.18
>...
2018 Nov 16
0
Antwort: Re: Quota in MySql Dict not recalculate automatic
...---------------------------------------------
>
>
>
> dict quota is known to have this problem that it is not always updated
> on time. You should use quota count with quota_clone plugin instead
> (might require upgrade).
>
> Please remember to change password for mysql user pfadmin, as you
> accidentically sent it to the list.
>
> Aki
>
> > On 15 November 2018 at 20:52 SUnsin at gv-bayern.de wrote:
> >
> >
> >
> >
> > Hi,
> >
> > I have a working Installation with:
> > Ubuntu 16.04 LTS
> > Dovecot 2.2.22...