From: Truong Tan Son (no email)
Date: Mon May 28 2007 - 02:01:22 EDT
Dear Sir,
I hesitate when using parameters of Postfix.
smtpd_sender_restrictions = option1, option2
Check "option2" after passing "option1".
Result = option1 && option2.
==My scenario===
mynetworks = 127.0.0.1/8, 172.16.20.0/25, 172.16.30.0/25
smtpd_sasl_auth_enable = yes
smtpd_sasl_authenticated_header = yes
smtpd_reject_unlisted_recipient = yes
broken_sasl_auth_clients = yes
smtpd_sender_login_maps = hash:/etc/postfix/login_maps
smtpd_sender_restrictions =
check_sender_access hash:/etc/postfix/sender_access \
check_client_access cidr:/etc/postfix/client_access\
reject_unlisted_sender,reject_sender_login_mismatch \
reject_unauthenticated_sender_login_mismatch \
permit_sasl_authenticated
#/etc/postfix/sender_access
permit_mynetwork, reject
ip address clients : 172.16.20.1
172.16.20.2
SASL Authen did not check logged in, not reject_sender_login_mismatch, ...It passes all senders in networks.
What is wrong and how to make SASL Authen work in this case ?
Thanks you and best regards,
-- Truong Tan Son.
|
|
|