Forum Discussion
Alain_Trembley_
Nimbostratus
Jan 29, 2015F5 APM - SMTPS virtual server
Hello,
I have APM Virtual Edition (Only, i don't have LTM)
I want to use it for SMTP connections, i created a virtual server on port 25 with a pool to the SMTP server and it's working; but i hav...
Michael__
Nimbostratus
Jan 29, 2015How can i allow SMTP and SMTPS on the same port (25)? As soon as i give the virtual server an SSL Profile i can't connect SMTP with telnet anymore.
I dont think that will work on the same port.
Same problem to use APM policy (I want to filter clients subnet), as soon as i assign
an http policy (needed to be able to assign an Access Profile) i can't access the SMTP anymore.
To keep it easy you could just use an irule and a datagroup to filter the subnets.
Something like:
when CLIENT_ACCEPTED {
if { not[class match [IP::client_addr] equals DATAGROUPNAME] } {
log local0. "[IP::client_addr]:[TCP::client_port]: Rejecting client IP"
reject
}
}
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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