IMAP 代理

2015-04-10 08:42:38 +08:00
 czb
最近想做一个Gmail的IMAP,SMTP代理,不知道该用什么好呢?
3936 次点击
所在节点    问与答
10 条回复
vibbow
2015-04-10 08:47:32 +08:00
端口转发即可
msg7086
2015-04-10 08:49:43 +08:00
也可以试试nginx,如果不在意中间人的话。
Septembers
2015-04-10 09:07:17 +08:00
haproxy
Septembers
2015-04-10 09:07:58 +08:00
如果要支持TLS请使用sniproxy
002jnm
2015-04-10 09:49:13 +08:00
socat
czb
2015-04-10 10:29:13 +08:00
@vibbow 端口转发能做到跳板作用?
wy315700
2015-04-10 10:31:45 +08:00
@czb 可以 我就一直在用
czb
2015-04-10 11:10:01 +08:00
@wy315700 方便把命令放上来吗,我的老是不行,谢谢了
wy315700
2015-04-10 11:11:30 +08:00
@czb 我用的xinetd
service imap
{
type = UNLISTED
port = 993
bind = 0.0.0.0
socket_type = stream
wait = no
user = nobody
redirect = imap.gmail.com 993
per_source = UNLIMITED
cps = 100 2
}
service imap-585
{
type = UNLISTED
port = 585
bind = 0.0.0.0
socket_type = stream
wait = no
user = nobody
redirect = imap.gmail.com 585
per_source = UNLIMITED
cps = 100 2
}
lyf362345
2015-04-17 12:03:08 +08:00
@wy315700 用你这个例子在自己 vps 测试了 smtp 和 imap, 很不错

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/182720

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX