Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

After installing the Linux OS, install these packages:

  • Postfix (used for sending out emails from the SHRINE system)NTP - used to synchronize system clocks:

    Code Block
    languagebash
    themerdark
    sudo yum remove sendmail //if installed
      install -y ntp
    sudo systemctl start ntpd
    sudo yumsystemctl installenable -y postfixntpd
  • Postfix - used for sending out emails from the SHRINE system (SHRINE can be configured to use alternatives for sending email)NTP

    Code Block
    languagebash
    themerdark
    sudo yum remove install -y ntpsendmail //if installed
     
    sudo systemctlyum start ntpd
    sudo systemctl enable ntpdinstall -y postfix