Initial commit: Retro-Proxy-Stack
This commit is contained in:
21
stunnel.conf
Normal file
21
stunnel.conf
Normal file
@@ -0,0 +1,21 @@
|
||||
# Stunnel Configuration for Legacy Mail Proxy
|
||||
# Forwarding non-SSL legacy client connections to modern SSL/TLS mail server
|
||||
|
||||
client = yes
|
||||
foreground = yes
|
||||
debug = info
|
||||
|
||||
# IMAP Bridge
|
||||
[imap]
|
||||
accept = 0.0.0.0:143
|
||||
connect = are-nas.lan.1qaz.ca:993
|
||||
|
||||
# POP3 Bridge
|
||||
[pop3]
|
||||
accept = 0.0.0.0:110
|
||||
connect = are-nas.lan.1qaz.ca:995
|
||||
|
||||
# SMTP Bridge
|
||||
[smtp]
|
||||
accept = 0.0.0.0:25
|
||||
connect = are-nas.lan.1qaz.ca:465
|
||||
Reference in New Issue
Block a user