Forum Discussion
prk_73508
Nimbostratus
Jan 31, 2011POP & IMAP Username Re-writes
Hi all,
We're trying to re-write the username on an incoming POP3, IMAP, POP3S or IMAPS (using SSL offload for the POP3S & IMAPS) to append a domain to the username if none exists.
...
prk_73508
Nimbostratus
Feb 01, 2011Thanks Hoolio,
Is there a list of the various parameters we can match on, such as HTTP_REQUEST & HTTP_RESPONSE ?
In particular, ones which would apply to POP3 & IMAP?
From a pseudocode perspective, I think we'll need something like:
Match start of POP3 / IMAP session.
Loop:
Check for username line, and check for @
If no @:
enable stream, and append domain.
Check for authentication successful / failed
Disable stream & continue.
EndIf
EndLoop
Rest of POP/IMAP session occurs without Stream
prk.
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