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>]]
]
plesk bin maillist.exe --create Work -domain example.com -passwd MyPass -notify false -email adminlist@example.com
Command |
Parameter |
Description |
Example |
|---|---|---|---|
|
|
Creates a mailing list with the specified name on a certain domain. Requires |
To create the mailing list Friends on example.com: plesk bin maillist.exe --create Friends -domain example.com -passwd MyPass -email adminlist@example.com or plesk bin maillist.exe -c Friends -domain example.com -passwd MyPass -email adminlist@example.com |
|
|
Updates mailing list properties. Requires |
To update the mailing list Friends with addresses jane@example.com, john@example.name: plesk bin maillist.exe --update Friends -members add:jane@example.com,john@example.com -domain example.com or plesk bin maillist.exe -u Friends -members add:jane@example.com,john@example.com -domain example.com |
|
|
Updates mail service status on a domain. Requires the |
To enable mailing list service on the domain example.com: plesk bin maillist.exe --update-service example.com -status enabled |
|
|
Enables mailing list service on a domain. |
To enable mailing list service on the domain example.com: plesk bin maillist.exe --on example.com |
|
|
Disables mailing list service on a domain. |
To disable mailing list service on the domain example.com: plesk bin maillist.exe --off example.com |
|
|
Deletes the specified mailing list. Requires |
To remove the mailing list Friends from example.com: plesk bin maillist.exe --remove Friends -domain example.com or plesk bin maillist.exe -r Friends -domain example.com |
|
|
Displays the list of members added to the specified mailing list. Requires |
To see the list of members added to the mailing list Friends on example.com: plesk bin maillist.exe --info Friends -domain example.com or plesk bin maillist.exe -i Friends -domain example.com |
|
Displays help on the use of the utility. |
To see the help info on the use of the plesk bin maillist.exe --help or plesk bin maillist.exe -h |
Option |
Parameter |
Description |
Example |
|---|---|---|---|
|
|
Specifies a domain name. Required with all commands, except for |
To remove the mailing list Friends from the domain example.com: plesk bin maillist.exe --remove Friends -domain example.com |
|
|
Sets the mailing list administrator’s password. Used with |
To set the password of Friends mailing list administrator to mypass: plesk bin maillist.exe --create Friends -domain example.com -passwd mypass |
|
|
Sets the email address of the mailing list administrator. Used with |
To set the email address of the Friends mailing list administrator to admin@example.com: plesk bin maillist.exe --create Friends -domain example.com -email Admin@example.com |
|
|
Enables/Disables notifying the mailing list administrator about a mailing list creation. Is Used with the |
To disable sending notification for the Friends mailing list administrator: plesk bin maillist.exe --create Friends -notify false |
|
|
Enables/Disables mailing lists service on a domain (the
Domain mail service is disabled by client.
The use of the Is |
To disable the Friends mailing list on domain example.com: plesk bin maillist.exe --update Friends -domain example.com -status disabled |
|
|
Adds/Deletes email addresses to/from a specified mailing list. |
To add email addresses Jane@example.com, JohnDoe@example.com to the Friends mailing list on domain example.com: plesk bin maillist.exe --update Friends -members add:Jane@example.name,JohnDoe@example.com -domain example.com |