Hello, First of all, thank you for a great software, it looks awesome! With this said, I have a question regarding the software and the SMTP service setup. I would like to be able to to setup multiple domains (and multiple ips) using the control panel, and use the SMTP service for sending mail. For example: Let's say that my first domain is http://www.mysite1.com with the IP 12.13.14.15 and that I’m sending out emails to my clients using this setup. They receive the emails just as I want, in other words from the ”mysite1.com” domain (and the 12.13.14.15 IP). I would then like to setup an additional IP (for example 12.13.14.16) and domain (http://www.mysite2.com), and here it’s important that I'm able to send emails to another set of clients via the second domain ”mysite2.com” (and the second IP 12.13.14.16). Another scenario is that it would be great if I could setup a 2 IPs under the same domain. I have tried other control panels, and there have been a problem with them as the IP and domain name always resolves to the first IP and domain. I would highly appreciate if someone could let me know if the above is possible. Thanks!
Thats not possible on a "one server setup" as postfix will send out emails always over the main ip of the server (and with its hostname) and not with any additional IP addresses. The secnario that you describe would requre a virtual server setup: - Install a virtualisation system on your server, e.g. openvz and then add a virtual machine for each IP address / domain. - Install ispconfig on the host server as master and in all virtual machines as slave. - Add each web and email domain to a dedicated vm in ispconfig, you will be able to configure all domains from within the ispconfig panel on the host in such a multiserver / multi vm setup.