Forum Discussion
xxkozxx
Jun 15, 2020Nimbostratus
SMTP Proxy Not receiving Client Quit...
I recently ran into a situation where legacy devices are sending emails for alerting. However, the firmware uses AUTH PLAIN as the security mechanism which is no longer supported in the new 0365 code...
Lovell_Scott
Jul 31, 2023Nimbostratus
If you add a TCP::release statement in your SERVER_DATA (QUEUED) section it shoud resolve your issue.
#SEND QUEUED 250 RESPONSE BACK TO CLIENT
if { $sdata contains "Queued" } {
log local0. "GenMail: Server Queued Response <$sdata>"
TCP::release
return
}
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