Configuring the SMTP server
Steps
-
To configure a simple mail server, use the
dsconfig
command.Example:
$ bin/dsconfig create-external-server --server-name smtp1 \ --type smtp --set server-host-name:smtp.example.com
-
To configure an SMTP server, use the
dsconfig
command.Example:
$ bin/dsconfig set-global-configuration-prop \ --set smtp-server:smtp1
This command adds the server to the global list of mail servers that the PingDirectory server can use.