Chapter 2. mail user agent (MUA)

简介:


Table of Contents

2.1. mail
2.2. mutt - text-based mailreader supporting MIME, GPG, PGP and threading
2.2.1. 发送邮件
2.3. alpine - Text-based email client, friendly for novices but powerful
2.4. fetchmail - SSL enabled POP3, APOP, IMAP mail gatherer/forwarder
2.5. GPG4WIN
2.6. Evolution

2.1. mail

mail 默认使用 sendmail 命令发送邮件

cat /etc/fstab | mail -s "Hello" netkiller@msn.com
		

通过SMTP发送邮件,创建 /etc/mail.rc 配置文件

vim /etc/mail.rc 

--- 增加如下内容 ---

set from=yourname@your-domain.com
set smtp=mail.your-domain.com
set smtp-auth-user=yourname
set smtp-auth-password=yourpasswd
set smtp-auth=login
		




原文出处:Netkiller 系列 手札
本文作者:陈景峯
转载请与作者联系,同时请务必标明文章原始出处和作者信息及本声明。

目录
相关文章
|
数据采集 监控 安全
2021常见的搜索引擎蜘蛛的User Agent汇总
2021常见的搜索引擎蜘蛛的User Agent汇总
879 0
|
数据采集 监控 安全
2021常见的搜索引擎蜘蛛的User Agent汇总
2021常见的搜索引擎蜘蛛的User Agent汇总
542 0
|
Web App开发 Linux Python
设置用户代理User Agent访问网页(Python2.7)
本文目录 1. 概念 2. 在python中设置代理 3. 更多设置
194 0
设置用户代理User Agent访问网页(Python2.7)
|
Web App开发 Linux Android开发
Python3网络爬虫——(2)设置User Agent模拟浏览器访问
设置User Agent模拟浏览器访问 方法一、使用build_opener()修改报头 # -*- coding: UTF-8 -*- #使用build_opener()修改报头 from urllib import ...
2125 0
|
Web App开发 PHP Windows
|
Web App开发 移动开发 前端开发
浏览器默认样式(User Agent Stylesheet)
原文:http://www.zjgsq.com/898.html 不同浏览器对于相同元素的默认样式并不一致,这也是为什么我们在CSS的最开始要写 * {padding:0;marging:0}; 不过现在说的可不只是这些。
1197 0
|
Web App开发 JavaScript iOS开发
理解一个名词:用户代理(user agent)
文/牛海彬 原文: The term user agent and the lack of understanding what a user agent is can also be a problem.
998 0
|
13天前
|
机器学习/深度学习 人工智能 自然语言处理
Gemini 2.0:谷歌推出的原生多模态输入输出 + Agent 为核心的 AI 模型
谷歌最新推出的Gemini 2.0是一款原生多模态输入输出的AI模型,以Agent技术为核心,支持多种数据类型的输入与输出,具备强大的性能和多语言音频输出能力。本文将详细介绍Gemini 2.0的主要功能、技术原理及其在多个领域的应用场景。
117 20
Gemini 2.0:谷歌推出的原生多模态输入输出 + Agent 为核心的 AI 模型