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

Limitar numero de destinatarios por mensaje

Hola,

Tengo instalado el Software PureMessage for Unix como antispam, internamente usamos exchange. Mi pregunta es donde puedo limitar la cantidad de destinatario por mensaje, existe esta opcion?

Gracias.



This thread was automatically locked due to age.
Parents
  • Hello Michael, 

    It's also possible to use a similar rules in your PureMessage For Unix

    # attr NAME=Security Rules - Reject email if the number of recipients is over 20
    if pmx_number_of_recipients :over 20 {
    pmx_mark1 "Internal_RCPTO_Limit";
    pmx_mark "pmx_reason" "RCPT To Limit";
    reject :rcode 550 "Too much recipients";
    stop;
    }

    --

    Best regards,
    Florian (aka LEFBE)
    Sophos Technical Account Manager

Reply
  • Hello Michael, 

    It's also possible to use a similar rules in your PureMessage For Unix

    # attr NAME=Security Rules - Reject email if the number of recipients is over 20
    if pmx_number_of_recipients :over 20 {
    pmx_mark1 "Internal_RCPTO_Limit";
    pmx_mark "pmx_reason" "RCPT To Limit";
    reject :rcode 550 "Too much recipients";
    stop;
    }

    --

    Best regards,
    Florian (aka LEFBE)
    Sophos Technical Account Manager

Children
No Data