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

จาก Wiki_EAI
รุ่นแก้ไขเมื่อ 14:00, 12 กรกฎาคม 2564 โดย Photchanan (คุย | มีส่วนร่วม) (สร้างหน้าด้วย "2. Start service of Postfix, Dovecot, MariaDB every time that the server is started '''# systemctl start postfix && systemctl start dovecot && systemctl...")
(ต่าง) ←รุ่นแก้ไขก่อนหน้า | รุ่นแก้ไขล่าสุด (ต่าง) | รุ่นแก้ไขถัดไป→ (ต่าง)
ไปยังการนำทาง ไปยังการค้นหา

2. Start service of Postfix, Dovecot, MariaDB every time that the server is started

# systemctl start postfix && systemctl start dovecot && systemctl start mariadb
# systemctl enable postfix && systemctl enable dovecot && systemctl enable mariadb