After installing Citadel mail server, you might find that its web frontend called WebCit occupies your https port 443. If you want to run Apache (or another web server) with SSL enabled on the same IP, this isn’t going to float.
Fortunately, changing WebCit’s port is as easy as editing the config file likely found at /etc/default/webcit. Just change the port number on the following line:
export WEBCIT_CITADEL_PORT='443'
Just make it something like 2000, which I believe should be its default port anyway.
After making the change, don’t forget to restart the service:
/etc/init.d/webcit restart