Hi All, I'm new to the STunnel system but I'm loving what I have seen so far.
However, I was wondering if its possible to have a setup something along the lines of the following:
general.cfg - containing my general server system details
http.cfg - containing the details of my HTTP server
pop3.cfg - containing the details of my pop3 server
etc. etc. but linking them all from one file so that if I want to remove the pop3 service I can just remove the pop3.cfg file and one line from the base file.
I hope that someone understands what I'm getting at but if you need any more info please just let me know.
Yours, Scott
I'm pretty sure that funcionality is not available in stunnel. However, if you are using debian you can have something very close provided by it's packaging/configuration tools. -----Original Message----- From: Scott McKeown scott@loadbalancer.org Sender: stunnel-users-bounces@stunnel.org Date: Fri, 2 Mar 2012 11:11:11 To: stunnel-users@stunnel.org Subject: [stunnel-users] Multiple Config Files
_______________________________________________ stunnel-users mailing list stunnel-users@stunnel.org http://stunnel.mirt.net/mailman/listinfo/stunnel-users
Hi Josealf,
Thanks that was kind of something like what I was expecting to hear back.
I guess I'll just have to write a PHP script that will rewright the whold config file if a change is made.
~Thanks, Scott
On 2 March 2012 12:44, josealf@rocketmail.com wrote:
I'm pretty sure that funcionality is not available in stunnel. However, if you are using debian you can have something very close provided by it's packaging/configuration tools. -----Original Message----- From: Scott McKeown scott@loadbalancer.org Sender: stunnel-users-bounces@stunnel.org Date: Fri, 2 Mar 2012 11:11:11 To: stunnel-users@stunnel.org Subject: [stunnel-users] Multiple Config Files
stunnel-users mailing list stunnel-users@stunnel.org http://stunnel.mirt.net/mailman/listinfo/stunnel-users
On Fri, 2 Mar 2012 11:11:11 +0000, Scott McKeown wrote:
if I want to remove the pop3 service I can just remove the pop3.cfg file and one line from the base file.
I think it's even better to have a folder with configuration files, e.g.: /etc/stunnel/conf.d/ , so you can just remove one of these files and reload the configuration of stunnel. This might be pretty useful for script-based management of stunnel configuration.
I've added this idea to my TODO list: http://www.stunnel.org/?page=sdf_todo
Mike