From: Bruno Della Ducata (no email)
Date: Tue Apr 22 2008 - 05:39:57 EDT
Hi All
I'm using policyd-wight.
For some specific rcpt domains i would lik to bypass this.
main.cf:
...
smtpd_recipient_restrictions =
permit_mynetworks,
reject_unauth_destination,
reject_non_fqdn_recipient,
reject_unlisted_recipient,
check_sender_access hash:/etc/postfix/disallow_my_domain
check_policy_service inet:127.0.0.1:12525
...
I've tried this
...
check_recipient_access hash:/etc/postfix/recipient_access
check_policy_service inet:127.0.0.1:12525
the recipient_access file contains the domains who should bypass
policyd-weight
@domain1.tld OK
@domain2.tld OK
OK
But this definition is not working!
Thanks for any halp
Regards
Bruno
|
|
|