ผลต่างระหว่างรุ่นของ "Translations:คู่มือการพัฒนา EAI Mail Server บน CentOS 7/46/en"
ไปยังการนำทาง
ไปยังการค้นหา
Photchanan (คุย | มีส่วนร่วม) (สร้างหน้าด้วย "3. ตั้งค่า mariadb, postfix, dovecot ให้เริ่มทำงานทุกครั้งที่เปิดเครื่อ...") |
Photchanan (คุย | มีส่วนร่วม) |
||
แถว 1: | แถว 1: | ||
− | 3. | + | 3. Setup mariadb, postfix, dovecot to start automatically |
'''# systemctl start mariadb''' | '''# systemctl start mariadb''' | ||
'''# systemctl enable mariadb''' | '''# systemctl enable mariadb''' |
รุ่นแก้ไขปัจจุบันเมื่อ 16:40, 12 กรกฎาคม 2564
3. Setup mariadb, postfix, dovecot to start automatically
# systemctl start mariadb # systemctl enable mariadb # systemctl start postfix # systemctl enable postfix # systemctl start dovecot # systemctl enable dovecot