写在前面:我终于搞定了命令行下面收发电子邮件,把过程写出来,希望能对大家有所帮助, 当让更希望有人能帮我看看有没有配置的不好或者不对的地方。:mrgreen: 老实说,自己总觉得有点“二把刀”,总希望有人能帮助看看。 ===================================================== 这篇文章主要说明桌面用户在自己不配置邮件服务器的情况下,如何通过其他邮件服务器在命令行下收发电子邮件, 但是不会详细介绍如何配置Mutt和P...
这篇文章主要说明桌面用户在自己不配置邮件服务器的情况下,如何通过其他邮件服务器在命令行下收发电子邮件,但是不会详细介绍如何配置Mutt和Procmail。 文章内容主要参考了FreeBSD的handbook、网上相关资源以及我在自己电脑上的配置过程, 基本上就是我使用Mutt的过程记录,希望能对大家有帮助。 版权:BSD_license 作者:fender ===================================================== 申请了一个电子邮件以后你会得到:一个用户...
邮件系统是 qmail,想知道如何用 fetchmail 收取其他pop3 邮件(如 sina )邮件到 vpopmail 建立的帐户信箱?现在 fetchmail 只能将 pop3 邮件收到本地用户(local)的邮箱中。
Python is a programming language which has come a long way in a relatively short time. My main interest is the interface to the PostgreSQL database. I use Perl as part of several websites (including this one, FreshPorts and FreshSource ). I am now investigating Python to see how I can use it in similar areas. Installing Python As always, I am using the ports tree to install. cd /usr/p...
0 (null) [email]dfasf@yahoo.com[/email]: 0 (null) Connected to MTA From [email]zhangmin1984121@gmail.com[/email]: 530 Must issue a STARTTLS command first +m27sm20113663pof^M Disconnected to MTA 我用的是 mutt fetchmail esmtp 我可以收到邮件 但是不能通过esmtp 发送 以上就是错误信息 我想是不是和 ssl 和stl 有关系 ? 或者是和我的MTA有关系 我查了 好多地方都不知道怎么解决 希望哪位高手指点一下 谢...
执行测试 $fetchmail -d0 -v pop.gmail.com fetchmail: 6.3.7 querying pop.gmail.com (protocol POP3) at Thu 15 Nov 2007 08:26:44 PM CST: poll started Trying to connect to 209.85.199.111/995...connected. fetchmail: Issuer Organization: Equifax fetchmail: Unknown Issuer CommonName fetchmail: Server CommonName: pop.gmail.com fetchmail: pop.gmail.com key fingerprint: 44:A8:E9:2C:FB:A9:7E:6D:F9:DB:F3:62:B2...
1、现在我可以使用fetchmail收邮件,显示的信息是已经收到邮件了,但是我用mutt查看的时候却没有,邮件到哪儿去了? 2、有很多的邮件服务器需要smtp验证,在.fetchmailrc中如何设置?
1、现在我可以使用fetchmail收邮件,显示的信息是已经收到邮件了,但是我用mutt查看的时候却没有,邮件到哪儿去了? 2、有很多的邮件服务器需要smtp验证,在.fetchmailrc中如何设置?
This topic is incomplete. 10 August 1998 fetchmail allows you to retrieve your mail from your ISP and process it locally. In effect, you are allowing your ISP to be your primary mail server and then you extract the mail from your ISP and process your mail locally. For more detail about fetchmail, check out the Ports description . The install As with my other task today ( a port scanner ), I ...
fedora core 2 变成了 cyrus-imap了 之前的 fetchmail 把抓来得 mail 都放 /var/spool/mail里面。运行很正常。 可 cyrus-imap 是在 /var/lib/imap 里面, 也就是说是用 独立的数据库。 那么,我要如何才能让 fetchmail抓来得mail都放 cyrus-imap 呢? 谢谢。