Skip to content

Instantly share code, notes, and snippets.

@atomicsprite
Last active December 22, 2015 01:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save atomicsprite/6400681 to your computer and use it in GitHub Desktop.
Save atomicsprite/6400681 to your computer and use it in GitHub Desktop.
Parallels Plesk Mail server does not work. How to repair mail server configuration? Article ID: 944 Created On: Oct 6, 2008 Last Review: May 7, 2013 Views: APPLIES TO: Parallels Plesk Panel for Linux/Unix Parallels Plesk Panel for Windows Solution Use mchk utility to repair/rebuild mail server configuration and restore settings for all mailboxes…
Plesk for Linux:
~# /usr/local/psa/admin/sbin/mchk --help
Restore settings for all mailboxes.
Usage: /usr/local/psa/admin/sbin/mchk [OPTION]
OPTIONS:
--without-spam restore all settings except for SpamAssassin configuration
--with-spam restore all settings
--spam-only restore only SpamAssassin settings
Usage example:
~# /usr/local/psa/admin/sbin/mchk --with-spam
Plesk for Windows:
Warning! Only settings that were applied to mailboxes through Parallels Plesk Panel interface or command-line utilities will be restored by mchk. Any custom configuration options, applied by other means (e.g. through mail server's configuration console), will be lost.
C:\>"%plesk_bin%\mchk" --help
usage: mchk [options] ...
--help
--all [--fix=all|local]
--domain --domain-name= [--fix=local]
--domains --domain-names=| [--via-file] [--fix=local]
--all-domains [--fix=local]
--global-settings
Usage example:
C:\>"%plesk_bin%\mchk" --all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment