Le 1 juin 2014 à 17:36, Benoit Panizzon a écrit :
> Hi Axel
>
>> This is probably related to the recipient_delimiter setting, which defaults
>> to '+'.
>
> Where is there such a setting in the dovecot config itself?
This is a LDA-related setting (see for example
share/doc/dovecot/example-config/conf.d/15-lda.conf for some details).
Its default value is '+', as shown by the output of:
doveconf -d recipient_delimiter
You could put
recipient_delimiter =
into dovecot.conf so as to disable the handling of such a delimiter.
HTH,
Axel