use MAIL_LOCATION for mx record

This commit is contained in:
Girish Ramakrishnan
2016-05-11 09:53:57 -07:00
parent ff5ca617b1
commit 631b238b63
4 changed files with 8 additions and 2 deletions
+1
View File
@@ -6,6 +6,7 @@ exports = module.exports = {
API_LOCATION: 'api', // this is unused but reserved for future use (#403)
SMTP_LOCATION: 'smtp',
IMAP_LOCATION: 'imap',
MAIL_LOCATION: 'my', // not a typo! should be same as admin location until we figure out certificates
ADMIN_NAME: 'Settings',