Nope, this is the same server (as the servers are literally fully failover-tolerant, when one fails the other seamlessly takes over all services).
Thanks for the suggestion though!
Turns out what I'm after requires a modification of the instructions found in this thread:
additional AV scanner - port mappings
Example-> change smtp to port 26
1. modify /opt/zimbra/postfix/conf/master.cf
from: smtp inet n - n - - smtpd
to: 26 inet n - n - - smtpd
2. zmprov mcf zimbraSmtpPort 26
3. zmcontrol stop;zmcontrol start
WARNING: Steps 1 & 4
must also be performed every time you upgrade zimbra!
You
may also need to run this command:
zmprov ms [YOUR-SERVER-NAME] zimbraSmtpPort 26 (e.g '
zmprov ms internal.encryptec.net zimbraSmtpPort 26')
Now all this is still being tested.. not even sure that it's all working (logger says its running, but getting no server status atm, but thats a separate issue...).
Whilst I've got your attention though... is there a way to get back into the CLI config screen that you see during install, without having to reinstall the system?