1,106
edits
Technician (talk | contribs) No edit summary |
Technician (talk | contribs) No edit summary |
||
Line 87: | Line 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 === | ||
Line 107: | Line 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 |