Translations:คู่มือการพัฒนา EAI Mail Server บน CentOS 7/46/en

จาก Wiki_EAI
รุ่นแก้ไขเมื่อ 16:40, 12 กรกฎาคม 2564 โดย Photchanan (คุย | มีส่วนร่วม)
(ต่าง) ←รุ่นแก้ไขก่อนหน้า | รุ่นแก้ไขล่าสุด (ต่าง) | รุ่นแก้ไขถัดไป→ (ต่าง)
ไปยังการนำทาง ไปยังการค้นหา

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