sys outbound-smtpΒΆ

sys outbound-smtp(1)	      BIG-IP TMSH Manual	  sys outbound-smtp(1)



NAME
       outbound-smtp - Configures outgoing email for the BIG-IP(r) system.

MODULE
       sys

SYNTAX
       Configure the outbound-smtp component within the sys module using the
       following syntax.

   MODIFY
	modify outbound-smtp
	  options:
	    description [string]
	    from-line-override [string]
	    mailhub [string]
	    rewrite-domain [string]

	edit outbound-smtp
	  options:
	    all-properties
	    non-default-properties

   DISPLAY
	list outbound-smtp
	list outbound-smtp [option]
	show running-config outbound-smtp
	show running-config outbound-smtp [option]
	  options:
	    all-properties
	    non-default-properties
	    one-line

DESCRIPTION
       You can use this component to configure the outgoing SMTP server that
       the system will use to send automated email.

EXAMPLES
       modify outbound-smtp mailhub smtp.yoursite.com:587

       Configures the TMOS system to send outgoing email through the specified
       SMTP server.

OPTIONS
       description
	    User defined description.

       from-line-override
	    Specify whether From field's domain can be overridden.

       mailhub
	    The SMTP server to use to send outgoing automated email.

       rewrite-domain
	    The domain name in the From address to use when sending outgoing
	    automated email.

SEE ALSO
       edit, list, modify, 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 2009-2010, 2013. All rights
       reserved.



BIG-IP				  2016-03-18		  sys outbound-smtp(1)