ผลต่างระหว่างรุ่นของ "6. ทดสอบ POP3 และกำหนด Email Alias"
ไปยังการนำทาง
ไปยังการค้นหา
Tanagan (คุย | มีส่วนร่วม) (Created page with "1. ติดตั้ง telnet '''# yum install telnet''' '''# telnet localhost pop3''' 2. ได้ผลตามด้านล่าง และ ใช้คำส...") |
Tanagan (คุย | มีส่วนร่วม) |
||
แถว 15: | แถว 15: | ||
'''postmaster: root''' | '''postmaster: root''' | ||
'''''[[root: postmaster@eai.in.th]]''''' | '''''[[root: postmaster@eai.in.th]]''''' | ||
+ | |||
+ | 4 สั่ง update aliases และ restart postfix | ||
+ | '''# newaliases''' | ||
+ | '''# systemctl restart postfix.service''' |
รุ่นแก้ไขปัจจุบันเมื่อ 10:17, 17 ธันวาคม 2562
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