Please refer to https://github.com/joyent/mibe for use of this repo.
api_redis_key
: base64 encoded spipe keyimport_urls
: list of urls that provide a json dump of mail accounts and aliases. The format is described below.
80/tcp
: http api443/tcp
: https api63790/tcp
: spipe encrypted redis master
Example:
{ "example.com": { "account": [ { "name": "alice", "password": "$1$9hW1N3SC$J6vfo890zc50GC1jYHP211" }, { "name": "bob", "password": "$1$0MhHZVnG$d6rHD1KFLNOJ9EFdMKrB91" } ], "alias": [ { "to": "[email protected],[email protected]", "name": "office" } ] } }
This creates two email accounts for [email protected] and [email protected]. It also creates an email alias [email protected] that forwards mail to both mailboxes.