关于getmail的替代软件

108 views
Skip to first unread message

Yu Changyuan

unread,
Nov 17, 2016, 6:14:14 AM11/17/16
to shlug

一直使用getmail[1]将邮件(gmail)下载到本地的imap邮箱(通过MDA_external)。但是getmail用不了代理,只能用proxychains,觉得麻烦,加上最近系统上的proxychains有点问题,会segfault。所以问一下有没有类似的软件推荐。

需求:通过imap从远程下邮件,然后可以支持调用外部的本地mda程序。

[1] http://pyropus.ca/software/getmail

Yang Fan

unread,
Nov 17, 2016, 8:23:59 PM11/17/16
to sh...@googlegroups.com
我觉得最省事的办法全局代理,比如VPN。Linux上的话如果不想用传统的PPTP之类的VPN,可以用iptables做NAT(参考redsocks),也可以用tun(参考tun2socks)之类的方法,总之比proxychains好多了。

--
-- You received this message because you are subscribed to the Google Groups Shanghai Linux User Group group. To post to this group, send email to sh...@googlegroups.com. To unsubscribe from this group, send email to shlug+unsubscribe@googlegroups.com. For more options, visit this group at https://groups.google.com/d/forum/shlug?hl=zh-CN
---
您收到此邮件是因为您订阅了Google网上论坛上的“Shanghai Linux User Group”群组。
要退订此群组并停止接收此群组的电子邮件,请发送电子邮件到shlug+unsubscribe@googlegroups.com
要查看更多选项,请访问https://groups.google.com/d/optout



--
Regards,
Fan Yang

Yu Changyuan

unread,
Nov 17, 2016, 9:48:02 PM11/17/16
to shlug

全局vpn上不了B站啊,而且京东淘宝什么的巨慢。

On Nov 18, 2016 09:23, "Yang Fan" <miss...@gmail.com> wrote:
>
> 我觉得最省事的办法全局代理,比如VPN。Linux上的话如果不想用传统的PPTP之类的VPN,可以用iptables做NAT(参考redsocks),也可以用tun(参考tun2socks)之类的方法,总之比proxychains好多了。
>
> 2016-11-17 19:14 GMT+08:00 Yu Changyuan <y...@shlug.org>:
>>
>> 一直使用getmail[1]将邮件(gmail)下载到本地的imap邮箱(通过MDA_external)。但是getmail用不了代理,只能用proxychains,觉得麻烦,加上最近系统上的proxychains有点问题,会segfault。所以问一下有没有类似的软件推荐。
>>
>> 需求:通过imap从远程下邮件,然后可以支持调用外部的本地mda程序。
>>
>> [1] http://pyropus.ca/software/getmail
>>
>> --

>> -- You received this message because you are subscribed to the Google Groups Shanghai Linux User Group group. To post to this group, send email to sh...@googlegroups.com. To unsubscribe from this group, send email to shlug+un...@googlegroups.com. For more options, visit this group at https://groups.google.com/d/forum/shlug?hl=zh-CN


>> ---
>> 您收到此邮件是因为您订阅了Google网上论坛上的“Shanghai Linux User Group”群组。

>> 要退订此群组并停止接收此群组的电子邮件,请发送电子邮件到shlug+un...@googlegroups.com


>> 要查看更多选项,请访问https://groups.google.com/d/optout
>
>
>
>
> --
> Regards,
> Fan Yang
>

> --
> -- You received this message because you are subscribed to the Google Groups Shanghai Linux User Group group. To post to this group, send email to sh...@googlegroups.com. To unsubscribe from this group, send email to shlug+un...@googlegroups.com. For more options, visit this group at https://groups.google.com/d/forum/shlug?hl=zh-CN


> ---
> 您收到此邮件是因为您订阅了Google网上论坛上的“Shanghai Linux User Group”群组。

> 要退订此群组并停止接收此群组的电子邮件,请发送电子邮件到shlug+un...@googlegroups.com
> 要查看更多选项,请访问https://groups.google.com/d/optout

Ray Song

unread,
Nov 17, 2016, 11:57:26 PM11/17/16
to Yu Changyuan, shlug
offlineimap

[Account ....]
proxy = HTTP:192.168.8.2:3128

[Repository ...]
type = Gmail
ssl = yes
sslcacertfile = /etc/ssl/certs/ca-certificates.crt
auth_mechanisms = XOAUTH2
oauth2_client_id
oauth2_client_secret
oauth2_refresh_token

xmobar ( runhaskell Setup.lhs configure --flags="with_xft with_iwlib with_inotify"

, Run Mail [ ("<fc=green>INBOX</fc>", "~/Maildir/INBOX")] "mail" 检测本地Maildir新邮件数
>--
>-- You received this message because you are subscribed to the Google Groups
>Shanghai Linux User Group group. To post to this group, send email to
>sh...@googlegroups.com. To unsubscribe from this group, send email to
>shlug+un...@googlegroups.com. For more options, visit this group at
>https://groups.google.com/d/forum/shlug?hl=zh-CN
>---
>您收到此邮件是因为您订阅了Google网上论坛上的“Shanghai Linux User Group”群组。
>要退订此群组并停止接收此群组的电子邮件,请发送电子邮件到
>shlug+un...@googlegroups.com
>要查看更多选项,请访问https://groups.google.com/d/optout

--
Ray
http://maskray.me

Yu Changyuan

unread,
Nov 18, 2016, 12:01:26 AM11/18/16
to Ray Song, shlug

isync和offlinemap都用过,但我已经放弃同步了,所以希望有个MRA把邮件收下来然后转到MDA(然后存到dovecot)

大概就是fetchmail做的事情,但是要直接支持socks proxy


On Nov 18, 2016 12:57, "Ray Song" <i...@maskray.me> wrote:
offlineimap

   [Account ....]
   proxy = HTTP:192.168.8.2:3128

   [Repository ...]
   type = Gmail
   ssl = yes
   sslcacertfile = /etc/ssl/certs/ca-certificates.crt
   auth_mechanisms = XOAUTH2
   oauth2_client_id
   oauth2_client_secret
   oauth2_refresh_token

xmobar  ( runhaskell Setup.lhs configure --flags="with_xft with_iwlib with_inotify"

   , Run Mail [ ("<fc=green>INBOX</fc>", "~/Maildir/INBOX")] "mail" 检测本地Maildir新邮件数


On 2016-11-17, Yu Changyuan wrote:
一直使用getmail[1]将邮件(gmail)下载到本地的imap邮箱(通过MDA_external)。但是
getmail用不了代理,只能用proxychains,觉得麻烦,加上最近系统上的proxychains有点
问题,会segfault。所以问一下有没有类似的软件推荐。

需求:通过imap从远程下邮件,然后可以支持调用外部的本地mda程序。

[1] http://pyropus.ca/software/getmail

--
-- You received this message because you are subscribed to the Google Groups
Shanghai Linux User Group group. To post to this group, send email to
sh...@googlegroups.com. To unsubscribe from this group, send email to
shlug+unsubscribe@googlegroups.com. For more options, visit this group at

https://groups.google.com/d/forum/shlug?hl=zh-CN
---
您收到此邮件是因为您订阅了Google网上论坛上的“Shanghai Linux User Group”群组。
要退订此群组并停止接收此群组的电子邮件,请发送电子邮件到

Ray Song

unread,
Nov 18, 2016, 12:32:23 AM11/18/16
to Yu Changyuan, shlug
为什么放弃同步呢?

我的同步用法几近于MRA了,只是希望本地阅读过的状态能同步到服务器上

On 2016-11-18, Yu Changyuan wrote:
>isync和offlinemap都用过,但我已经放弃同步了,所以希望有个MRA把邮件收下来然后转
>到MDA(然后存到dovecot)
> shlug+un...@googlegroups.com. For more options, visit this group
> at
> https://groups.google.com/d/forum/shlug?hl=zh-CN
> ---
> 您收到此邮件是因为您订阅了Google网上论坛上的“Shanghai Linux User Group”
> 群组。
> 要退订此群组并停止接收此群组的电子邮件,请发送电子邮件到
> shlug+un...@googlegroups.com
> 要查看更多选项,请访问https://groups.google.com/d/optout
>
> --
> Ray
> http://maskray.me
>
>--
>-- You received this message because you are subscribed to the Google Groups
>Shanghai Linux User Group group. To post to this group, send email to
>sh...@googlegroups.com. To unsubscribe from this group, send email to
>shlug+un...@googlegroups.com. For more options, visit this group at
>https://groups.google.com/d/forum/shlug?hl=zh-CN
>---
>您收到此邮件是因为您订阅了Google网上论坛上的“Shanghai Linux User Group”群组。
>要退订此群组并停止接收此群组的电子邮件,请发送电子邮件到
>shlug+un...@googlegroups.com

Yu Changyuan

unread,
Nov 18, 2016, 12:39:22 AM11/18/16
to Ray Song, shlug

我只把gmail当一个收邮件的,就像以前pop3那样,然后smtp也用gmail的。

读邮件都在本地(dovecot的imap服务)完成。多机同步也通过dovecot的dsync完成。

ps: gmail的label不标准,也不好同步。


       shlug+unsubscribe@googlegroups.com. For more options, visit this group

       at
       https://groups.google.com/d/forum/shlug?hl=zh-CN
       ---
       您收到此邮件是因为您订阅了Google网上论坛上的“Shanghai Linux User Group”
       群组。
       要退订此群组并停止接收此群组的电子邮件,请发送电子邮件到

       要查看更多选项,请访问https://groups.google.com/d/optout

   --
   Ray
   http://maskray.me

--
-- You received this message because you are subscribed to the Google Groups
Shanghai Linux User Group group. To post to this group, send email to
sh...@googlegroups.com. To unsubscribe from this group, send email to
shlug+unsubscribe@googlegroups.com. For more options, visit this group at

https://groups.google.com/d/forum/shlug?hl=zh-CN
---
您收到此邮件是因为您订阅了Google网上论坛上的“Shanghai Linux User Group”群组。
要退订此群组并停止接收此群组的电子邮件,请发送电子邮件到

Jamie Han

unread,
Nov 18, 2016, 12:43:13 AM11/18/16
to sh...@googlegroups.com
可以用vpn策略路由区分啊。
>>> shlug+un...@googlegroups.com. For more options, visit this
>>> group
>>> at
>>> https://groups.google.com/d/forum/shlug?hl=zh-CN
>>> ---
>>> 您收到此邮件是因为您订阅了Google网上论坛上的“Shanghai Linux User Group”
>>> 群组。
>>> 要退订此群组并停止接收此群组的电子邮件,请发送电子邮件到
>>> shlug+un...@googlegroups.com
>>> 要查看更多选项,请访问https://groups.google.com/d/optout
>>>
>>> --
>>> Ray
>>> http://maskray.me
>>>
>>> --
>>> -- You received this message because you are subscribed to the Google
>>> Groups
>>> Shanghai Linux User Group group. To post to this group, send email to
>>> sh...@googlegroups.com. To unsubscribe from this group, send email to
>>> shlug+un...@googlegroups.com. For more options, visit this group at
>>> https://groups.google.com/d/forum/shlug?hl=zh-CN
>>> ---
>>> 您收到此邮件是因为您订阅了Google网上论坛上的“Shanghai Linux User Group”群组。
>>> 要退订此群组并停止接收此群组的电子邮件,请发送电子邮件到
>>> shlug+un...@googlegroups.com
>>> 要查看更多选项,请访问https://groups.google.com/d/optout
>>
>>
>> --
>> Ray
>> http://maskray.me
>
> --
> -- You received this message because you are subscribed to the Google Groups
> Shanghai Linux User Group group. To post to this group, send email to
> sh...@googlegroups.com. To unsubscribe from this group, send email to
> shlug+un...@googlegroups.com. For more options, visit this group at
> https://groups.google.com/d/forum/shlug?hl=zh-CN
> ---
> 您收到此邮件是因为您订阅了Google网上论坛上的“Shanghai Linux User Group”群组。
> 要退订此群组并停止接收此群组的电子邮件,请发送电子邮件到shlug+un...@googlegroups.com
> 要查看更多选项,请访问https://groups.google.com/d/optout

Yu Changyuan

unread,
Nov 18, 2016, 1:09:42 AM11/18/16
to shlug

On Nov 18, 2016 13:43, "Jamie Han" <hanch...@gmail.com> wrote:
>
> 可以用vpn策略路由区分啊。

好像有点复杂..

> 您收到此邮件是因为您订阅了 Google 网上论坛的“Shanghai Linux User Group”群组。

Yang Fan

unread,
Nov 18, 2016, 1:39:16 AM11/18/16
to sh...@googlegroups.com
好多年前就有chnroutes了,全局VPN可以绕开大陆IP。

2016-11-18 10:47 GMT+08:00 Yu Changyuan <y...@shlug.org>:

全局vpn上不了B站啊,而且京东淘宝什么的巨慢。

On Nov 18, 2016 09:23, "Yang Fan" <miss...@gmail.com> wrote:
>
> 我觉得最省事的办法全局代理,比如VPN。Linux上的话如果不想用传统的PPTP之类的VPN,可以用iptables做NAT(参考redsocks),也可以用tun(参考tun2socks)之类的方法,总之比proxychains好多了。
>
> 2016-11-17 19:14 GMT+08:00 Yu Changyuan <y...@shlug.org>:
>>
>> 一直使用getmail[1]将邮件(gmail)下载到本地的imap邮箱(通过MDA_external)。但是getmail用不了代理,只能用proxychains,觉得麻烦,加上最近系统上的proxychains有点问题,会segfault。所以问一下有没有类似的软件推荐。
>>
>> 需求:通过imap从远程下邮件,然后可以支持调用外部的本地mda程序。
>>
>> [1] http://pyropus.ca/software/getmail
>>
>> --

>> -- You received this message because you are subscribed to the Google Groups Shanghai Linux User Group group. To post to this group, send email to sh...@googlegroups.com. To unsubscribe from this group, send email to shlug+unsubscribe@googlegroups.com. For more options, visit this group at https://groups.google.com/d/forum/shlug?hl=zh-CN


>> ---
>> 您收到此邮件是因为您订阅了Google网上论坛上的“Shanghai Linux User Group”群组。

>> 要退订此群组并停止接收此群组的电子邮件,请发送电子邮件到shlug+unsubscribe@googlegroups.com


>> 要查看更多选项,请访问https://groups.google.com/d/optout
>
>
>
>
> --
> Regards,
> Fan Yang


>
> --
> -- You received this message because you are subscribed to the Google Groups Shanghai Linux User Group group. To post to this group, send email to sh...@googlegroups.com. To unsubscribe from this group, send email to shlug+unsubscribe@googlegroups.com. For more options, visit this group at https://groups.google.com/d/forum/shlug?hl=zh-CN


> ---
> 您收到此邮件是因为您订阅了Google网上论坛上的“Shanghai Linux User Group”群组。

> 要退订此群组并停止接收此群组的电子邮件,请发送电子邮件到shlug+unsubscribe@googlegroups.com
> 要查看更多选项,请访问https://groups.google.com/d/optout

--
-- You received this message because you are subscribed to the Google Groups Shanghai Linux User Group group. To post to this group, send email to sh...@googlegroups.com. To unsubscribe from this group, send email to shlug+unsubscribe@googlegroups.com. For more options, visit this group at https://groups.google.com/d/forum/shlug?hl=zh-CN

---
您收到此邮件是因为您订阅了Google网上论坛上的“Shanghai Linux User Group”群组。
要退订此群组并停止接收此群组的电子邮件,请发送电子邮件到shlug+unsubscribe@googlegroups.com
要查看更多选项,请访问https://groups.google.com/d/optout



--
Regards,
Fan Yang

Jamie Han

unread,
Nov 18, 2016, 1:41:54 AM11/18/16
to sh...@googlegroups.com
就是chnroute,如果觉得麻烦可以弄一个便宜的基于ros的路由,有现成的方案,体验不错。


2016-11-18 14:39 GMT+08:00 Yang Fan <miss...@gmail.com>:
> 好多年前就有chnroutes了,全局VPN可以绕开大陆IP。
>
> 2016-11-18 10:47 GMT+08:00 Yu Changyuan <y...@shlug.org>:
>>
>> 全局vpn上不了B站啊,而且京东淘宝什么的巨慢。
>>
>> On Nov 18, 2016 09:23, "Yang Fan" <miss...@gmail.com> wrote:
>> >
>> >
>> > 我觉得最省事的办法全局代理,比如VPN。Linux上的话如果不想用传统的PPTP之类的VPN,可以用iptables做NAT(参考redsocks),也可以用tun(参考tun2socks)之类的方法,总之比proxychains好多了。
>> >
>> > 2016-11-17 19:14 GMT+08:00 Yu Changyuan <y...@shlug.org>:
>> >>
>> >>
>> >> 一直使用getmail[1]将邮件(gmail)下载到本地的imap邮箱(通过MDA_external)。但是getmail用不了代理,只能用proxychains,觉得麻烦,加上最近系统上的proxychains有点问题,会segfault。所以问一下有没有类似的软件推荐。
>> >>
>> >> 需求:通过imap从远程下邮件,然后可以支持调用外部的本地mda程序。
>> >>
>> >> [1] http://pyropus.ca/software/getmail
>> >>
>> >> --
>> >> -- You received this message because you are subscribed to the Google
>> >> Groups Shanghai Linux User Group group. To post to this group, send email to
>> >> sh...@googlegroups.com. To unsubscribe from this group, send email to
>> >> shlug+un...@googlegroups.com. For more options, visit this group at
>> >> https://groups.google.com/d/forum/shlug?hl=zh-CN
>> >> ---
>> >> 您收到此邮件是因为您订阅了Google网上论坛上的“Shanghai Linux User Group”群组。
>> >> 要退订此群组并停止接收此群组的电子邮件,请发送电子邮件到shlug+un...@googlegroups.com
>> >> 要查看更多选项,请访问https://groups.google.com/d/optout
>> >
>> >
>> >
>> >
>> > --
>> > Regards,
>> > Fan Yang
>> >
>> > --
>> > -- You received this message because you are subscribed to the Google
>> > Groups Shanghai Linux User Group group. To post to this group, send email to
>> > sh...@googlegroups.com. To unsubscribe from this group, send email to
>> > shlug+un...@googlegroups.com. For more options, visit this group at
>> > https://groups.google.com/d/forum/shlug?hl=zh-CN
>> > ---
>> > 您收到此邮件是因为您订阅了Google网上论坛上的“Shanghai Linux User Group”群组。
>> > 要退订此群组并停止接收此群组的电子邮件,请发送电子邮件到shlug+un...@googlegroups.com
>> > 要查看更多选项,请访问https://groups.google.com/d/optout
>>
>> --
>> -- You received this message because you are subscribed to the Google
>> Groups Shanghai Linux User Group group. To post to this group, send email to
>> sh...@googlegroups.com. To unsubscribe from this group, send email to
>> shlug+un...@googlegroups.com. For more options, visit this group at
>> https://groups.google.com/d/forum/shlug?hl=zh-CN
>> ---
>> 您收到此邮件是因为您订阅了Google网上论坛上的“Shanghai Linux User Group”群组。
>> 要退订此群组并停止接收此群组的电子邮件,请发送电子邮件到shlug+un...@googlegroups.com
>> 要查看更多选项,请访问https://groups.google.com/d/optout
>
>
>
>
> --
> Regards,
> Fan Yang
>
> --
> -- You received this message because you are subscribed to the Google Groups
> Shanghai Linux User Group group. To post to this group, send email to
> sh...@googlegroups.com. To unsubscribe from this group, send email to
> shlug+un...@googlegroups.com. For more options, visit this group at
> https://groups.google.com/d/forum/shlug?hl=zh-CN
> ---
> 您收到此邮件是因为您订阅了Google网上论坛上的“Shanghai Linux User Group”群组。
> 要退订此群组并停止接收此群组的电子邮件,请发送电子邮件到shlug+un...@googlegroups.com
> 要查看更多选项,请访问https://groups.google.com/d/optout

Yu Changyuan

unread,
Nov 18, 2016, 1:47:53 AM11/18/16
to shlug

On Nov 18, 2016 14:41, "Jamie Han" <hanch...@gmail.com> wrote:
>
> 就是chnroute,如果觉得麻烦可以弄一个便宜的基于ros的路由,有现成的方案,体验不错。

这个我考虑下一阶段在家部署一个差不多的东西。但这并不能解决我笔记本带出来的问题。

> 您收到此邮件是因为您订阅了 Google 网上论坛的“Shanghai Linux User Group”群组。

Ray Song

unread,
Nov 18, 2016, 3:05:22 AM11/18/16
to Yu Changyuan, shlug
如果手机Gmail或其他客户端在服务器上标记了邮件已读,MRA没有办法把状态推送到本地吧?

gmail的label不标准 +1 所以我用的label很少,并且所有设置label的filter都选择了Skip INBOX (防止重复邮件出现在 INBOX 和 label对应directory 多处)
>        shlug+un...@googlegroups.com. For more options, visit this
> group
>        at
>        https://groups.google.com/d/forum/shlug?hl=zh-CN
>        ---
>        您收到此邮件是因为您订阅了Google网上论坛上的“Shanghai Linux User
> Group”
>        群组。
>        要退订此群组并停止接收此群组的电子邮件,请发送电子邮件到
>        shlug+un...@googlegroups.com
>        要查看更多选项,请访问https://groups.google.com/d/optout
>
>    --
>    Ray
>    http://maskray.me
>
> --
> -- You received this message because you are subscribed to the Google
> Groups
> Shanghai Linux User Group group. To post to this group, send email to
> sh...@googlegroups.com. To unsubscribe from this group, send email to
> shlug+un...@googlegroups.com. For more options, visit this group
> at
> https://groups.google.com/d/forum/shlug?hl=zh-CN
> ---
> 您收到此邮件是因为您订阅了Google网上论坛上的“Shanghai Linux User Group”
> 群组。
> 要退订此群组并停止接收此群组的电子邮件,请发送电子邮件到
> shlug+un...@googlegroups.com
> 要查看更多选项,请访问https://groups.google.com/d/optout
>
> --
> Ray
> http://maskray.me
>
>--
>-- You received this message because you are subscribed to the Google Groups
>Shanghai Linux User Group group. To post to this group, send email to
>sh...@googlegroups.com. To unsubscribe from this group, send email to
>shlug+un...@googlegroups.com. For more options, visit this group at
>https://groups.google.com/d/forum/shlug?hl=zh-CN
>---
>您收到此邮件是因为您订阅了Google网上论坛上的“Shanghai Linux User Group”群组。
>要退订此群组并停止接收此群组的电子邮件,请发送电子邮件到
>shlug+un...@googlegroups.com

Yu Changyuan

unread,
Nov 18, 2016, 3:08:05 AM11/18/16
to Ray Song, shlug

On Nov 18, 2016 16:05, "Ray Song" <i...@maskray.me> wrote:
>
> 如果手机Gmail或其他客户端在服务器上标记了邮件已读,MRA没有办法把状态推送到本地吧?

我不在gmail上读邮件,纯粹用来收邮件。手机用imap连到家里的dovecot服务器(当然可用性比gmail要差)。

Jamie Han

unread,
Nov 18, 2016, 4:02:35 AM11/18/16
to sh...@googlegroups.com
外出的话,ros路由器上有vpn server 连接一下就行了,同样也是ip地址策略路由,两不相干,我现在就是这样去弄的。

Yu Changyuan

unread,
Nov 18, 2016, 4:05:32 AM11/18/16
to shlug

On Nov 18, 2016 17:02, "Jamie Han" <hanch...@gmail.com> wrote:
>
> 外出的话,ros路由器上有vpn server 连接一下就行了,同样也是ip地址策略路由,两不相干,我现在就是这样去弄的。

这也是一个思路,不管怎么样,先连回家。手机上是打算这么搞的。笔记本我觉得可以独立于家里,所以想用其他办法。

> 您收到此邮件是因为您订阅了 Google 网上论坛的“Shanghai Linux User Group”群组。

Yang Fan

unread,
Nov 18, 2016, 4:06:20 AM11/18/16
to sh...@googlegroups.com
chnroutes可以在桌面系统上用的,无非是改路由表而已。

2016-11-18 14:47 GMT+08:00 Yu Changyuan <y...@shlug.org>:

On Nov 18, 2016 14:41, "Jamie Han" <hanch...@gmail.com> wrote:
>
> 就是chnroute,如果觉得麻烦可以弄一个便宜的基于ros的路由,有现成的方案,体验不错。

这个我考虑下一阶段在家部署一个差不多的东西。但这并不能解决我笔记本带出来的问题。

>
> 2016-11-18 14:39 GMT+08:00 Yang Fan <miss...@gmail.com>:
> > 好多年前就有chnroutes了,全局VPN可以绕开大陆IP。
> >
> > 2016-11-18 10:47 GMT+08:00 Yu Changyuan <y...@shlug.org>:
> >>
> >> 全局vpn上不了B站啊,而且京东淘宝什么的巨慢。
> >>
> >> On Nov 18, 2016 09:23, "Yang Fan" <miss...@gmail.com> wrote:
> >> >
> >> >
> >> > 我觉得最省事的办法全局代理,比如VPN。Linux上的话如果不想用传统的PPTP之类的VPN,可以用iptables做NAT(参考redsocks),也可以用tun(参考tun2socks)之类的方法,总之比proxychains好多了。
> >> >
> >> > 2016-11-17 19:14 GMT+08:00 Yu Changyuan <y...@shlug.org>:
> >> >>
> >> >>
> >> >> 一直使用getmail[1]将邮件(gmail)下载到本地的imap邮箱(通过MDA_external)。但是getmail用不了代理,只能用proxychains,觉得麻烦,加上最近系统上的proxychains有点问题,会segfault。所以问一下有没有类似的软件推荐。
> >> >>
> >> >> 需求:通过imap从远程下邮件,然后可以支持调用外部的本地mda程序。
> >> >>
> >> >> [1] http://pyropus.ca/software/getmail
> >> >>
> >> >> --
> >> >> -- You received this message because you are subscribed to the Google
> >> >> Groups Shanghai Linux User Group group. To post to this group, send email to
> >> >> sh...@googlegroups.com. To unsubscribe from this group, send email to

> >> >> shlug+unsubscribe@googlegroups.com. For more options, visit this group at


> >> >> https://groups.google.com/d/forum/shlug?hl=zh-CN
> >> >> ---
> >> >> 您收到此邮件是因为您订阅了Google网上论坛上的“Shanghai Linux User Group”群组。

> >> >> 要退订此群组并停止接收此群组的电子邮件,请发送电子邮件到shlug+unsubscribe@googlegroups.com


> >> >> 要查看更多选项,请访问https://groups.google.com/d/optout
> >> >
> >> >
> >> >
> >> >
> >> > --
> >> > Regards,
> >> > Fan Yang
> >> >
> >> > --
> >> > -- You received this message because you are subscribed to the Google
> >> > Groups Shanghai Linux User Group group. To post to this group, send email to
> >> > sh...@googlegroups.com. To unsubscribe from this group, send email to

> >> > shlug+unsubscribe@googlegroups.com. For more options, visit this group at


> >> > https://groups.google.com/d/forum/shlug?hl=zh-CN
> >> > ---
> >> > 您收到此邮件是因为您订阅了Google网上论坛上的“Shanghai Linux User Group”群组。

> >> > 要退订此群组并停止接收此群组的电子邮件,请发送电子邮件到shlug+unsubscribe@googlegroups.com


> >> > 要查看更多选项,请访问https://groups.google.com/d/optout
> >>
> >> --
> >> -- You received this message because you are subscribed to the Google
> >> Groups Shanghai Linux User Group group. To post to this group, send email to
> >> sh...@googlegroups.com. To unsubscribe from this group, send email to

> >> shlug+unsubscribe@googlegroups.com. For more options, visit this group at


> >> https://groups.google.com/d/forum/shlug?hl=zh-CN
> >> ---
> >> 您收到此邮件是因为您订阅了Google网上论坛上的“Shanghai Linux User Group”群组。

> >> 要退订此群组并停止接收此群组的电子邮件,请发送电子邮件到shlug+unsubscribe@googlegroups.com


> >> 要查看更多选项,请访问https://groups.google.com/d/optout
> >
> >
> >
> >
> > --
> > Regards,
> > Fan Yang
> >
> > --
> > -- You received this message because you are subscribed to the Google Groups
> > Shanghai Linux User Group group. To post to this group, send email to
> > sh...@googlegroups.com. To unsubscribe from this group, send email to

> > shlug+unsubscribe@googlegroups.com. For more options, visit this group at


> > https://groups.google.com/d/forum/shlug?hl=zh-CN
> > ---
> > 您收到此邮件是因为您订阅了Google网上论坛上的“Shanghai Linux User Group”群组。

> > 要退订此群组并停止接收此群组的电子邮件,请发送电子邮件到shlug+unsubscribe@googlegroups.com
> > 要查看更多选项,请访问https://groups.google.com/d/optout
>
> --
> -- You received this message because you are subscribed to the Google Groups Shanghai Linux User Group group. To post to this group, send email to sh...@googlegroups.com. To unsubscribe from this group, send email to shlug+unsubscribe@googlegroups.com. For more options, visit this group at https://groups.google.com/d/forum/shlug?hl=zh-CN


> ---
> 您收到此邮件是因为您订阅了 Google 网上论坛的“Shanghai Linux User Group”群组。

> 要退订此群组并停止接收此群组的电子邮件,请发送电子邮件到shlug+unsubscribe@googlegroups.com
> 要查看更多选项,请访问 https://groups.google.com/d/optout

--
-- You received this message because you are subscribed to the Google Groups Shanghai Linux User Group group. To post to this group, send email to sh...@googlegroups.com. To unsubscribe from this group, send email to shlug+unsubscribe@googlegroups.com. For more options, visit this group at https://groups.google.com/d/forum/shlug?hl=zh-CN

---
您收到此邮件是因为您订阅了Google网上论坛上的“Shanghai Linux User Group”群组。
要退订此群组并停止接收此群组的电子邮件,请发送电子邮件到shlug+unsubscribe@googlegroups.com
要查看更多选项,请访问https://groups.google.com/d/optout



--
Regards,
Fan Yang

Yu Changyuan

unread,
Nov 18, 2016, 4:09:36 AM11/18/16
to shlug

On Nov 18, 2016 17:06, "Yang Fan" <miss...@gmail.com> wrote:
>
> chnroutes可以在桌面系统上用的,无非是改路由表而已。

这么说好像真的可以,回去研究一下

> 2016-11-18 14:47 GMT+08:00 Yu Changyuan <y...@shlug.org>:
>>
>> On Nov 18, 2016 14:41, "Jamie Han" <hanch...@gmail.com> wrote:
>> >
>> > 就是chnroute,如果觉得麻烦可以弄一个便宜的基于ros的路由,有现成的方案,体验不错。
>>
>> 这个我考虑下一阶段在家部署一个差不多的东西。但这并不能解决我笔记本带出来的问题。
>>
>> >
>> > 2016-11-18 14:39 GMT+08:00 Yang Fan <miss...@gmail.com>:
>> > > 好多年前就有chnroutes了,全局VPN可以绕开大陆IP。
>> > >
>> > > 2016-11-18 10:47 GMT+08:00 Yu Changyuan <y...@shlug.org>:
>> > >>
>> > >> 全局vpn上不了B站啊,而且京东淘宝什么的巨慢。
>> > >>
>> > >> On Nov 18, 2016 09:23, "Yang Fan" <miss...@gmail.com> wrote:
>> > >> >
>> > >> >
>> > >> > 我觉得最省事的办法全局代理,比如VPN。Linux上的话如果不想用传统的PPTP之类的VPN,可以用iptables做NAT(参考redsocks),也可以用tun(参考tun2socks)之类的方法,总之比proxychains好多了。
>> > >> >
>> > >> > 2016-11-17 19:14 GMT+08:00 Yu Changyuan <y...@shlug.org>:
>> > >> >>
>> > >> >>
>> > >> >> 一直使用getmail[1]将邮件(gmail)下载到本地的imap邮箱(通过MDA_external)。但是getmail用不了代理,只能用proxychains,觉得麻烦,加上最近系统上的proxychains有点问题,会segfault。所以问一下有没有类似的软件推荐。
>> > >> >>
>> > >> >> 需求:通过imap从远程下邮件,然后可以支持调用外部的本地mda程序。
>> > >> >>
>> > >> >> [1] http://pyropus.ca/software/getmail
>> > >> >>
>> > >> >> --
>> > >> >> -- You received this message because you are subscribed to the Google
>> > >> >> Groups Shanghai Linux User Group group. To post to this group, send email to
>> > >> >> sh...@googlegroups.com. To unsubscribe from this group, send email to

>> > >> >> shlug+un...@googlegroups.com. For more options, visit this group at


>> > >> >> https://groups.google.com/d/forum/shlug?hl=zh-CN
>> > >> >> ---
>> > >> >> 您收到此邮件是因为您订阅了Google网上论坛上的“Shanghai Linux User Group”群组。

>> > >> >> 要退订此群组并停止接收此群组的电子邮件,请发送电子邮件到shlug+un...@googlegroups.com


>> > >> >> 要查看更多选项,请访问https://groups.google.com/d/optout
>> > >> >
>> > >> >
>> > >> >
>> > >> >
>> > >> > --
>> > >> > Regards,
>> > >> > Fan Yang
>> > >> >
>> > >> > --
>> > >> > -- You received this message because you are subscribed to the Google
>> > >> > Groups Shanghai Linux User Group group. To post to this group, send email to
>> > >> > sh...@googlegroups.com. To unsubscribe from this group, send email to

>> > >> > shlug+un...@googlegroups.com. For more options, visit this group at


>> > >> > https://groups.google.com/d/forum/shlug?hl=zh-CN
>> > >> > ---
>> > >> > 您收到此邮件是因为您订阅了Google网上论坛上的“Shanghai Linux User Group”群组。

>> > >> > 要退订此群组并停止接收此群组的电子邮件,请发送电子邮件到shlug+un...@googlegroups.com


>> > >> > 要查看更多选项,请访问https://groups.google.com/d/optout
>> > >>
>> > >> --
>> > >> -- You received this message because you are subscribed to the Google
>> > >> Groups Shanghai Linux User Group group. To post to this group, send email to
>> > >> sh...@googlegroups.com. To unsubscribe from this group, send email to

>> > >> shlug+un...@googlegroups.com. For more options, visit this group at


>> > >> https://groups.google.com/d/forum/shlug?hl=zh-CN
>> > >> ---
>> > >> 您收到此邮件是因为您订阅了Google网上论坛上的“Shanghai Linux User Group”群组。

>> > >> 要退订此群组并停止接收此群组的电子邮件,请发送电子邮件到shlug+un...@googlegroups.com


>> > >> 要查看更多选项,请访问https://groups.google.com/d/optout
>> > >
>> > >
>> > >
>> > >
>> > > --
>> > > Regards,
>> > > Fan Yang
>> > >
>> > > --
>> > > -- You received this message because you are subscribed to the Google Groups
>> > > Shanghai Linux User Group group. To post to this group, send email to
>> > > sh...@googlegroups.com. To unsubscribe from this group, send email to

>> > > shlug+un...@googlegroups.com. For more options, visit this group at


>> > > https://groups.google.com/d/forum/shlug?hl=zh-CN
>> > > ---
>> > > 您收到此邮件是因为您订阅了Google网上论坛上的“Shanghai Linux User Group”群组。

>> > > 要退订此群组并停止接收此群组的电子邮件,请发送电子邮件到shlug+un...@googlegroups.com
>> > > 要查看更多选项,请访问https://groups.google.com/d/optout
>> >
>> > --
>> > -- You received this message because you are subscribed to the Google Groups Shanghai Linux User Group group. To post to this group, send email to sh...@googlegroups.com. To unsubscribe from this group, send email to shlug+un...@googlegroups.com. For more options, visit this group at https://groups.google.com/d/forum/shlug?hl=zh-CN


>> > ---
>> > 您收到此邮件是因为您订阅了 Google 网上论坛的“Shanghai Linux User Group”群组。

>> > 要退订此群组并停止接收此群组的电子邮件,请发送电子邮件到shlug+un...@googlegroups.com


>> > 要查看更多选项,请访问 https://groups.google.com/d/optout
>>
>> --

>> -- You received this message because you are subscribed to the Google Groups Shanghai Linux User Group group. To post to this group, send email to sh...@googlegroups.com. To unsubscribe from this group, send email to shlug+un...@googlegroups.com. For more options, visit this group at https://groups.google.com/d/forum/shlug?hl=zh-CN


>> ---
>> 您收到此邮件是因为您订阅了Google网上论坛上的“Shanghai Linux User Group”群组。

>> 要退订此群组并停止接收此群组的电子邮件,请发送电子邮件到shlug+un...@googlegroups.com


>> 要查看更多选项,请访问https://groups.google.com/d/optout
>
>
>
>
> --
> Regards,
> Fan Yang
>
> --

> -- You received this message because you are subscribed to the Google Groups Shanghai Linux User Group group. To post to this group, send email to sh...@googlegroups.com. To unsubscribe from this group, send email to shlug+un...@googlegroups.com. For more options, visit this group at https://groups.google.com/d/forum/shlug?hl=zh-CN


> ---
> 您收到此邮件是因为您订阅了Google网上论坛上的“Shanghai Linux User Group”群组。

> 要退订此群组并停止接收此群组的电子邮件,请发送电子邮件到shlug+un...@googlegroups.com
> 要查看更多选项,请访问https://groups.google.com/d/optout

依云

unread,
Nov 18, 2016, 5:28:23 AM11/18/16
to sh...@googlegroups.com
我用的是 iptables + socat 2。systemd service 长这样:


[Unit]
Description=Connect to GMail POP using socks5 proxy
After=archsocks.service
After=iptables.service
Wants=archsocks.service

[Service]
Type=simple
SyslogIdentifier=gmail-pop
User=nobody
PermissionsStartOnly=true

ExecStart=/usr/local/bin/socat2 tcp-listen:1995,bind=127.0.0.1,fork,reuseaddr 'socks5:pop.gmail.com:995 | tcp:127.0.0.1:7111'
ExecStartPost=/usr/bin/iptables -w -t nat -I OUTPUT -p tcp --dport 995 -d 64.233.164.109 -m comment --comment gmail-pop -j REDIRECT --to-ports 1995
ExecStopPost=/usr/bin/iptables -w -t nat -D OUTPUT -p tcp --dport 995 -d 64.233.164.109 -m comment --comment gmail-pop -j REDIRECT --to-ports 1995

[Install]
WantedBy=multi-user.target

里边那个 IP 是我写死在 /etc/hosts 里的。

当然你也可以用 redsocks 来搞。

--
Best regards,
lilydjwg

Linux Vim Python 我的博客:
http://blog.lilydjwg.me/
--
A: Because it obfuscates the reading.
Q: Why is top posting so bad?

Yu Changyuan

unread,
Nov 18, 2016, 5:30:34 AM11/18/16
to shlug

不错不错,可以参考一下。

Yu Changyuan

unread,
Nov 18, 2016, 11:36:50 AM11/18/16
to shlug
正在研究怎么配置全局代理(在笔记本,而不是路由),用ss-redir,参考 https://gist.github.com/lanceliao/85cd3fcf1303dba2498c

参考里面的脚本是openwrt的,对于tcp转发部分,我把nat表里面的PREROUTING改成OUTPUT就能用了(开始这个一直没改,怎么都不对),
但是udp转发部分,tproxy不能放到OUTPUT里面,应该怎么配置?

我本地用的是dnsmasq,应用程序通过本地的udp 53口查询,然后dnsmasq根据是否在gfwlist内,查询8.8.8.8:53或本地网关的53口。
因此我需要把目标地址非127.0.0.1的53端口的udp流量转发到ss-redir。

或者能否让dnsmasq强制使用tcp去查询8.8.8.8?


不错不错,可以参考一下。

> -- You received this message because you are subscribed to the Google Groups Shanghai Linux User Group group. To post to this group, send email to sh...@googlegroups.com. To unsubscribe from this group, send email to shlug+unsubscribe@googlegroups.com. For more options, visit this group at https://groups.google.com/d/forum/shlug?hl=zh-CN


> ---
> 您收到此邮件是因为您订阅了 Google 网上论坛的“Shanghai Linux User Group”群组。

Yu Changyuan

unread,
Nov 18, 2016, 11:34:16 PM11/18/16
to shlug
最终还是用pdnsd通过tcp转发搞定DNS的。

依云

unread,
Nov 19, 2016, 5:40:20 AM11/19/16
to sh...@googlegroups.com
On Sat, Nov 19, 2016 at 12:34:10PM +0800, Yu Changyuan wrote:
> 最终还是用pdnsd通过tcp转发搞定DNS的。

对于 DNS,我是国外的都查国外服务器,然后直接丢弃有问题的包(主要看返回的
IP地址以及 TTL、DF 特征)。

Yu Changyuan

unread,
Nov 19, 2016, 5:52:56 AM11/19/16
to shlug

我现在在研究怎么把现在这套配置移到openwrt上。

On Nov 19, 2016 18:40, "依云" <lily...@gmail.com> wrote:
>
> On Sat, Nov 19, 2016 at 12:34:10PM +0800, Yu Changyuan wrote:
> > 最终还是用pdnsd通过tcp转发搞定DNS的。
>
> 对于 DNS,我是国外的都查国外服务器,然后直接丢弃有问题的包(主要看返回的
> IP地址以及 TTL、DF 特征)。

要用tcp查才行,udp不行。

> --
> Best regards,
> lilydjwg
>
> Linux Vim Python 我的博客:
> http://blog.lilydjwg.me/
> --
> A: Because it obfuscates the reading.
> Q: Why is top posting so bad?
>

> --
> -- You received this message because you are subscribed to the Google Groups Shanghai Linux User Group group. To post to this group, send email to sh...@googlegroups.com. To unsubscribe from this group, send email to shlug+un...@googlegroups.com. For more options, visit this group at https://groups.google.com/d/forum/shlug?hl=zh-CN


> ---
> 您收到此邮件是因为您订阅了 Google 网上论坛的“Shanghai Linux User Group”群组。

Jamie Han

unread,
Nov 19, 2016, 5:56:59 AM11/19/16
to sh...@googlegroups.com
openwrt上的方案我用过 ss+chinadns+ dnsmasq,ss使用cn2来优化链路连接速度。
> 您收到此邮件是因为您订阅了Google网上论坛上的“Shanghai Linux User Group”群组。

依云

unread,
Nov 19, 2016, 6:24:46 AM11/19/16
to sh...@googlegroups.com
On Sat, Nov 19, 2016 at 06:52:53PM +0800, Yu Changyuan wrote:
> 我现在在研究怎么把现在这套配置移到openwrt上。
>
> On Nov 19, 2016 18:40, "依云" <lily...@gmail.com> wrote:
> >
> > On Sat, Nov 19, 2016 at 12:34:10PM +0800, Yu Changyuan wrote:
> > > 最终还是用pdnsd通过tcp转发搞定DNS的。
> >
> > 对于 DNS,我是国外的都查国外服务器,然后直接丢弃有问题的包(主要看返回的
> > IP地址以及 TTL、DF 特征)。
>
> 要用tcp查才行,udp不行。

TCP 不是直接 reset 么?

Yu Changyuan

unread,
Nov 19, 2016, 6:28:15 AM11/19/16
to shlug

On Nov 19, 2016 19:24, "依云" <lily...@gmail.com> wrote:
>
> On Sat, Nov 19, 2016 at 06:52:53PM +0800, Yu Changyuan wrote:
> > 我现在在研究怎么把现在这套配置移到openwrt上。
> >
> > On Nov 19, 2016 18:40, "依云" <lily...@gmail.com> wrote:
> > >
> > > On Sat, Nov 19, 2016 at 12:34:10PM +0800, Yu Changyuan wrote:
> > > > 最终还是用pdnsd通过tcp转发搞定DNS的。
> > >
> > > 对于 DNS,我是国外的都查国外服务器,然后直接丢弃有问题的包(主要看返回的
> > > IP地址以及 TTL、DF 特征)。
> >
> > 要用tcp查才行,udp不行。
>
> TCP 不是直接 reset 么?

tcp走ss的,否则也不行。

> --
> Best regards,
> lilydjwg
>
> Linux Vim Python 我的博客:
> http://blog.lilydjwg.me/
> --
> A: Because it obfuscates the reading.
> Q: Why is top posting so bad?
>

Yang Fan

unread,
Nov 19, 2016, 10:58:58 PM11/19/16
to sh...@googlegroups.com
目前来说国外dns server走非53端口UDP还没问题。

2016-11-19 19:28 GMT+08:00 Yu Changyuan <y...@shlug.org>:

On Nov 19, 2016 19:24, "依云" <lily...@gmail.com> wrote:
>
> On Sat, Nov 19, 2016 at 06:52:53PM +0800, Yu Changyuan wrote:
> > 我现在在研究怎么把现在这套配置移到openwrt上。
> >
> > On Nov 19, 2016 18:40, "依云" <lily...@gmail.com> wrote:
> > >
> > > On Sat, Nov 19, 2016 at 12:34:10PM +0800, Yu Changyuan wrote:
> > > > 最终还是用pdnsd通过tcp转发搞定DNS的。
> > >
> > > 对于 DNS,我是国外的都查国外服务器,然后直接丢弃有问题的包(主要看返回的
> > > IP地址以及 TTL、DF 特征)。
> >
> > 要用tcp查才行,udp不行。
>
> TCP 不是直接 reset 么?

tcp走ss的,否则也不行。

> --
> Best regards,
> lilydjwg
>
> Linux Vim Python 我的博客:
> http://blog.lilydjwg.me/
> --
> A: Because it obfuscates the reading.
> Q: Why is top posting so bad?
>
> --

> -- You received this message because you are subscribed to the Google Groups Shanghai Linux User Group group. To post to this group, send email to sh...@googlegroups.com. To unsubscribe from this group, send email to shlug+unsubscribe@googlegroups.com. For more options, visit this group at https://groups.google.com/d/forum/shlug?hl=zh-CN


> ---
> 您收到此邮件是因为您订阅了 Google 网上论坛的“Shanghai Linux User Group”群组。

> 要退订此群组并停止接收此群组的电子邮件,请发送电子邮件到shlug+unsubscribe@googlegroups.com
> 要查看更多选项,请访问 https://groups.google.com/d/optout

--
-- You received this message because you are subscribed to the Google Groups Shanghai Linux User Group group. To post to this group, send email to sh...@googlegroups.com. To unsubscribe from this group, send email to shlug+unsubscribe@googlegroups.com. For more options, visit this group at https://groups.google.com/d/forum/shlug?hl=zh-CN
---
您收到此邮件是因为您订阅了Google网上论坛上的“Shanghai Linux User Group”群组。

要退订此群组并停止接收此群组的电子邮件,请发送电子邮件到shlug+unsubscribe@googlegroups.com
要查看更多选项,请访问https://groups.google.com/d/optout



--
Regards,
Fan Yang

YU Bo

unread,
Jan 1, 2017, 7:19:11 AM1/1/17
to sh...@googlegroups.com
虽然已经过去很长时间了,如果单纯使用mutt和gmail的话,我分享一下我的方法:
使用国外的vps的,按照本机上配置mutt的方法,收发信件也是很爽的;
你只要有个终端,能联网,一切不在话下


在 2016-11-17 19:14:09,"Yu Changyuan" <y...@shlug.org> 写道:

一直使用getmail[1]将邮件(gmail)下载到本地的imap邮箱(通过MDA_external)。但是getmail用不了代理,只能用proxychains,觉得麻烦,加上最近系统上的proxychains有点问题,会segfault。所以问一下有没有类似的软件推荐。

需求:通过imap从远程下邮件,然后可以支持调用外部的本地mda程序。

[1] http://pyropus.ca/software/getmail

--
-- You received this message because you are subscribed to the Google Groups Shanghai Linux User Group group. To post to this group, send email to sh...@googlegroups.com. To unsubscribe from this group, send email to shlug+unsub...@googlegroups.com. For more options, visit this group at https://groups.google.com/d/forum/shlug?hl=zh-CN

---
您收到此邮件是因为您订阅了Google网上论坛上的“Shanghai Linux User Group”群组。
要退订此群组并停止接收此群组的电子邮件,请发送电子邮件到shlug+un...@googlegroups.com
要查看更多选项,请访问https://groups.google.com/d/optout

Yu Changyuan

unread,
Jan 1, 2017, 7:20:41 AM1/1/17
to shlug


On Jan 1, 2017 20:19, "YU Bo" <yuzi...@126.com> wrote:
虽然已经过去很长时间了,如果单纯使用mutt和gmail的话,我分享一下我的方法:
使用国外的vps的,按照本机上配置mutt的方法,收发信件也是很爽的;
你只要有个终端,能联网,一切不在话下

我有vps,但不放心在vps上收邮件。



在 2016-11-17 19:14:09,"Yu Changyuan" <y...@shlug.org> 写道:

一直使用getmail[1]将邮件(gmail)下载到本地的imap邮箱(通过MDA_external)。但是getmail用不了代理,只能用proxychains,觉得麻烦,加上最近系统上的proxychains有点问题,会segfault。所以问一下有没有类似的软件推荐。

需求:通过imap从远程下邮件,然后可以支持调用外部的本地mda程序。

[1] http://pyropus.ca/software/getmail

--
-- You received this message because you are subscribed to the Google Groups Shanghai Linux User Group group. To post to this group, send email to sh...@googlegroups.com. To unsubscribe from this group, send email to shlug+unsubscribe@googlegroups.com. For more options, visit this group at https://groups.google.com/d/forum/shlug?hl=zh-CN

---
您收到此邮件是因为您订阅了Google网上论坛上的“Shanghai Linux User Group”群组。
要退订此群组并停止接收此群组的电子邮件,请发送电子邮件到shlug+unsubscribe@googlegroups.com
要查看更多选项,请访问https://groups.google.com/d/optout

--
-- You received this message because you are subscribed to the Google Groups Shanghai Linux User Group group. To post to this group, send email to sh...@googlegroups.com. To unsubscribe from this group, send email to shlug+unsubscribe@googlegroups.com. For more options, visit this group at https://groups.google.com/d/forum/shlug?hl=zh-CN

---
您收到此邮件是因为您订阅了Google网上论坛上的“Shanghai Linux User Group”群组。
要退订此群组并停止接收此群组的电子邮件,请发送电子邮件到shlug+unsubscribe@googlegroups.com
要查看更多选项,请访问https://groups.google.com/d/optout

YU Bo

unread,
Jan 1, 2017, 7:35:22 AM1/1/17
to sh...@googlegroups.com





--
Best Regards

在 2017-01-01 20:20:38,"Yu Changyuan" <y...@shlug.org> 写道:


On Jan 1, 2017 20:19, "YU Bo" <yuzi...@126.com> wrote:
虽然已经过去很长时间了,如果单纯使用mutt和gmail的话,我分享一下我的方法:
使用国外的vps的,按照本机上配置mutt的方法,收发信件也是很爽的;
你只要有个终端,能联网,一切不在话下

我有vps,但不放心在vps上收邮件。
就我现在的使用情况来看,体验还是不错的;有重要邮件的话随手转发
到国内邮箱。我主要是喜欢mutt+w3m+urlscan,功能十分强悍。目前
不方便的地方在于本机产生的附件或者补丁还得使用一种方式传到vps上


在 2016-11-17 19:14:09,"Yu Changyuan" <y...@shlug.org> 写道:

一直使用getmail[1]将邮件(gmail)下载到本地的imap邮箱(通过MDA_external)。但是getmail用不了代理,只能用proxychains,觉得麻烦,加上最近系统上的proxychains有点问题,会segfault。所以问一下有没有类似的软件推荐。

需求:通过imap从远程下邮件,然后可以支持调用外部的本地mda程序。

[1] http://pyropus.ca/software/getmail

--
-- You received this message because you are subscribed to the Google Groups Shanghai Linux User Group group. To post to this group, send email to sh...@googlegroups.com. To unsubscribe from this group, send email to shlug+unsubscribe@googlegroups.com. For more options, visit this group at https://groups.google.com/d/forum/shlug?hl=zh-CN
---
您收到此邮件是因为您订阅了Google网上论坛上的“Shanghai Linux User Group”群组。
要退订此群组并停止接收此群组的电子邮件,请发送电子邮件到shlug+unsubscribe@googlegroups.com
要查看更多选项,请访问https://groups.google.com/d/optout

--
-- You received this message because you are subscribed to the Google Groups Shanghai Linux User Group group. To post to this group, send email to sh...@googlegroups.com. To unsubscribe from this group, send email to shlug+unsubscribe@googlegroups.com. For more options, visit this group at https://groups.google.com/d/forum/shlug?hl=zh-CN
---
您收到此邮件是因为您订阅了Google网上论坛上的“Shanghai Linux User Group”群组。
要退订此群组并停止接收此群组的电子邮件,请发送电子邮件到shlug+unsubscribe@googlegroups.com
要查看更多选项,请访问https://groups.google.com/d/optout

--
-- You received this message because you are subscribed to the Google Groups Shanghai Linux User Group group. To post to this group, send email to sh...@googlegroups.com. To unsubscribe from this group, send email to shlug+unsub...@googlegroups.com. For more options, visit this group at https://groups.google.com/d/forum/shlug?hl=zh-CN

---
您收到此邮件是因为您订阅了Google网上论坛上的“Shanghai Linux User Group”群组。
要退订此群组并停止接收此群组的电子邮件,请发送电子邮件到shlug+un...@googlegroups.com
要查看更多选项,请访问https://groups.google.com/d/optout

依云

unread,
Jan 1, 2017, 9:22:43 AM1/1/17
to sh...@googlegroups.com
我用 iptables + redsocks。

On Sun, Jan 01, 2017 at 08:19:04PM +0800, YU Bo wrote:
> 虽然已经过去很长时间了,如果单纯使用mutt和gmail的话,我分享一下我的方法:
> 使用国外的vps的,按照本机上配置mutt的方法,收发信件也是很爽的;
> 你只要有个终端,能联网,一切不在话下
>
> 在 2016-11-17 19:14:09,"Yu Changyuan" <y...@shlug.org> 写道:
>
>
> 一直使用getmail[1]将邮件(gmail)下载到本地的imap邮箱(通过MDA_external)。但是getmail用不了代理,只能用proxychains,觉得麻烦,加上最近系统上的proxychains有点问题,会segfault。所以问一下有没有类似的软件推荐。
>
> 需求:通过imap从远程下邮件,然后可以支持调用外部的本地mda程序。
>
> [1] http://pyropus.ca/software/getmail

--
Reply all
Reply to author
Forward
0 new messages