Daniel Mayer [COUGA.net] wrote:
> Hi,
> I Have to come back to this email because I did not solve the issue yet.
> 
> 
>>> Processes of all users are running under unique system users 
> 
>> if you use apache you could add this to your virtual hosts:
>>    php_admin_value sendmail_path "/usr/sbin/sendmail -t -i -f [EMAIL 
>> PROTECTED]"
> ?then you have something to filter for.. (with confixx you can add this 
> automatically (special-entry))
> 
> I'm having this line for my PHP setup. If I send a mail via telnetting to 
> localhost the policy daemon is successfully invoked. If I send it through 
> sendmail it seems to bypass the sender_restrictions in postfix
> Anybody else experienced this or can tell me how I tell postfix to use the 
> smtpd_sender_restrictions = check_policy_service inet:127.0.0.1:10031
> also for sendmail send mails.

Submitting via sendmail is different that using SMTP.  Meaning, locally 
submitted mail using sendmail doesn't pass through the same restrictions 
as mail coming in though SMTP.
Is there a SMTP module available?  You will need to use SMTP in order to 
use the throttling feature.

john beaver


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
policyd-users mailing list
policyd-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/policyd-users

Reply via email to