You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

After installing the Linux OS, install these packages:

  • NTP - used to synchronize system clocks:

    sudo yum install -y ntp
    sudo systemctl start ntpd
    sudo systemctl enable ntpd
  • Postfix - used for sending out emails from the SHRINE system (SHRINE can be configured to use alternatives for sending email)

    sudo yum remove sendmail //if installed
     
    sudo yum install -y postfix
  • No labels