Forum Discussion

Ken_Wong_48678's avatar
Ken_Wong_48678
Historic F5 Account
Apr 04, 2007

White list in MSM

Hi,

 

 

The customer would like to build their own white list, so I add the following iRule in the smtp virtual and set it as higher priority than the MSM one. Do you think it's a proper way or I have to integrate inside the MSM irule? Thanks in advance.

 

 

 

when CLIENT_ACCEPTED {

 

if { [matchclass [IP::client_addr] equals $::white_list] } {

 

pool good_mail

 

}

 

}

 

 

Regards,

 

Ken
  • Colin_Walker_12's avatar
    Colin_Walker_12
    Historic F5 Account
    I know you're not going to want to make any changes to MSM. I'm pretty sure that voids any support for it, as changes aren't supported.

     

     

    Colin