Tôi có hệ thống Ubuntu 8.04LTS chạy Postfix 2.5.1. Trên hệ thống đó, AUTH SMTP chạy tốt . Nội dung của
/etc/postfix/sasl/smtpd.conf
:
pwcheck_method: auxprop
auxprop_plugin: sasldb
mech_list: PLAIN
Các thuộc tính liên quan đến SASL là:
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
Khi sudo sasldblistusers2
tôi nhận được:
authusername@mail.mydomain.com: userPassword
Như tôi đã nói, tất cả đều hoạt động tốt trên hệ thống 8.04LTS.
Tuy nhiên, tôi đang cố gắng chuyển nó sang hệ thống Ubuntu 12.04LTS chạy Postfix 2.9.3 và tôi không thể làm cho nó hoạt động được. Tôi đang làm mọi thứ giống nhau, nhưng postfix luôn thất bại trong việc xác thực.
Đây không phải là /etc/sasldb2
tập tin. Tôi đã thử chuyển tập tin từ hệ thống cũ và nó không hoạt động. Và tôi đã tạo một tệp mới bằng cách sử dụng:
saslpasswd2 -c -u mail.mydomain.com authusername
và nó không hoạt động, mặc dù nó sẽ hoạt động trên hệ thống cũ nếu tôi sao chép nó sang hệ thống cũ, đó là cách tôi biết không có gì sai với tệp.
Tương tự, tôi biết postfix đang xem smtpd.conf
tập tin. Nếu tôi thêm nhiều cơ chế hơn vào mech_list
dòng của tệp, tôi sẽ thấy các cơ chế bổ sung đó được quảng cáo khi tôi kết nối với trình nền smtpd. Và khi tôi loại bỏ chúng, chúng lại biến mất. Vì vậy, /etc/postfix/sasl/smtpd.conf
rõ ràng là được sử dụng.
Tôi đang kiểm tra cả bằng cách sử dụng ứng dụng thư khách thực tế và bằng cách nói chuyện thủ công với máy chủ sau khi tạo mã thông báo bằng cách này:
perl -MMIME::Base64 -e 'print encode_base64("\000authusername\000thePassword");'
sau đó:
openssl s_client -quiet -starttls smtp -connect the.newsystem.com:587
Cuộc trò chuyện kết quả là:
250 DSN
EHLO example.com
250-the.newsystem.com
250-PIPELINING
250-SIZE 20971520
250-ETRN
250-AUTH PLAIN
250-AUTH=PLAIN
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN
AUTH PLAIN theBase64EncodedToken
535 5.7.8 Error: authentication failed: authentication failure
Nhưng nếu tôi thay vào đó kết nối the.oldsystem.com:587
và làm điều tương tự, tôi nhận được:
235 2.7.0 Authentication successful
Đầu ra của saslfinger trên máy mới là:
# sudoh saslfinger -s
saslfinger - postfix Cyrus sasl configuration Sat Jul 21 00:24:24 EDT 2012
version: 1.0.4
mode: server-side SMTP AUTH
-- basics --
Postfix: 2.9.3
System: Ubuntu 12.04 LTS \n \l
-- smtpd is linked to --
libsasl2.so.2 => /usr/lib/i386-linux-gnu/libsasl2.so.2 (0xb76c5000)
-- active SMTP AUTH and TLS parameters for smtpd --
broken_sasl_auth_clients = yes
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain = $myhostname
smtpd_sasl_path = smtpd
smtpd_sasl_security_options = noanonymous
smtpd_sasl_type = cyrus
smtpd_tls_CAfile = /etc/ssl/certs/MyCA.pem
smtpd_tls_auth_only = yes
smtpd_tls_cert_file = /etc/postfix/ssl/server.crt
smtpd_tls_key_file = /etc/postfix/ssl/server.key
smtpd_tls_loglevel = 1
smtpd_tls_security_level = may
smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
smtpd_tls_session_cache_timeout = 3600s
-- listing of /usr/lib/sasl2 --
total 16
drwxr-xr-x 2 root root 4096 Jul 20 23:00 .
drwxr-xr-x 67 root root 8192 Jul 20 21:25 ..
-rw-r--r-- 1 root root 1 May 4 00:17 berkeley_db.txt
-- listing of /etc/postfix/sasl --
total 20
drwxr-xr-x 2 root root 4096 Jul 20 21:29 .
drwxr-xr-x 5 root root 4096 Jul 20 23:58 ..
-rw-r--r-- 1 root root 64 Jul 20 21:29 smtpd.conf
-- content of /etc/postfix/sasl/smtpd.conf --
pwcheck_method: auxprop
auxprop_plugin: sasldb
mech_list: PLAIN
-- content of /etc/postfix/sasl/smtpd.conf --
pwcheck_method: auxprop
auxprop_plugin: sasldb
mech_list: PLAIN
-- active services in /etc/postfix/master.cf --
# service type private unpriv chroot wakeup maxproc command + args
# (yes) (yes) (yes) (never) (100)
smtp inet n - - - - smtpd
submission inet n - - - - smtpd
-o syslog_name=postfix/submission
-o smtpd_tls_security_level=encrypt
-o smtpd_sasl_auth_enable=yes
-o smtpd_client_restrictions=permit_sasl_authenticated,reject
-o milter_macro_daemon_name=ORIGINATING
[snipping the rest of the services]
-- mechanisms on localhost --
-- end of saslfinger output --
Tôi có thể thiếu / làm gì sai? Theo như tôi có thể nói, tất cả các cấu hình đều giống nhau, nhưng nó sẽ không hoạt động trên hệ thống mới.