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": "alice@example.com,bob@example.com", "name": "office" } ] } }
This creates two email accounts for alice@example.com and bob@example.com. It also creates an email alias office@example.com that forwards mail to both mailboxes.