{"id":13558313,"url":"https://github.com/nning/moeil","last_synced_at":"2025-04-03T13:30:58.459Z","repository":{"id":10691637,"uuid":"12933217","full_name":"nning/moeil","owner":"nning","description":"Møil is an open source administration user interface for database backed mail servers (postfix/dovecot).","archived":true,"fork":false,"pushed_at":"2020-03-03T15:40:02.000Z","size":1104,"stargazers_count":26,"open_issues_count":26,"forks_count":5,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-11-04T09:37:10.468Z","etag":null,"topics":["database","dovecot","elasticsearch","postfix","rails","ruby","web-application"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nning.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-09-18T20:01:58.000Z","updated_at":"2023-01-28T15:34:47.000Z","dependencies_parsed_at":"2022-09-01T19:12:39.550Z","dependency_job_id":null,"html_url":"https://github.com/nning/moeil","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nning%2Fmoeil","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nning%2Fmoeil/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nning%2Fmoeil/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nning%2Fmoeil/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nning","download_url":"https://codeload.github.com/nning/moeil/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247009514,"owners_count":20868565,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["database","dovecot","elasticsearch","postfix","rails","ruby","web-application"],"created_at":"2024-08-01T12:04:52.436Z","updated_at":"2025-04-03T13:30:57.962Z","avatar_url":"https://github.com/nning.png","language":"Ruby","readme":"Møil \n====\n\n[![Build Status](https://img.shields.io/travis/nning/moeil.svg)](https://travis-ci.org/nning/moeil)\n[![Code Climate](https://img.shields.io/codeclimate/github/nning/moeil.svg)](https://codeclimate.com/github/nning/moeil)\n[![Coverage Status](https://img.shields.io/coveralls/nning/moeil.svg)](https://coveralls.io/r/nning/moeil)\n\n**UNMAINTAINED, do not use**\n\nMøil is an open source administration user interface for database backed mail\nservers (postfix/dovecot). It brings the handy possibility of managing the\ndatabase with migrations and a lot of beautiful CRUD.\n\nThe code is available from [GitHub](https://github.com/nning/moeil.git).\n\nFeatures\n--------\n\n* Tested with postfix and dovecot.\n* Track database schema with rails migrations.\n* Database agnostic (tested with SQLite3, PostgreSQL and MySQL/MariaDB).\n* Managing domains, aliases and mailboxes.\n* Permissions and Roles for Mailboxes to e.g. manage a certain domain.\n* Responsive web user interface.\n* Change log for review and reverting changes.\n* Search (optionally based on SQL or elasticsearch).\n\nInstallation\n------------\n\nJust deploy like any other current rails project. Configuration examples for\npostfix and dovecot are to be found in the doc directory of the code repository.\n\n### Local testing\n\nIt is assumed, elasticsearch is installed and running. If you want to use SQL\nbased search, set `elasticsearch: false` in `config/settings.yml`.\n\n    git clone git://github.com/nning/moeil.git\n\tcd moeil\n\tln -s database.yml.example config/database.yml\n\tgem install bundler\n\tbundle\n\trake secret:replace\n\trake db:migrate\n\trake db:seed\n\trails s\n\n### OpenShift\n\n**(Note, that the OpenShift guide does currently not contain instructions for\nelasticsearch.)**\n\nFirst steps happen in your local terminal. So this is for creating an OpenShift\nRuby 1.9 application with a PostgreSQL 9.2 cartridge:\n\n\trhc app create -a moeil -t ruby-1.9\n\trhc cartridge add -a moeil -c postgresql-9.2\n\nA git repository is created which holds your application code. We add the Møil\nrepository as a remote and pull the code to the application repository:\n\n\tcd moeil\n\tgit remote add upstream -m master https://github.com/nning/moeil.git\n\tgit pull -s recursive -X theirs upstream master\n\nThen we push the current state and deploy the application (this will take some\ntime):\n\n\tgit push origin master\n\nTo create a first domain and a mailbox, we have to SSH into the OpenShift\napplication and start a rails console:\n\n\trhc ssh moeil\n\tcd app-root/repo\n\tRAILS_DB=postgresql RAILS_ENV=production bundle exec rails c\n\nThen, inside the rails console, we are creating a domain and an associated\nmailbox:\n\n\td = Domain.create!(name: 'example.org')\n\tm = Mailbox.new(username: 'alice', password: 'foobar', admin: true)\n\tm.domain = d\n\tm.save!\n\nNow you can login to your Møil deployment on OpenShift.\n\nLicense\n-------\n\nCopyright © 2013-2015 [henning mueller](http://henning.orgizm.net/), released\nunder the terms of [GNU AGPL 3.0](http://www.gnu.org/licenses/agpl-3.0.html).\n","funding_links":[],"categories":["Ruby","database"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnning%2Fmoeil","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnning%2Fmoeil","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnning%2Fmoeil/lists"}