If you mean the INSTALL.txt (IIRC) from the postfixadmin .tarball, I had
gone through that and a couple other guides. I filed a bug with Ubuntu
because they don't include it in the installed documents.
I'm doing a "clean" rebuild right now to verify my documentation and make
sure I didn't miss any
On 2021-09-12 18:38, C. Petro wrote:
To be more clear about my problem.
This server will be hosting multiple email domains, and I would prefer
to have the filesystem structured like /var/mail/vmail//
rather than /var/mail/vmail/@.
use setup guide from postfixadmin, and it shows how to do the d
That appears to have done the trick.
Thank you for your quick response.
I probably should have found that setting. Sorry.
On Sun, Sep 12, 2021 at 10:39 AM Aki Tuomi
wrote:
> Try
>
> mail_location = maildir:/var/mail/vmail/%Ld/%Ln
>
> Aki
>
> > On 12/09/2021 19:38 C. Petro wrote:
> >
> >
> > T
Try
mail_location = maildir:/var/mail/vmail/%Ld/%Ln
Aki
> On 12/09/2021 19:38 C. Petro wrote:
>
>
> To be more clear about my problem.
>
> This server will be hosting multiple email domains, and I would prefer to
> have the filesystem structured like /var/mail/vmail// rather
> than /var/ma
To be more clear about my problem.
This server will be hosting multiple email domains, and I would prefer to
have the filesystem structured like /var/mail/vmail// rather
than /var/mail/vmail/@.
On Sat, Sep 11, 2021 at 3:06 PM C. Petro wrote:
> I'm trying to build a mail server for a friend usin
I'm trying to build a mail server for a friend using Postfix, Dovecot and
Postfixadmin, using Mariadb as the backend for user information and
authentication.
I've got it *almost* working.
(dovecot -n at the bottom because I don't think the problem is in the SQL)
I have things up to the point wher