Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
docker_notes:docker-mailserver [2026-08-22 Sat wk34 17:18] – [References] baumkpdocker_notes:docker-mailserver [2026-08-23 Sun wk34 19:41] (current) – [ISPmail Admin] baumkp
Line 224: Line 224:
 I will setup DNS and Traefik for this to be ''mailadmin.local.kptree.net'' This will only be accessible on the LAN. I will setup DNS and Traefik for this to be ''mailadmin.local.kptree.net'' This will only be accessible on the LAN.
 Admin user is mailserver with associated password. Admin user is mailserver with associated password.
 +
 +  *[[https://ima.jungclaussen.com/|ISPMail Admin]] download latest version
 +  *''scp 192.168.1.71:/home/baumkp/Downloads/ispmailadmin-0.9.11.tar.gz /mnt/docker_store/mail-db/''
 +  *''sudo tar -xvf ispmailadmin-0.9.11.tar.gz -C .config_nginx/html/ispmailadmin/''  (documents are stored in multiple sub-directors and be moved to correct location.
 +  *''sudo cp .config_nginx/html/ispmailadmin.old/cfg/config.inc.php .config_nginx/html/ispmailadmin/cfg/config.inc.php''  This configuration file has the setting including access login details.
 +
 =====adminer===== =====adminer=====
 **phpMyAdmin** is a web based mysql management interface. **phpMyAdmin** is a web based mysql management interface.
Line 233: Line 239:
   *''mv adminer-6.0.1-en.php .config_nginx/html/adminer/''   *''mv adminer-6.0.1-en.php .config_nginx/html/adminer/''
   *''sudo chown 3000:3000 adminer-4.8.1-en.php''   *''sudo chown 3000:3000 adminer-4.8.1-en.php''
-  *''sudo ln -f adminer-6.0.1-en.php index.php''  Create hardlink ''index.php'' to lastest version of adminer+  *''sudo ln -f adminer-6.0.1-en.php index.php''  Create hardlink ''index.php'' to latest version of adminer
  
   *[[https://www.adminer.org/|Adminer Database management in a single PHP file]]   *[[https://www.adminer.org/|Adminer Database management in a single PHP file]]