Re: Mailbox location

2016-06-17 Thread Tobias
Hi Doug, "home" from your userdb query will dictate where mail will be dropped. If you want to store in /var/mail/home_mail/, then use %n. You were almost there with /%d/%n in your current configuration, posted below, just remove the %d completely. http://wiki.dovecot.org/Variables The doma

Re: Mailbox location

2016-06-17 Thread Doug Hardie
> On 16 June 2016, at 22:53, Doug Hardie wrote: > > I am running a small server with a fixed number of users. Postfix is using > dovecot lda so that I can run pigeonhole. I have setup a user file with the > ids and passwords and everything authenticates properly. Postfix uses that > also.