ram wrote:
Can I implement smtp_sender_login_maps such a way that * for selective accountids reject_sender_login_mismatch * And the for the rest Permit any sender id if authenticated

smtp_sender_login_maps works the other way around (it maps MAIL FROM to SASL login). What you want involves an infinite set of MAIL FROM addresses, so it can't be mapped. You'll need a policy server to enable or disable reject_sender_login_mismatch on a per-user basis either by direct lookup and returning REJECT/DUNNO or returning a restriction class containing reject_sender_login_mismatch for those users requiring it.

Reply via email to