Looked at it. Tried this:
# Allow incoming TCP ports
TCP_IN = "20,21,29950,25,53,80,110,143,443,465,587,993,995,2030,2031,2082,2083,2086,2087,2095,2096,2222,3269,8123,32691"
# Allow outgoing TCP ports
TCP_OUT = "20,21,29950,25,53,80,110,113,443,2030,2031,2082,2083,2086,2087,2095,2096,587,993,995,2222,3269,8123,32691"
And this in my sshd_config:
#
Port 3269
Port 8123
Port 32691
Port 2222
Port 29950
Only 2222 works. Everything else fails.