On Thu, 2009-01-15 at 10:35 +0200, bharathan kailath wrote: > hi > in smtp out server i configured the following: > smtpd_sender_restrictions = > check_sender_access hash:/etc/postfix/mydomains > reject_unauth_destination >
This is what I do smtpd_sender_restrictions = check_sender_access regexp:/etc/postfix/sender_regex check_sender_access hash:/etc/postfix/mydomains reject_unauth_destination In file /etc/postfix/sender_regex put /<>/ OK > and in mydomains i specified the domains that are allowed to send > out; but now sender with a null address is getting blocked; how can i > override this! > help appreciatd > thanks >