Hi Denis,

The rule will 3352 will not work if your local rule. I would suggest
that you overwrite the
rule 3302 instead of creating a new one (just paste the following on
local_rules.xml).

<rule id="3302" level="1" overwrite="yes">
    <if_sid>3300</if_sid>
    <id>^550$</id>
    <description>Rejected by access list </description>
    <description>(Requested action not taken).</description>
    <group>spam,</group>
  </rule>

hope it helps.

--
Daniel B. Cid
dcid ( at ) ossec.net

On Nov 29, 2007 8:03 AM, Denis Shaposhnikov <[EMAIL PROTECTED]> wrote:
>
> Hello,
>
> In postfix_rules.xml we have rule 3302. I think that it too strict for
> my installation so I've added the next to local_rules.xml:
>
>   <rule id="100001" level="0">
>     <if_sid>3302</if_sid>
>     <match>User unknown in virtual mailbox table</match>
>     <description>Ignore mail to unknown recipients.</description>
>     <group>syslog,postfix,</group>
>   </rule>
>
> But postfix_rules.xml has rule 3352 which intercept multiple invocation
> of rule 3302. Could somebody tell me is rule 3352 still works after my
> addition to local_rules.xml?
>
> Thank you!
>
> --
> DSS5-RIPE DSS-RIPN 2:550/[EMAIL PROTECTED] 2:550/[EMAIL PROTECTED]
> xmpp:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] http://wizard.volgograd.ru/
>

Reply via email to