919
modifications
Aucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 87 : | Ligne 87 : | ||
groupadd -g 5000 vmail | groupadd -g 5000 vmail | ||
useradd -u 5000 -g vmail -s /usr/sbin/nologin -d /home/vmail -m vmail | useradd -u 5000 -g vmail -s /usr/sbin/nologin -d /home/vmail -m vmail | ||
=== Stop services on old server === | |||
'''At this point, all services on the old server should be stopped, because we will now begin to transfer all the actual data.''' | |||
=== Copy over LDAP databases === | === Copy over LDAP databases === | ||
Ligne 107 : | Ligne 111 : | ||
do ufw allow proto tcp to 0.0.0.0/0 port $port | do ufw allow proto tcp to 0.0.0.0/0 port $port | ||
done | done | ||
=== Reboot === | |||
We could restart a lot of services manually, but it's easiest to just reboot. | |||
reboot | |||
=== Update DNS entries === | === Update DNS entries === | ||
TODO | TODO |