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

จาก Wiki_EAI
ไปยังการนำทาง ไปยังการค้นหา
(Created page with "1. ติดตั้ง mariadb , Postfix , Dovecot และ Packet ที่จำเป็นกับ Server '''# yum install postfix dovecot mariadb-server dovecot-mysq...")
 
แถว 5: แถว 5:
 
2. สั่ง start service ของ postfix , dovecot , mariadb ทุกครั้งที่เปิด Server
 
2. สั่ง start service ของ postfix , dovecot , mariadb ทุกครั้งที่เปิด Server
 
  # systemctl start postfix
 
  # systemctl start postfix
 
 
  # systemctl start dovecot
 
  # systemctl start dovecot
 
 
  # systemctl start mariadb
 
  # systemctl start mariadb
 
 
  # systemctl enable postfix
 
  # systemctl enable postfix
 
 
  # systemctl enable dovecot
 
  # systemctl enable dovecot
 
 
  # systemctl enable mariadb
 
  # systemctl enable mariadb
  
แถว 19: แถว 14:
 
3. ดูสถานะการใช้งานของ postfix , dovecot , maridb
 
3. ดูสถานะการใช้งานของ postfix , dovecot , maridb
 
  # systemctl status postfix
 
  # systemctl status postfix
 
 
  # systemctl status dovecot
 
  # systemctl status dovecot
 
 
  # systemctl status mariadb
 
  # systemctl status mariadb

รุ่นแก้ไขเมื่อ 16:12, 3 ธันวาคม 2562

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