Forum Discussion
Thomas_Schaefer
Nimbostratus
Apr 23, 2009Make a Dummy SMTP server in an iRule?
I have a need to create a dummy SMTP server in an iRule. My thought was to use the SMTP proxy iRule and instead of forward the messages on to the SMTP server to discard them.
I am trying to do thi...
Nat_Thirasuttakorn
Employee
Apr 24, 2009TCP::collect in CLIENT_DATA is to make sure we keep collecting data so that CLIENT_DATA is called again and never send the data (never TCP::release)
regarding hang problem... maybe you can try something like this...
QUIT* {
TCP::payload replace 0 [TCP::payload length] ""
TCP::respond "221 Bye\r\n"
TCP::close
return
}
(sorry, not tested)
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