Initial commit: Retro-Proxy-Stack

This commit is contained in:
2026-05-20 22:32:08 -04:00
commit a27093d1b8
4 changed files with 125 additions and 0 deletions

21
stunnel.conf Normal file
View 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