The maillist
utility is used to manage mailing lists through CLI. By
using this utility, you can perform the following tasks:
- creating/removing mailing lists
- adding/deleting email addresses to/from mailing lists
- editing email and notification settings for the mailing list
administrator - enabling/disabling mailing lists
- setting mailing list status
Usage
maillist <command> [<maillist name>] [<domain name>] [
<option_1> [<param>]
[<option_2> [<param>]]
... [<option_N> [<param>]]
]
Example
The following command creates mailing list MailList on the domain
example.com, sets password type to plain and password to sample
for the mailing list administrator, orders not to send the ‘ mailing
list created ’ notification to this administrator, and sets the
[email protected] email address for this administrator.
plesk bin maillist --create MailList -domain example.com -passwd_type plain -passwd sample -notify false -email [email protected]
Commands
Command | Parameter | Description | Example |
---|---|---|---|
--create or -c
|
<mailing_list_name> |
Creates a mailing list. Requires the |
To create mailing list MailList on example.com, set the plesk bin maillist --create… |