You are here: Supporting Documents > everRun Enterprise Command Line Interface Reference > AVCLI Command Descriptions > ealert-config

ealert-config

Usage

avcli ealert-config [--ssl] [--username name] [--password password] --host recipients...

Description

The ealert-config command configures e-Alert support in everRun systems. If you do not provide a user name, the command assumes that authentication is not required to access the SMTP server. If you provide a user name but not a password, the command prompts you for the password.

Options

--ssl Use SSL when communicating with the SMTP server.
--username name The name to authenticate with against the specified SMTP host.
--password password The password to authenticate with against the specified SMTP host.
--host recipients The DNS or IP address of the SMTP server.

Examples

$ avcli ealert-config --host mail.my-domain.com admin@my-domain.com
$ avcli ealert-config --host mail.my-domain.com admin@my-domain.com bob@my-domain.com
$ avcli ealert-config --host mail.my-domain.com --username admin --password secret --ssl bob@my-domain.com
$ avcli ealert-config --host mail.my-domain.com --username admin --ssl bob@my-domain.com
of