Main public logs

From KlavoWiki
Jump to navigationJump to search

Combined display of all available logs of KlavoWiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 10:28, 17 April 2026 David talk contribs created page iRedMail Migration (Created page with "To migrate a iRedMail server from one host to another, these are the steps that I completed. Install iRedMail onto a fresh server as you would normally complete an install. = vmail1 dkim backup = On Source. Copy the files from source to destination. <pre> rsync -azvh /var/vmail/vmail1/ [email protected]:/var/vmail/vmail1/ rsync -azvh /var/lib/dkim/ [email protected]:/var/lib/dkim/ rsync -azvh /var/vmail/backup/ [email protected]:/var/vmail/backup/ </pre> = Export SQL...")