#+TITLE: Notes on performing administrative tasks #+AUTHOR: Those involved with the administration * Investigate the user database Log in on imap-server : $ ssh-add : $ ssh imap.fripost.org Log in into MySQL-server : $ mysql -u root -p MySQL will prompt for the password, which is found in /default.yml/. Example of usage: : > show databases; : > use mail; : > show tables; : > describe ;