Translations:คู่มือการพัฒนา EAI Mail Server บน CentOS 8/43/th

จาก Wiki_EAI
ไปยังการนำทาง ไปยังการค้นหา

2. สั่ง start service ของ postfix, dovecot, mariadb ทุกครั้งที่เปิด Server

# systemctl start postfix && systemctl start dovecot && systemctl start mariadb
# systemctl enable postfix && systemctl enable dovecot && systemctl enable mariadb