<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>faceNBest&apos;s blog</title><description>powered by fuwari</description><link>https://fuwari.vercel.app/</link><language>zh_CN</language><item><title>使用Cloudflare+Cloud Mail搭建个人邮箱</title><link>https://fuwari.vercel.app/posts/cloud-mail/</link><guid isPermaLink="true">https://fuwari.vercel.app/posts/cloud-mail/</guid><description>如何使用Cloudflare+Cloud Mail搭建个人邮箱</description><pubDate>Sat, 30 May 2026 00:00:00 GMT</pubDate><content:encoded>&lt;h1&gt;使用Cloudflare+Cloud Mail搭建个人邮箱&lt;/h1&gt;
&lt;h2&gt;特点&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;独立使用&lt;/strong&gt;: 去™的会员&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;数据可视化&lt;/strong&gt;: 可以看到邮箱数据&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;管理员模式&lt;/strong&gt;: 我才是老大哦&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;快速开始&lt;/h2&gt;
&lt;hr /&gt;
&lt;h3&gt;1. Cloudflare账号注册并绑定域名&lt;/h3&gt;
&lt;h3&gt;2.克隆仓库到自己的GitHub账号&lt;/h3&gt;
&lt;p&gt;仓库https://github.com/maillab/cloud-mail&lt;/p&gt;
&lt;h3&gt;3.Cloudflare部署&lt;/h3&gt;
&lt;blockquote&gt;
&lt;p&gt;Cloudflare-构建-Worker和Pages-创建应用程序&lt;/p&gt;
&lt;/blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;点击从GitHub导入-项目选择Cloud Mail-目录填写mail-worker
部署完后打开设置-变量和机密填写：&lt;/p&gt;
&lt;/blockquote&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;变量名&lt;/th&gt;
&lt;th&gt;必需&lt;/th&gt;
&lt;th&gt;用途&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;domain&lt;/td&gt;
&lt;td&gt;✅&lt;/td&gt;
&lt;td&gt;邮箱域名,多域名用（例如 [&quot;example.com&quot;,&quot;example2.com&quot;]）&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;admin&lt;/td&gt;
&lt;td&gt;✅&lt;/td&gt;
&lt;td&gt;管理员邮箱地址（例如 admin@example.com）&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;jwt_secret&lt;/td&gt;
&lt;td&gt;✅&lt;/td&gt;
&lt;td&gt;JWT密钥 随便输入一串字符串，不要输入特殊字符&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3&gt;4.绑定数据库&lt;/h3&gt;
&lt;h3&gt;5.设置转发&lt;/h3&gt;
&lt;blockquote&gt;
&lt;p&gt;Cludflare-域-电子软件路由-路由规则-启用-编辑
将其改成：发送到worker&amp;amp;目标为cloud mail-保存&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h3&gt;6.初始化数据库&lt;/h3&gt;
&lt;p&gt;浏览器输入 https://你的worker自定义域/api/init/你的jwt_secret 初始化数据库
然后通过部署给的域名访问网站，注册并登录&lt;/p&gt;
&lt;h2&gt;如何设置发件和收件&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;注册Resend，并添加域名，完成DNS验证&lt;/li&gt;
&lt;li&gt;打开API Keys并复制（一定要记下来！！！）&lt;/li&gt;
&lt;li&gt;设置发送状态回调 https://worker自定义域/api/webhooks，对应选项勾选：&lt;/li&gt;
&lt;/ol&gt;
&lt;ul&gt;
&lt;li&gt;email-bounced&lt;/li&gt;
&lt;li&gt;email-complained&lt;/li&gt;
&lt;li&gt;email-delivered&lt;/li&gt;
&lt;li&gt;email-delivery-delayed&lt;/li&gt;
&lt;li&gt;email-failed&lt;/li&gt;
&lt;/ul&gt;
&lt;ol&gt;
&lt;li&gt;在网站设置-Resent-Token添加API Keys&lt;/li&gt;
&lt;/ol&gt;
&lt;h1&gt;大功告成！&lt;/h1&gt;
&lt;p&gt;你现在可以通过该网站进行收发件了！&lt;/p&gt;
&lt;h4&gt;注意事项&lt;/h4&gt;
&lt;p&gt;个人邮箱容易被各大邮箱平台列入黑名单，可能需要在垃圾箱里找，这就需要养邮箱&lt;/p&gt;
</content:encoded></item><item><title>关于旧博客的一些说明</title><link>https://fuwari.vercel.app/posts/%E5%85%B3%E4%BA%8E%E6%97%A7%E5%8D%9A%E5%AE%A2%E7%9A%84%E4%B8%80%E4%BA%9B%E8%AF%B4%E6%98%8E/</link><guid isPermaLink="true">https://fuwari.vercel.app/posts/%E5%85%B3%E4%BA%8E%E6%97%A7%E5%8D%9A%E5%AE%A2%E7%9A%84%E4%B8%80%E4%BA%9B%E8%AF%B4%E6%98%8E/</guid><pubDate>Sat, 30 May 2026 00:00:00 GMT</pubDate><content:encoded>&lt;h1&gt;博客声明&lt;/h1&gt;
&lt;h2&gt;原先的wordpress+sakurairo网站已不再启用，现博客主题为fuwari，以前的文章都无法查看&lt;/h2&gt;
</content:encoded></item><item><title>Simple Guides for Fuwari</title><link>https://fuwari.vercel.app/posts/guide/</link><guid isPermaLink="true">https://fuwari.vercel.app/posts/guide/</guid><description>How to use this blog template.</description><pubDate>Mon, 01 Apr 2024 00:00:00 GMT</pubDate><content:encoded>&lt;blockquote&gt;
&lt;p&gt;Cover image source: &lt;a href=&quot;https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/208fc754-890d-4adb-9753-2c963332675d/width=2048/01651-1456859105-(colour_1.5),girl,_Blue,yellow,green,cyan,purple,red,pink,_best,8k,UHD,masterpiece,male%20focus,%201boy,gloves,%20ponytail,%20long%20hair,.jpeg&quot;&gt;Source&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;This blog template is built with &lt;a href=&quot;https://astro.build/&quot;&gt;Astro&lt;/a&gt;. For the things that are not mentioned in this guide, you may find the answers in the &lt;a href=&quot;https://docs.astro.build/&quot;&gt;Astro Docs&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;Front-matter of Posts&lt;/h2&gt;
&lt;pre&gt;&lt;code&gt;---
title: My First Blog Post
published: 2023-09-09
description: This is the first post of my new Astro blog.
image: ./cover.jpg
tags: [Foo, Bar]
category: Front-end
draft: false
---
&lt;/code&gt;&lt;/pre&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Attribute&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;title&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;The title of the post.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;published&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;The date the post was published.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;description&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;A short description of the post. Displayed on index page.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;image&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;The cover image path of the post.&amp;lt;br/&amp;gt;1. Start with &lt;code&gt;http://&lt;/code&gt; or &lt;code&gt;https://&lt;/code&gt;: Use web image&amp;lt;br/&amp;gt;2. Start with &lt;code&gt;/&lt;/code&gt;: For image in &lt;code&gt;public&lt;/code&gt; dir&amp;lt;br/&amp;gt;3. With none of the prefixes: Relative to the markdown file&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;tags&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;The tags of the post.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;category&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;The category of the post.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;draft&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;If this post is still a draft, which won&apos;t be displayed.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2&gt;Where to Place the Post Files&lt;/h2&gt;
&lt;p&gt;Your post files should be placed in &lt;code&gt;src/content/posts/&lt;/code&gt; directory. You can also create sub-directories to better organize your posts and assets.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;src/content/posts/
├── post-1.md
└── post-2/
    ├── cover.png
    └── index.md
&lt;/code&gt;&lt;/pre&gt;
</content:encoded></item></channel></rss>