ltm profile pop3ΒΆ

ltm profile pop3(1)	      BIG-IP TMSH Manual	   ltm profile pop3(1)



NAME
       pop3 - Configures a POP3 profile.

MODULE
       ltm profile

SYNTAX
       Configure the pop3 component within the ltm profile module using the
       syntax shown in the following sections.

   CREATE/MODIFY
	create pop3 [name]
	modify pop3 [name]
	  options:
	    app-service [[string] | none]
	    defaults-from [ [name] | none]
	    description [string]
	    activation-mode [ none | allow | require ]

	edit pop3 [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties

   DISPLAY
	list pop3
	list pop3 [ [ [name] | [glob] | [regex] ] ... ]
	show running-config pop3
	show running-config pop3 [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties

   DELETE
	delete pop3 [name]

DESCRIPTION
       You can use the pop3 component to create, modify, display, or delete a
       POP3 profile with which you can manage POP3 traffic.

EXAMPLES
       create pop3 my_pop3_profile defaults-from pop3

       Creates a custom POP3 profile named my_pop3_profile that inherits its
       settings from the system default POP3 profile.

       list pop3

       Displays the properties of all POP3 profiles.

OPTIONS
       app-service
	    Specifies the name of the application service to which the profile
	    belongs. The default value is none. Note: If the strict-updates
	    option is enabled on the application service that owns the object,
	    you cannot modify or delete the profile. Only the application
	    service can modify or delete the profile.

       defaults-from
	    Specifies the profile that you want to use as the parent profile.
	    Your new profile inherits all settings and values from the parent
	    profile specified. The default value is pop3.

       description
	    User defined description.

       glob Displays the items that match the glob expression. See help glob
	    for a description of glob expression syntax.

       name Specifies a unique name for the component. This option is required
	    for the commands create, delete, and modify.

       regex
	    Displays the items that match the regular expression. The regular
	    expression must be preceded by an at sign (@[regular expression])
	    to indicate that the identifier is a regular expression. See help
	    regex for a description of regular expression syntax.

       activation-mode
	    Sets the activation-mode for STARTTLS. The options are NONE,
	    ALLOW, or REQUIRE. The default value is REQUIRE.

SEE ALSO
       create, delete, edit, glob, list, ltm virtual, modify, regex, reset-
       stats, show, sys provision, tmsh

COPYRIGHT
       No part of this program may be reproduced or transmitted in any form or
       by any means, electronic or mechanical, including photocopying,
       recording, or information storage and retrieval systems, for any
       purpose other than the purchaser's personal use, without the express
       written permission of F5 Networks, Inc.

       F5 Networks and BIG-IP (c) Copyright 2017. All rights reserved.



BIG-IP				  2017-08-22		   ltm profile pop3(1)