Skip to content

Instantly share code, notes, and snippets.

@rposbo
Created October 9, 2014 14:11
Show Gist options
  • Save rposbo/04998a6a663e4efc054d to your computer and use it in GitHub Desktop.
Save rposbo/04998a6a663e4efc054d to your computer and use it in GitHub Desktop.
hoodiecrow config for many users
{
"plugins": ["ID", "X-GM-EXT-1", "XOAUTH2","STARTTLS", "SASL-IR", "AUTH-PLAIN", "NAMESPACE", "IDLE", "ENABLE", "CONDSTORE", "XTOYBIRD", "LITERALPLUS", "UNSELECT", "SPECIAL-USE", "CREATE-SPECIAL-USE"],
"debug": true,
"secureConnection": true,
"port": 993,
"smtpPort": 465,
"users": [
{"testuser":{
"password": "testpass",
"xoauth2":{
"accessToken": "testtoken",
"sessionTimeout": 3600000
}
}},
{"testuser2":{
"password": "testpass",
"xoauth2":{
"accessToken": "testtoken",
"sessionTimeout": 3600000
}
}},
{"testuser3":{
"password": "testpass",
"xoauth2":{
"accessToken": "testtoken",
"sessionTimeout": 3600000
}
}},
{"testuser4":{
"password": "testpass",
"xoauth2":{
"accessToken": "testtoken",
"sessionTimeout": 3600000
}
}}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment