Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 349 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 349 Bytes

Mailbox Self Service application

Very simple interface for test mail server based on Exim, Dovecot. Mailboxes are defined using two SQLite tables: domains and mailboxes. Creating a test mailbox is as simple as inserting a record in a table.

Run

bundle install
rackup
go to localhost:9292 in your browser.