Hi All. I want to restrict the smtpd with reject_authenticated_sender_login_mismatch when the sasl login name and the sender mismatch.
So I need to set a lookup tables for the smtpd_sender_login_maps. But I only want to check if the login name and the user that the first part of the sender(u...@domain) is the same. For example,I allow the user who's id is uid to send the mail from u...@domain. Can I set a simple lookup tables or other way to implement it? Thanks and happy new year. Jeff