A web front end for OpenSMTPd. It’s an off/on - mostly off - project.
It’s written in Ruby On Rails and runs on OpenBSD.
It’s a very simple project really - three tables: domains, credentials and virtuals. Ensuring the security of it and writing tests to cover the models, controllers and that everything flows as it should is taking the time and effort. I’m enjoying it!!
A web front end for OpenSMTPd. It’s an off/on - mostly off - project.
It’s written in Ruby On Rails and runs on OpenBSD.
It’s a very simple project really - three tables: domains, credentials and virtuals. Ensuring the security of it and writing tests to cover the models, controllers and that everything flows as it should is taking the time and effort. I’m enjoying it!!
Never got much into Ruby. Is that your preferred lang out of curiosity?
It is. The extra stuff bundled in Rails makes web development enjoyable. Ruby allows me to code without thinking too much, it just seems to flow.