-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.xml
More file actions
111 lines (111 loc) · 8.59 KB
/
index.xml
File metadata and controls
111 lines (111 loc) · 8.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
<title>GREETINGS, MORTAL</title>
<link>https://chenry-me.github.io/</link>
<description>Recent content on GREETINGS, MORTAL</description>
<image>
<title>GREETINGS, MORTAL</title>
<url>https://chenry-me.github.io/images/avatar.jpg</url>
<link>https://chenry-me.github.io/images/avatar.jpg</link>
</image>
<generator>Hugo -- 0.142.0</generator>
<language>zh</language>
<lastBuildDate>Wed, 29 Jan 2025 21:35:26 +0800</lastBuildDate>
<atom:link href="https://chenry-me.github.io/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>如何零成本对邮件进行签名和加密——Mailserver 进阶篇</title>
<link>https://chenry-me.github.io/posts/how-to-sign-and-encrypt-emails-for-free-mailserver-advanced/</link>
<pubDate>Wed, 29 Jan 2025 21:35:26 +0800</pubDate>
<guid>https://chenry-me.github.io/posts/how-to-sign-and-encrypt-emails-for-free-mailserver-advanced/</guid>
<description><h2 id="邮件加密">邮件加密</h2>
<p>我对邮件签名和加密的兴趣源自 Thunderbird,因为在使用时发现有个很显眼的“端对端加密”功能,支持 OpenPGP 和 S/MIME 两种方式。</p>
<p>OpenPGP(Pretty Good Privacy,PGP 的开放标准)和 S/MIME(Secure/Multipurpose Internet Mail Extensions)是两种广泛用于电子邮件签名与加密的标准协议。它们的主要目标是提供邮件的机密性、完整性和身份验证,但在实现方式和应用场景上有所不同。</p></description>
</item>
<item>
<title>如何使用Docker Mailserver搭建邮件服务器并用Roundcube Webmail管理</title>
<link>https://chenry-me.github.io/posts/how-to-run-your-own-mailserver-with-docker-mailserver-and-roundcube-webmail/</link>
<pubDate>Sat, 24 Dec 2022 16:05:30 +0800</pubDate>
<guid>https://chenry-me.github.io/posts/how-to-run-your-own-mailserver-with-docker-mailserver-and-roundcube-webmail/</guid>
<description><h2 id="配置docker-mailserver">配置Docker Mailserver</h2>
<p>下载配置文件,要对docker-compose.yml稍作修改,添加邮件中继。</p>
<div class="highlight"><pre tabindex="0" class="chroma"><code class="language-bash" data-lang="bash"><span class="line"><span class="cl"><span class="nv">DMS_GITHUB_URL</span><span class="o">=</span><span class="s1">&#39;https://raw.githubusercontent.com/docker-mailserver/docker-mailserver/master&#39;</span>
</span></span><span class="line"><span class="cl">wget <span class="s2">&#34;</span><span class="si">${</span><span class="nv">DMS_GITHUB_URL</span><span class="si">}</span><span class="s2">/docker-compose.yml&#34;</span>
</span></span><span class="line"><span class="cl">wget <span class="s2">&#34;</span><span class="si">${</span><span class="nv">DMS_GITHUB_URL</span><span class="si">}</span><span class="s2">/mailserver.env&#34;</span>
</span></span><span class="line"><span class="cl"><span class="c1"># wget &#34;${DMS_GITHUB_URL}/setup.sh&#34;</span>
</span></span><span class="line"><span class="cl"><span class="c1"># chmod a+x ./setup.sh</span>
</span></span></code></pre></div><p>完整配置文件如下,其中&lt;&gt;内的信息自行替换,mailserver.env为之前下载的原始文件,没有修改。</p></description>
</item>
<item>
<title>如何解决国内docker镜像下载慢或失败的问题</title>
<link>https://chenry-me.github.io/posts/how-to-solve-the-problem-of-slow-or-failed-docker-image-downloads-in-china/</link>
<pubDate>Sun, 20 Nov 2022 15:37:25 +0800</pubDate>
<guid>https://chenry-me.github.io/posts/how-to-solve-the-problem-of-slow-or-failed-docker-image-downloads-in-china/</guid>
<description><h2 id="方案一修改镜像源">方案一:修改镜像源</h2>
<p>这个方法在csdn、知乎那些地方说得太多了,我相信大部分人搜索到的第一个方法就是这个。尽管如此我还是重新说一下方法。</p>
<p>编辑配置文件,如果文件不存在,以下命令会自动创建。</p></description>
</item>
<item>
<title>如何食用Bitwarden密码管理</title>
<link>https://chenry-me.github.io/posts/how-to-take-a-bite-of-bitwarden/</link>
<pubDate>Fri, 28 Jan 2022 19:23:42 +0800</pubDate>
<guid>https://chenry-me.github.io/posts/how-to-take-a-bite-of-bitwarden/</guid>
<description><h2 id="引言">引言</h2>
<p>我猜测看到这篇文章的朋友,可能很多连什么是bitwarden都不知道。不着急,我们先从密码管理开始讲起。</p>
<p>如今我们每天有大量的时间在网上冲浪,几乎是个网站都会要求你提供一个用户名和密码,基于此为你创建一个账户。在这样的环境背景下,一个人所拥有的网络账户中当然会包括微信、Paypal这类的高价值账户。</p></description>
</item>
<item>
<title>第一篇文章</title>
<link>https://chenry-me.github.io/posts/first-post/</link>
<pubDate>Sun, 02 Jan 2022 22:08:57 +0800</pubDate>
<guid>https://chenry-me.github.io/posts/first-post/</guid>
<description><p>hello, world.</p></description>
</item>
<item>
<title>关于</title>
<link>https://chenry-me.github.io/about/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://chenry-me.github.io/about/</guid>
<description><h2 id="这里是ak">这里是AK</h2>
<p>我是西南财经大学的一个普通学生,毕业了,在银行做技术。</p>
<p>搭建这个博客主要是为了好玩。</p>
<p>感谢你的驻足。</p></description>
</item>
<item>
<title>小站大事记</title>
<link>https://chenry-me.github.io/little-site-big-news/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://chenry-me.github.io/little-site-big-news/</guid>
<description><h2 id="时间轴">时间轴</h2>
<h3 id="2021">2021</h3>
<h4 id="12-11">12-11</h4>
<p>获得 DigitalOcean 的学生优惠,初次使用服务器。</p>
<h4 id="12-21">12-21</h4>
<p>获得并启用 chenry.me 域名。</p>
<h4 id="12-27">12-27</h4>
<p>考虑国内访问速度,购入阿里云轻量服务器主机。事实证明买小了。</p>
<h3 id="2022">2022</h3>
<h4 id="03-14">03-14</h4>
<p>经过长时间对线,获得 Azure 学生包,计划转向 Azure。
Azure 服务器计划托管国外站点。</p></description>
</item>
<item>
<title>联系</title>
<link>https://chenry-me.github.io/contact/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://chenry-me.github.io/contact/</guid>
<description><h2 id="与我联系">与我联系</h2>
<p>您可以通过主页上的社交媒体图标与我联系。请简要说明您的来意,以便更高效地交流。</p>
<p>感谢您的关注!</p></description>
</item>
<item>
<title>隐私政策</title>
<link>https://chenry-me.github.io/privacy/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://chenry-me.github.io/privacy/</guid>
<description><h1 id="隐私政策">隐私政策</h1>
<p><strong>生效日期:</strong> 2022 年 1 月 1 日</p>
<p>我们尊重您的隐私,并希望透明地向您说明本博客如何处理您的数据。本隐私政策适用于您访问和使用本博客时的信息收集与处理方式。</p></description>
</item>
</channel>
</rss>