3
ไม่สามารถรับ SASL auxprop / sasldb ทำงานกับ postfix / Ubuntu 12.04
ฉันมีระบบ Ubuntu 8.04LTS ที่เรียกใช้ Postfix 2.5.1 ในระบบที่ SMTP AUTH ทำงานดี เนื้อหาของ /etc/postfix/sasl/smtpd.confคือ: pwcheck_method: auxprop auxprop_plugin: sasldb mech_list: PLAIN คุณสมบัติที่เกี่ยวข้องกับ SASL คือ: smtpd_sasl_type = cyrus smtpd_sasl_auth_enable = yes smtpd_sasl_path = smtpd smtpd_sasl_security_options = noanonymous broken_sasl_auth_clients = yes smtpd_sasl_local_domain = $myhostname เมื่อไหร่ฉันจะsudo sasldblistusers2ได้รับ: authusername@mail.mydomain.com: userPassword อย่างที่ฉันบอกไปว่ามันทำงานได้ดีบนระบบ 8.04LTS อย่างไรก็ตามฉันพยายามที่จะโยกย้ายสิ่งนี้ไปยังระบบ Ubuntu 12.04LTS ที่ใช้ Postfix …