Re: looking for stunnel configuration file for /etc/xinetd.d/

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



Rudi Ahlers wrote:
Hi all

Does anyone have a config file for stunnel, to work with /etc/xinetd.d?

I use the following setup to allow normal IMAP access to an Exchange system that only speaks IMAP+TLS/SSL.

/etc/xinetd.d/exhange-imaps:
# Redirect IMAP on port 143 using stunnel
service exchange
{
        type                    = UNLISTED
        port                    = 143
        socket_type             = stream
        wait                    = no
        user                    = root
        protocol                = tcp
        server                  = /usr/sbin/stunnel
        server_args             = /etc/stunnel/exchange-imaps.conf
        log_on_success          += USERID
        log_on_failure          += USERID
}


/etc/stunnel/exchange-imaps.conf:
client = yes
connect = imap.example.com:993


-tgc

_______________________________________________
CentOS mailing list
CentOS@xxxxxxxxxx
http://lists.centos.org/mailman/listinfo/centos

[Index of Archives]     [CentOS]     [CentOS Announce]     [CentOS Development]     [CentOS ARM Devel]     [CentOS Docs]     [CentOS Virtualization]     [Carrier Grade Linux]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Linux USB]
  Powered by Linux