Advertisement
Guest User

Untitled

a guest
Apr 21st, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. # Plesk utilities
  2.  
  3. A tiny list of Plesk tips that we find useful.
  4. Most part of the shell commands muste be entered as root.
  5.  
  6. ## Emails
  7.  
  8. ### List of mailbox passwords
  9.  
  10. ```shell
  11. /usr/local/psa/admin/bin/mail_auth_view
  12. ```
  13.  
  14. ### Find a message in logs
  15.  
  16. Replace `C8B6C625EB` with the mail ID
  17.  
  18. ```shell
  19. grep C8B6C625EB /var/log/mail.log
  20. ```
  21.  
  22. ## Plesk
  23.  
  24. ### Updates
  25.  
  26. ```shell
  27. plesk installer install-all-updates
  28. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement