Hi there
Thanks for the excellent tips for moving ISPConfig between servers. However, with regards to the following step:
Quote:
|
Originally Posted by falko
Code:
echo "* smtp:[<IP address of new server>]" >> /etc/postfix/transport
postmap /etc/postfix/transport
/etc/init.d/postfix restart
|
This won't work until you add the following line to /etc/postfix/main.cf :
Code:
transport_maps = hash:/etc/postfix/transport
and restart Postfix.
Mails on my old server weren't being relayed to the new server until I inserted this line!
Regards