Basic mailserver configuration on RHEL10

From Fvettore-WIKI
Revision as of 12:13, 3 October 2025 by Administrator (talk | contribs) (Created page with " timedatectl set-timezone Europe/Rome dnf install mariadb dnf install mariadb-server systemctl enable mariadb --now semanage port -l | grep ssh semanage port -a -t ssh_port_t -p tcp 1999 semanage port -l | grep ssh vi /etc/ssh/sshd_config systemctl restart sshd:q")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
timedatectl set-timezone Europe/Rome
dnf install mariadb
dnf install mariadb-server
systemctl enable mariadb --now
  semanage port -l | grep ssh
  semanage port -a -t ssh_port_t -p tcp 1999
  semanage port -l | grep ssh

vi /etc/ssh/sshd_config systemctl restart sshd:q