Forum Discussion
pjcampbell_7243
Cirrus
Apr 14, 2009Allowed IP relayers list via iRule?
If we route our mail server through the BIG IP - we can't successfully utilize IP based relaying allowance, at least not on the mail server side, since the mail server will only see the self IP of th...
pjcampbell_7243
Cirrus
Apr 17, 2009Thanks
Sounds like I was over-complicating things. Here's a great, very easy way to do it:
when CLIENT_ACCEPTED {
if { ! ( [matchclass [IP::client_addr] equals $::relay_hosts_allowed] ) } {
drop
}
}
where relay_hosts_allowed is a "data list"
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects