2. ขั้นตอนการติดตั้งและตั้งค่า mariadb , Postfix , Dovecot
รุ่นแก้ไขเมื่อ 16:11, 3 ธันวาคม 2562 โดย Tanagan (คุย | มีส่วนร่วม) (Created page with "1. ติดตั้ง mariadb , Postfix , Dovecot และ Packet ที่จำเป็นกับ Server '''# yum install postfix dovecot mariadb-server dovecot-mysq...")
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