ltm rule command IMAP disableΒΆ

iRule(1)		      BIG-IP TMSH Manual		      iRule(1)



IMAP::disable
       Disable IMAP protocol handler.

SYNOPSIS
       IMAP::disable

DESCRIPTION
       Disable IMAP protocol handler for IMAP message processing. This will
       disable detection of STARTTLS for IMAP.

RETURN VALUE
VALID DURING
       ANY_EVENT

EXAMPLES
	when CLIENT_ACCEPTED {
	    if { ([IP::addr [IP::client_addr] equals 10.0.0.0/8]) } {
		IMAP::disable
	    }
	}

HINTS
SEE ALSO
CHANGE LOG
       @BIGIP-13.1.0 --First introduced the command.



BIG-IP				  2018-07-19			      iRule(1)