Re: SQL help please (Mysql/MariaDB).

2021-09-12 Thread C. Petro
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

Re: SQL help please (Mysql/MariaDB).

2021-09-12 Thread Benny Pedersen
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

Re: SQL help please (Mysql/MariaDB).

2021-09-12 Thread C. Petro
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

Re: SQL help please (Mysql/MariaDB).

2021-09-12 Thread Aki Tuomi
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

Re: SQL help please (Mysql/MariaDB).

2021-09-12 Thread C. Petro
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

SQL help please (Mysql/MariaDB).

2021-09-11 Thread C. Petro
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