Displaying 2 results from an estimated 2 matches for "ip_of_imap_gateway".
2018 Oct 18
1
doveadm expunge with static users
...; azur
>
> Works just fine with -u parameter
> ---
> Aki Tuomi
Ok, so the problem is, probably, in my very specific proxy
configuration. On proxy side, i have this:
passdb {
driver = static
args = password=<password_shared_with_IMAP_gateway>
allow_nets=<IP_of_IMAP_gateway>
}
userdb {
driver = static
args = home=/var/mail/vhosts/%d/%n/home master_user=%u allow_all_users=yes
}
The point is that proxy doesn't have any info about users so i'm able
to manage users only on one place (IMAP gateway). BUT it is possible
for IMAP proxy to get local use...
2018 Oct 18
2
doveadm expunge with static users
Hi,
is it possible to use 'doveadm expunge' with static user database? Or
can i, somehow, tell dovecot the directory location where i need to do
an expunge? Thank you.
azur