The maillist.exe
utility serves to manage mailing lists. The utility
allows the following:
- creating and removing mailing lists
- adding and removing mail addresses to/from mailing lists
- modifying mail and notification settings of the mailing list
administrator
Location
%plesk_cli%
Usage
maillist.exe <command> [<maillist>] [
<option 1> <param 1>[,<param 2>,...,<param n>]
[<option 2> <param 1>[,<param 2>,...,<param n>]]
... [<option N> <param 1>[,<param 2>,...,<param n>]]
]
Example
The following command creates the Work mailing list on the
example.com domain, sets the MyPass password 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.exe --create Work -domain example.com -passwd MyPass -notify false -email [email protected]
Commands
Command | Parameter | Description | Example |
---|---|---|---|
--create or -c
|
<maillist> |
Creates a mailing list with the specified name on a certain Requires |
To create the mailing list Friends on example.com: plesk bin maillist.exe --create Friends -domain example.com -passwd MyPass -email [email protected] or plesk bin maillist.exe -c Friends -domain… |