On 13.3.2019 14.19, @lbutlr via dovecot wrote:
> On 13 Mar 2019, at 01:42, Aki Tuomi via dovecot wrote:
>> Add mail_location setting or return 'mail' from userdb.
> userdb {
> args = /usr/local/etc/dovecot/dovecot-sql.conf.ext
> default_fields = uid=vpopmail gid=vchkpw
> mail_location=/usr/
On 13 Mar 2019, at 01:42, Aki Tuomi via dovecot wrote:
> Add mail_location setting or return 'mail' from userdb.
userdb {
args = /usr/local/etc/dovecot/dovecot-sql.conf.ext
default_fields = uid=vpopmail gid=vchkpw mail_location=/usr/local/virtual/%u
mail=maildir:/usr/local/virtual/%u
drive
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 0
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