polaris.star-dust.jp[edit]
firewalld[edit]
firewall-cmd --add-service=http --permanent
firewall-cmd --add-service=https --permanent
firewall-cmd --add-service=smtp --permanent
firewall-cmd --add-service=smtp-submission --permanent
firewall-cmd --add-service=pop3s --permanent
firewall-cmd --add-service=imaps --permanent
firewall-cmd --reload
Postfix[edit]
PHP7 へダウングレード[edit]
- pukiwiki を改造したせいで php-8 では動かない模様(本来 pukiwiki-1.5.3 は PHP-7では動かない)
dnf install https://rpms.remirepo.net/enterprise/remi-release-9.rpm
dnf module list php
dnf module enable php:remi-7.4
dnf install php74 php74-php-fpm php74-php-cli
dnf install php74-php-{mysqlnd,curl,gd,mcrypt,json,pear,common,xml,zip,devel,xsl,soap,bcmath,mbstring,gettext,imagick}
dnf rm php-8.0.30
dnf install php