From 8248fb9d453527eb3c26c153f1c97ab26d2efd83 Mon Sep 17 00:00:00 2001 From: Gustav Eek Date: Tue, 22 Nov 2011 21:40:19 +0100 Subject: New file with small administration howtos created. Sometimes it is hard to remember how certain tasks was performed. In that case one can write them down here. Note that workflows are documented also on other places. --- admin-howtos.org | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 admin-howtos.org diff --git a/admin-howtos.org b/admin-howtos.org new file mode 100644 index 0000000..2a1449b --- /dev/null +++ b/admin-howtos.org @@ -0,0 +1,22 @@ +#+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; + : > discribe ; + + -- cgit v1.2.3