On Tue, August 28, 2007 13:40, Jordi Espasa Clofent wrote:
>> is postfix running behind a router ?
> yes.

postconf -e 'proxy_interfaces=wanipgoeshere'

>> your mynetworks have no wan ip, and you have no proxy_interface = <wan-ip>
postfix need to have sign of the wan ip in one of them, but not both for
the test
>> smtpd_recipient_restrictions =
>>  reject_unlisted_recipient,
>>  check_policy_service inet:127.0.0.1:10031
>>  permit_sasl_authenticated,
>>  reject_unauth_destination
>> postfix reload
>> now send mail :)
>
> It seems that happens the same: nothing.

remove other permit_mynetworks, and permit_sasl_authenticated, only have them
in recipient restrictions

permit_mynetworks can be added as whitelist in policyd, if local sent mail
should not be throttelede

change

smtpd_client_restrictions = permit_mynetworks,reject_unknown_client

to

smtpd_client_restrictions = reject_unknown_client

-- 
This message was sent using 100% recycled spam mails.




-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
policyd-users mailing list
policyd-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/policyd-users

Reply via email to