aboutsummaryrefslogtreecommitdiffstats
path: root/admin-howtos.org
blob: 9723e98ee680cbef1ee857a591f3126468a54a12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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;
  : > describe <table>;