Verify password for sendmail/recvmail addon

Part of #109
This commit is contained in:
Girish Ramakrishnan
2017-03-26 19:14:50 -07:00
parent 790ad4e74d
commit 6ea741e92f
3 changed files with 63 additions and 17 deletions

View File

@@ -17,7 +17,7 @@ exports = module.exports = {
'postgresql': { repo: 'cloudron/postgresql', tag: 'cloudron/postgresql:0.16.0' },
'mongodb': { repo: 'cloudron/mongodb', tag: 'cloudron/mongodb:0.12.0' },
'redis': { repo: 'cloudron/redis', tag: 'cloudron/redis:0.11.0' },
'mail': { repo: 'cloudron/mail', tag: 'cloudron/mail:0.30.5' },
'mail': { repo: 'cloudron/mail', tag: 'cloudron/mail:0.31.0' },
'graphite': { repo: 'cloudron/graphite', tag: 'cloudron/graphite:0.11.0' }
}
};