and a few other things. None of them affected the mailbox location.
Fortunately, this is a test system as I probably have mucked up the
config files by now.
— Doug
here is config:
root@test:/usr/local/etc/dovecot/conf.d # doveconf -n
# 2.2.22 (fe789d2): /usr/local/etc/dovecot/dovecot.co
c
> args = uid= gid= home=/var/mail/home_mail/%u
> }
>
> and a few other things. None of them affected the mailbox location.
> Fortunately, this is a test system as I probably have mucked up the config
> files by now.
>
> — Doug
here is config:
root@tes
mailbox location.
Fortunately, this is a test system as I probably have mucked up the config
files by now.
— Doug
On 01/29/2016 03:41 PM, Timo Sirainen wrote:
> You can use:
>
> doveadm -o mail=maildir:/srv/mailboxes/example.com/mailbox123 search new
>
> You don't actually have to use the -u parameter, although doveadm may be
> using the wrong UID/GID/home then.
Awesome. Maybe the usage output
# /opt/d
r:/srv/mailboxes/example.com/mailbox123 NEW
>
>
> Maybe a fixed mailbox location via "-o
> mailbox_location=maildir:/srv/mailboxes/example.com/mailbox123" does
> work, but then it's rather a side effect as one needs to define a user
> via "-u" parameter anyway
o search a mailbox
referenced by filesystem path i.e.
doveadm search maildir:/srv/mailboxes/example.com/mailbox123 NEW
Maybe a fixed mailbox location via "-o
mailbox_location=maildir:/srv/mailboxes/example.com/mailbox123" does
work, but then it's rather a side effect as one needs
On Fri, 29 Jun 2007 22:50:46 +0300
Timo Sirainen <[EMAIL PROTECTED]> wrote:
> On Fri, 2007-06-29 at 14:41 -0500, John Gateley wrote:
> > A suggestion: along with mail_location, create a mail_directories
> > variable that contains the search order, so that it can be specified.
> > It would default
On Fri, 2007-06-29 at 14:41 -0500, John Gateley wrote:
> A suggestion: along with mail_location, create a mail_directories
> variable that contains the search order, so that it can be specified.
> It would default to something like
> mail_directories = maildir:~/Maildir|mbox:~/mail:INBOX=/var/mail/
A suggestion: along with mail_location, create a mail_directories
variable that contains the search order, so that it can be specified.
It would default to something like
mail_directories = maildir:~/Maildir|mbox:~/mail:INBOX=/var/mail/%u|...
I could use this. On one system I manage, I've converte