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.
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.
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.