smtp-domain

This command specifies the domain name of the SMTP client.

Syntax

smtp-domain domain

Parameters

domain
Specifies the fully qualified domain name of the SMTP client.

Guidelines

The smtp-domain command specifies the fully qualified domain name of the SMTP client. This domain name is sent as part of the SMTP session invitation (HELO command).

This command is meaningful only in the following situations:
  • The log type, as specified by the type command, is smtp.
  • The log type, as specified by the type command, is file, and the upload method, as specified by the upload-method command is smtp.

Example

Set the recipient of SMTP domain.
# type smtp
# smtp-domain popServer-1.example.com
#