This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Pmx and multiple milter

Hi,

i try to configure my pmx with multiple milter:

<milter Policy>
    port = inet:10024@10.0.0.10
    enabled = yes
    filter = PureMessage::Milter::Policy
    message_log = message_log
    smtp_talk_port = inet:10025@10.0.0.5
</milter>

<milter outbound>
    port = inet:10028@10.0.0.10
    enabled = yes
    message_log = message_log2
    smtp_talk_port = inet:10025@10.0.0.5

     filter = PureMessage::Milter::Policy
</milter>

But in this way it uses the same filter for all milters. Can i configure pmx to use two different filter foreach milter?

For esample. i want create /opt/pmx/etc/policy.siv and /opt/pmx/etc/outbound.siv and first milter use the policy.siv and second milter use outbound.siv.

Can i do it?

Thanks

:5815


This thread was automatically locked due to age.
  • This isn't really a configuration that is tested anymore.

    Can you let us know why you want to do this?  The policy is designed to take care of INCOMING vs. OUTGOING mail.  This would increase the complexity and potentially lead to headaches. 

    :5825