8. ทดสอบ EAI Email Server บน CentOS 8
รุ่นแก้ไขเมื่อ 21:57, 27 ตุลาคม 2563 โดย Titipong (คุย | มีส่วนร่วม) (Created page with "1. ติดตั้ง telnet '''# yum install telnet''' '''# telnet localhost pop3''' 2. ได้ผลตามด้านล่าง และ ใช้คำส...")
1. ติดตั้ง telnet
# yum install telnet # telnet localhost pop3
2. ได้ผลตามด้านล่าง และ ใช้คำสั่ง quit เพื่ออแกจาก telnet
Trying 127.0.0.1... Connected to localhost.localdomain. Escape character is '^]'. +OK Dovecot ready.
3. แก้ใขไฟล์ /etc/aliases โดยเพิ่มบรรทัดตามด้านล่าง
# vi /etc/aliases
mailer-daemon: postmaster postmaster: root root: postmaster@eai.in.th
4 สั่ง update aliases และ restart postfix
# newaliases # systemctl restart postfix.service