Hi,
I am looking to have multiple exim running on different ips on a single server. I tried to make copies of the exim config file, restrict them to specific interfaces, make chkconfig entries, however when i try to start the service, it gives me an error.
I have disabled starting of clam, antirelayd, spamd on this additional exim as it should be able to connect to existing running daemons.
The reason why i need multiple exim running is for multiple ssl certs. This is a dedicated client server, which has 3-4 domains, all on different dedicated ip, and we need to have different ssl running on them.
Any help would be appreciated.
Thanks
I am looking to have multiple exim running on different ips on a single server. I tried to make copies of the exim config file, restrict them to specific interfaces, make chkconfig entries, however when i try to start the service, it gives me an error.
Code:
/etc/init.d/exim-xxx start
Starting clamd:
Starting exim: [ OK ]
0 processes (antirelayd) sent signal 9
The reason why i need multiple exim running is for multiple ssl certs. This is a dedicated client server, which has 3-4 domains, all on different dedicated ip, and we need to have different ssl running on them.
Any help would be appreciated.
Thanks