migration of mail handling ONLY to new server?

Discussion in 'ISPConfig 3 Priority Support' started by craig baker, Jun 20, 2025.

  1. craig baker

    craig baker Member HowtoForge Supporter

    I have a new ispconfig deb12 server, and am considering it to handle mail ONLY. is there a tutorial somewhere?
    and is there a way to wildcard say 'your mail will now be handled by xxx'.
    I have migration tool. (great tool btw)


    thanks till.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    No, but there is nothing specific to that scenario, you can tell the auto-installer what to install.

    I'm not sure what you mean by that. If you want to migrate only email to a new server, there are command-line arguments in the migration Tool for only migrating emails. See the last chapter of the migration guide.
     
  3. remkoh

    remkoh Active Member HowtoForge Supporter

    I installed a new mailserver for my multi server environment and used this command on a fresh Ubuntu 24.04 install to do so:
    Code:
    wget -O - https://get.ispconfig.org | sh -s -- --channel=stable --lang=en --interactive --use-nginx --use-unbound --use-php=8.3 --no-dns --no-pma --no-mailman --no-ftp --monit --monit-alert-email=<your emailaddress> --ssh-permit-root=no --ssh-password-authentication=yes --ssh-harden --unattended-upgrades=autoclean
    Should be exactly the same for Debian.
     
    till likes this.

Share This Page