[index] [text page] [<<start] [<prev] [next>] [last>>]
Page 15: Stunnel config snippet

Page 15

  
  Stunnel config snippet
  $ cat stunnel.conf
  cert = /etc/stunnel/mail.pem
  pid = /var/run/stunnel.pid
  setuid = stun
  setgid = stun
  debug = mail.notice
  client = no
  # Service-level configuration
  [pop3s]
      accept  = pop3s
      connect = pop3
  [imaps]
      accept  = 993
      connect = 143

Copyright 2003, Bri Hatch of Onsight, Inc.

Presented at ISSA Puget Sound, 2003.

Presentation created using vim and MagicPoint.