vimbadmin & postfixadmin schema concerns #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This should've been a vimbadmin issue but I didn't want to bother the maintainer
I have started working on a postfix {domain mailbox alias etc manager} admin software and took your schema as the source.
I'm guessing you've been using postfixadmin as the source for yours.
It will be open source and hosted here : https://code.icod.de/postfix/manager
I wanted to have something that can be shipped in a single binary.
I'm still using vimbadmin and am glad to see the v3.3.0 update.
Anyhow I can't help but have some questions regarding the schema choices.
Domain:
virtual_domains_maps.cf
however
Those makes sense for a mailbox but in every domain I've created those values were
null
.Do you believe those fields are still required?
Looking at https://github.com/postfixadmin/postfixadmin/blob/master/model/DomainHandler.php
those fields aren't present in the
Domain
model.Likewise in dovecot's sql conf
dovecot-sql.conf.ext
the domain table isn't queried, only the mailbox table, which leads me to believe that the domain schema used to hold the domain and mailbox info and was later split off and never cleaned up.