2. ขั้นตอนการติดตั้งและตั้งค่า mariadb , Postfix , Dovecot

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

1. ติดตั้ง mariadb , Postfix , Dovecot และ Packet ที่จำเป็นกับ Server

# yum install postfix dovecot mariadb-server dovecot-mysql postfix-mysql


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


3. ดูสถานะการใช้งานของ postfix , dovecot , maridb

# systemctl status postfix
# systemctl status dovecot
# systemctl status mariadb