-
Notifications
You must be signed in to change notification settings - Fork 48
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
Exim configure file - shall we maintain it? #284
Comments
I personally would prefer to keep a set of patches to the stock config file, and/or a patcher script, instead of a copy of said stock config file with our patches already applied. Exim may introduce new and useful features over time, and may deprecate or change some existing functionality (like already happened in #232, for example). When that happens, we're kinda being thrown in a limbo, because for a while, that means that the Exim versions we can work with have different features and may need to be configured differently. And I think this especially becomes more burdensome than useful when these things aren't directly related to virtual hosting. Furthermore, a lot of these things are not directly related to virtual mail hosting per se, but are things that can be useful in general. For Vexim, I think it would make sense to ship only the snippets that are directly related to multi-domain virtual hosting. For example:
The last four rows in this table should say everything about my vision. :)
I think a Debian-like split config would be awesome. And it's much easier to build a monolitic file from split config than it is the other way around. We could provide a simple shell script for that. I mean, all you have to do is concatenate these files in order, what could be easier, right? But this doesn't solve the problem that our config could become outdated (or too "updated" for some) at any point in time. Furthermore, even by default it's already huge enough. If we start adding hooks specific to various mailing list software, virus scanners, spam checkers etc, it will only become bigger and more difficult to maintain. Which is why I think a fully configured out-of-the-box experience, or a friendly configuration wizard should be a goal of a different project/repo than this one. Like I mentioned elsewhere, there's the Exim4u project which strived to do something like that, but still it seems like their main means of installation was following a README guide, not a "turnkey solution". I see a few strategies we could employ to provide such "turnkey solution":
But again, I think these strategies could be explored in a separate repository (or multiple repositories). BTW, I just tested out a fresh Debian installation in a VM and it looks like Debian actually defaults to non-split config now (when it asks if you want it split, No is the button that is selected by default). Their debconf wizard also explains pros and cons of both approaches in short. They say the monolitic config is better for big changes, and split config is better for small ones. Not sure if I agree with such assessment though. 😄 |
I agree with
I don't like docker, so I'm not happy with that. If somebody creates an container image this is no problem for me - but only additionally to the non-container-version which should have priority. |
Maybe we should remove the Mailman section from the README as most of this might not work for MM3. Should this be moved to the Wiki and be linked in the README? Some people might still use the old MM2. |
Would you be willing to work on splitting the config, or extracting only its relevant bits?
I believe Docker is amazing for local development. It doesn't have to be the only supported way to run Vexim though.
Agreed, Mailman 2 stuff could be moved to the Wiki. |
I split this discussion out from #282.
What we have so far:
@rimas-kudelis
@kaluang
@runout-at
The text was updated successfully, but these errors were encountered: