Displaying 2 results from an estimated 2 matches for "rbcc".
Did you mean:
bcc
2019 Mar 13
2
recipient bcc and dovecot
I have a recipient_bcc_maps which contains a bcc map that is updated everyday:
rbcc.pcre:
if !/backup.*@/
/^([^+_]*).*@([^.]*)/ backup+071.${1}-${2}@adomain.tld
endif
the 071 portion is changed each day to the current day of the year.
Everything works, but I get an error from dovecot on every message:
lda(backup at adomain.tld): Error: User initialization failed: Namespace &...
2019 Mar 13
0
recipient bcc and dovecot
Add mail_location setting or return 'mail' from userdb.
Aki
On 13.3.2019 5.53, @lbutlr via dovecot wrote:
> I have a recipient_bcc_maps which contains a bcc map that is updated everyday:
>
> rbcc.pcre:
> if !/backup.*@/
> /^([^+_]*).*@([^.]*)/ backup+071.${1}-${2}@adomain.tld
> endif
>
> the 071 portion is changed each day to the current day of the year.
>
> Everything works, but I get an error from dovecot on every message:
>
> lda(backup at adomain.tld): Erro...