microsoft / oxa-tools

Open edX on Azure Tools
MIT License
36 stars 103 forks source link

how to change the cluster admin mail .. #375

Closed sanjay186 closed 5 years ago

sanjay186 commented 5 years ago

Hi Elton, I am opening this same question to you for the third time. Kindly do not close this case after sending me a link of the documentation to send mail or tell me that "ideally this is done during the initial installation". I understand that I'm not following the ideal procedure and also have read through the links that you passed. Please give me a reasonable solution for this problem. Is it impossible to change the clutser admin email id after deployment?

eltoncarr commented 5 years ago

Yes. It is possible. However, we have not provided official guidance for this and therefore don't directly support it given the various manual touch points. However, I can suggest the various places you'd have to update to make this happen:

  1. application configuration files *.auth.json for every application server instance in your cluster
  2. OS mail configuration files to make sure the system mail configuration uses your new settings for all server instances in your cluster (particularly the jumpbox).

These should be enough.

sanjay186 commented 5 years ago

what do you mean by "every application server instance "? all the vm's?

sanjay186 commented 5 years ago

I have used my gmail account for smtp service, in the sent mail i can see only "root(without any email id", so i need to know why it doesn't show any email id ?

please clarify my doubt. image

sanjay186 commented 5 years ago

Hi Elton I got the path to change the email id which we used while deploying, in VMSS vm "/etc/ssmtp/ssmtp.conf " i changed the email id in that file, and i'm getting logs to the changed email id.

Thanks for your support