-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Better domain management #2397
Comments
I would accept that. It's something I've wanted to do. The main thing I would want to discuss more is "Add the option to disable web hosting and A/AAAA records check on single domains":
But these don't have to stop you from starting. |
Hi, thanks for your kind response Database table schema: What will be disabled:
This option will:
As for the why: If any point is not clear enough let me know and I'll try to explain it better. |
@JoshData similar to what tognee said, i want box.example.com to be the email server but example.com to be a different IP. is it possible to do that? i see an entry in external dns file example.com - box.example.com. how do i decouple box and primary domain? |
@test2a What you want is possible and not really related to this discussion. Please ask on the forum for help. |
I've made some work on this feature on my own branch. It's still not ready for merging and development is proceeding slow as I need to destroy the VM and rebuild it every time I make a change (which takes quite a while). https://github.com/tognee/mailinabox/tree/feat/domains I might create a draft pull request when I get it working like I intended |
Currently domains are checked based on the users emails registered and there are no settings to manage them.
I want to make a PR to add this feature.
My proposal:
I'm making this issue to see if the PR could be considered for merging when submitted.
The text was updated successfully, but these errors were encountered: