ผลต่างระหว่างรุ่นของ "Translations:คู่มือการพัฒนา EAI Mail Server บน CentOS 8/68/th"

จาก Wiki_EAI
ไปยังการนำทาง ไปยังการค้นหา
(กำลังนำเข้ารุ่นใหม่จากแหล่งข้อมูลภายนอก)
 
(ไม่แตกต่าง)

รุ่นแก้ไขปัจจุบันเมื่อ 12:17, 12 กรกฎาคม 2564

ข้อมูลเกี่ยวกับข้อความ (ช่วยเขียน)
ข้อความนี้ไม่มีคำอธิบายการใช้งาน ถ้าคุณทราบว่าข้อความนี้ใช้ตรงส่วนไหนหรือใช้อย่างไร คุณสามารถช่วยเพิ่มคำอธิบายการใช้งานของข้อความนี้ เพื่อเป็นประโยชน์แก่ผู้แปลคนอื่นได้
นิยามข้อความต้นฉบับ (คู่มือการพัฒนา EAI Mail Server บน CentOS 8)
=== แก้ไขไฟล์ "/etc/postfix/master.cf" ===
 '''# postconf -M smtps/inet="smtps inet n - - - - smtpd"
 '''# postconf -P "smtps/inet/syslog_name=postfix/smtps"
 '''# postconf -P "smtps/inet/smtpd_tls_wrappermode=yes"
 '''# postconf -P "smtps/inet/smtpd_sasl_auth_enable=yes"
 '''# postconf -P "smtps/inet/smtpd_client_restrictions=permit_sasl_authenticated,reject"
 '''# postconf -P "smtps/inet/smtpd_relay_restrictions=permit_sasl_authenticated,reject"
 '''# postconf -P "smtps/inet/milter_macro_daemon_name=ORIGINATING"
 '''# postconf -vM dovecot/unix="dovecot  unix  -      n      n      -      -      pipe flags=DRhu user=vmail:vmail argv=/usr/libexec/dovecot/deliver -f ${sender} -d ${recipient}"

แก้ไขไฟล์ "/etc/postfix/master.cf"

# postconf -M smtps/inet="smtps inet n - - - - smtpd"
# postconf -P "smtps/inet/syslog_name=postfix/smtps"
# postconf -P "smtps/inet/smtpd_tls_wrappermode=yes"
# postconf -P "smtps/inet/smtpd_sasl_auth_enable=yes"
# postconf -P "smtps/inet/smtpd_client_restrictions=permit_sasl_authenticated,reject"
# postconf -P "smtps/inet/smtpd_relay_restrictions=permit_sasl_authenticated,reject"
# postconf -P "smtps/inet/milter_macro_daemon_name=ORIGINATING"
# postconf -vM dovecot/unix="dovecot   unix  -       n       n       -       -       pipe flags=DRhu user=vmail:vmail argv=/usr/libexec/dovecot/deliver -f ${sender} -d ${recipient}"