作者 邓超

优化

# 此配置放入 /www/server/panel/vhost/nginx/tcp/mail.conf
server {
listen 10087; # 监听的端口
proxy_pass smtp.gmail.com:465;
... ...