10. ติดตั้ง Squirrelmail Server ซึ่งเป็น Webserver เพื่อใช้ทดสอบส่ง Email ภาษาไทย

จาก Wiki_EAI
ไปยังการนำทาง ไปยังการค้นหา

1. ติดตั้ง squirrelmail โดย Centos 8 ยังไม่มี squirrelmail ใน repo ทำให้ติดตั้งโดยใช้คำสั่ง yum ไม่ได้ จึงต้องติดตั้งด้วยตัวเอง

  • ติดตั้ง php , Apache
# yum install php
# systemctl start php-fpm.service
# systemctl enable php-fpm.service
# yum install httpd
# systemctl start httpd
# systemctl enable httpd

2. นำ squirrelmail ที่ได้เตรียมไว้ให้นำไปไว้ที่ /varwww/html/

# cd var/www/html/

(copy squirrelmail ไปไว้ /varwww/html/ ซึ่งผู้จัดทำใช้ winscp ในการทำงาน)