Displaying 4 results from an estimated 4 matches for "myotis60".
Did you mean:
myotis30
2018 Oct 02
1
Bug in conditionals to assign values to variables?
>
> I can't seem to be able to reproduce this, not even with v2.2.33. It simply works without logging any errors.
>
I've made a lot of changes now. I can't neither reproduce it anymore :-(.
If I could, I'll send the complete configuration.
--
Angel L. Mateo Mart?nez
Secci?n de Telem?tica
?rea de Tecnolog?as de la Informaci?n
y las Comunicaciones Aplicadas (ATICA)
2018 Oct 30
0
Problem with cached userdb info
....es:um.es:userstatus:correo:estado:activo)(irisMailhost=popimapclu11.um.es)(|(uid=%u)(mail=%u)))
The problem I have is that quota information is not updated when I
changed in my ldap.
These are the steps I'm running:
1. First, I check current quota (dovecot just restarted):
amateo_adm at myotis60:/etc/dovecot/conf.d$ sudo doveadm user -f quota_rule
angel.luis at um.es
*:storage=2G
in the log I get:
Oct 29 14:29:46 myotis60 dovecot: auth: Debug: master in:
USER#0111#011angel.luis at um.es#011service=doveadm#011debug
Oct 29 14:29:46 myotis60 dovecot: auth: Debug:
prefetch(angel.luis at um...
2018 Sep 28
2
Bug in conditionals to assign values to variables?
...alue}
syntax.
The problem is that when I use a config like:
user_attrs = ...,=relpath=%{if;%u;eq;somevalue;valuetrue;valuefalse}
it works without any problem. But when I use:
user_attrs = ...,=relpath=%{if;%{user};eq;somevalue;valuetrue;valuefalse}
then it reports in logs:
Sep 28 14:23:22 myotis60 dovecot: auth: Error:
var_expand_long(if;%{user}) failed: if: requires four or five
parameters, got 1
anyway, the variable is correctly initialized, but I get the log.
Is this a bug?
PS: I'm running dovecot 2.2.33
--
Angel L. Mateo Mart?nez
Secci?n de Telem?tica
?rea de Tecnolog?as de...
2018 Oct 01
0
Bug in conditionals to assign values to variables?
> On 28 Sep 2018, at 15.25, Angel L. Mateo <amateo at um.es> wrote:
>
> user_attrs = ...,=relpath=%{if;%{user};eq;somevalue;valuetrue;valuefalse}
>
> then it reports in logs:
>
> Sep 28 14:23:22 myotis60 dovecot: auth: Error: var_expand_long(if;%{user}) failed: if: requires four or five parameters, got 1
>
> anyway, the variable is correctly initialized, but I get the log.
>
> Is this a bug?
>
> PS: I'm running dovecot 2.2.33
I can't seem to be able to reproduce this...