Displaying 3 results from an estimated 3 matches for "reallyredacted".
2018 Sep 19
0
Problem getting quota-warning script to function.
...e auth {
> ? unix_listener auth-master {
> ??? mode = 0600
> ??? user = vmail
> ? }
> }
>
>
> /etc/dovecot/dovecot-sql.conf.ext
>
> # Database driver: mysql, pgsql, sqlite
> driver = mysql
>
> connect = host=redacted dbname=redacted user=redacted
> password=reallyredacted
>
> # Default password scheme.
> #
> # List of supported schemes is in
> # http://wiki2.dovecot.org/Authentication/PasswordSchemes
> #
> default_pass_scheme = CRYPT
>
> password_query = select email as user, crypt_password as password,
> CONCAT('/',volume,'...
2018 Sep 18
2
Problem getting quota-warning script to function.
...an error if
# it's not found:
!include_try local.conf
service auth {
? unix_listener auth-master {
??? mode = 0600
??? user = vmail
? }
}
/etc/dovecot/dovecot-sql.conf.ext
# Database driver: mysql, pgsql, sqlite
driver = mysql
connect = host=redacted dbname=redacted user=redacted
password=reallyredacted
# Default password scheme.
#
# List of supported schemes is in
# http://wiki2.dovecot.org/Authentication/PasswordSchemes
#
default_pass_scheme = CRYPT
password_query = select email as user, crypt_password as password,
CONCAT('/',volume,'/',SUBSTRING_INDEX(email,'@',-1),...
2018 Sep 19
3
Problem getting quota-warning script to function.
...??? mode = 0600
>> ??? user = vmail
>> ? }
>> }
>>
>>
>> /etc/dovecot/dovecot-sql.conf.ext
>>
>> # Database driver: mysql, pgsql, sqlite
>> driver = mysql
>>
>> connect = host=redacted dbname=redacted user=redacted
>> password=reallyredacted
>>
>> # Default password scheme.
>> #
>> # List of supported schemes is in
>> # http://wiki2.dovecot.org/Authentication/PasswordSchemes
>> #
>> default_pass_scheme = CRYPT
>>
>> password_query = select email as user, crypt_password as password,...