各位的域名邮箱是托管的还是自建的?

sukap 2026-08-11 10:07 1

想了解一下,自建的话有什么机推荐的吗?哪一款程序好用呢?

如果是托管的话,推荐哪一家好点?

^-^

最新回复 (19)
  • 江郎才尽 08-11 10:08
    1

    阿里邮箱 非常好用

  • CuriousQTF 08-11 10:08
    2

    还没用上

  • tshtxyd 08-11 10:08
    3

    买的namecrane

  • aseenm 08-11 10:09
    4

    cf的免费邮

  • sukap 楼主 08-11 10:09
    5

    @江郎才尽 #1 感谢推荐,我一会去了解一下

  • skyqian 08-11 10:10
    6

    zoho 托管还不错

  • iorz 08-11 10:12
    7

    ^-^ 自建+第三方发信,没有广告,没有推销。

  • sukap 楼主 08-11 10:12
    8

    @aseenm #4 我记得cf的免费邮好像不能发信吧?

  • sv6cr 08-11 10:12
    9

    自建


    https://www.nodeseek.com/post-515310-2#15:


    https://www.nodeseek.com/post-497791-1#10:


    postfix+dovecot+opendkim+opendmarc+acme.sh+acme.sh-systemd


    部分配置文件:



    • https://git.flylightning.xyz/config_local_arch/tree/etc/postfix?h=ca&id=8beb5edc064c05487989b54ec76a0ca1cd301497

    • https://git.flylightning.xyz/config_local_arch/tree/etc/dovecot/dovecot.conf?h=ca&id=8beb5edc064c05487989b54ec76a0ca1cd301497

    • https://git.flylightning.xyz/config_local_arch/tree/etc/opendkim/opendkim.conf?h=ca&id=8beb5edc064c05487989b54ec76a0ca1cd301497

    • https://git.flylightning.xyz/config_local_arch/tree/etc/opendmarc/opendmarc.conf?h=ca&id=8beb5edc064c05487989b54ec76a0ca1cd301497

    • https://git.flylightning.xyz/config_local_arch/tree/etc/systemd/system/acme.sh.service.d/override.conf?h=ca&id=8beb5edc064c05487989b54ec76a0ca1cd301497


    我现在个人网站和邮局在一个小鸡上,所以会涉及到nginx,nginx配置见https://git.flylightning.xyz/config_local_arch/tree/etc/nginx/nginx.conf?h=ca&id=8beb5edc064c05487989b54ec76a0ca1cd301497,小鸡以前单纯邮局是不需要nginx的,acme.sh配置也会更简单。现在的acme.sh命令我自己的笔记也乱的很,你要觉得有用就看一下吧:


    # new xyzca as both mail and website server:
    # better switch to root user instead of using `sudo acme.sh ...`?
    # https://github.com/acmesh-official/acme.sh/wiki/sudo
    sudo -i
    # I guess maybe register if first time on the server? not sure
    acme.sh --home /etc/acme.sh --register-account -m [email protected]
    # need to change from `server_name localhost;` to `server_name flylightning.xyz;` in /etc/nginx/nginx.conf
    # when add new DNS subdomain, maybe sometimes maybe need --force, also need `acme.sh --home /etc/acme.sh --cron --force` afterwards, not sure why
    acme.sh --home /etc/acme.sh --issue --nginx -d flylightning.xyz -d git.flylightning.xyz -d mirrors.flylightning.xyz -d mail.flylightning.xyz
    acme.sh --home /etc/acme.sh --install-cert -d flylightning.xyz --key-file /etc/postfix/flylightning.key --fullchain-file /etc/postfix/flylightning.pem --reloadcmd "systemctl force-reload nginx"

    我有一个backup mx server,但那个配置文件更乱,因为小鸡有俩个ipv4。你想看这个小鸡的部分配置文件的话看这个branch:https://git.flylightning.xyz/config_local_arch/tree/?h=ib。这个小鸡只有邮局,没有网站,所以不涉及nginx,所以acme.sh命令更简单:


    # if only email server, if no webserver
    # better switch to root user instead of using `sudo acme.sh ...`?
    # https://github.com/acmesh-official/acme.sh/wiki/sudo
    sudo -i
    # I guess maybe register if first time on the server? not sure
    acme.sh --home /etc/acme.sh --register-account -m [email protected]
    # acme.sh default zerossl does not support port 443 alpn mode, need to use letsencrypt but still has issues see https://github.com/acmesh-official/acme.sh/issues/4802
    # so I choose to use port 80 builtin standalone webserver, need open 80 port, also need socat
    # https://github.com/acmesh-official/acme.sh/wiki/How-to-issue-a-cert
    acme.sh --home /etc/acme.sh --issue --standalone -d mail2.flylightning.xyz
    acme.sh --home /etc/acme.sh --install-cert -d mail2.flylightning.xyz --key-file /etc/postfix/flylightning.key --fullchain-file /etc/postfix/flylightning.pem

    因为一鸡多用,所以nftables.conf也乱的很。第一个小鸡:https://git.flylightning.xyz/config_local_arch/tree/etc/nftables.conf?h=ca&id=8beb5edc064c05487989b54ec76a0ca1cd301497。第二个小鸡:https://git.flylightning.xyz/config_local_arch/tree/etc/nftables.conf?id=8beb5edc064c05487989b54ec76a0ca1cd301497&h=ib。其实也就打开几个端口,但我手快复制了网址也就贴上来了。虽说也就几个端口,但坑也很多,主要坑在商家,见:https://www.nodeseek.com/post-239409-4#31:


    crunchbits需要工单才能开放25,465,和587端口。但这有个天坑,你不说明也需要outbound端口的话,他会只给你开inbound端口,我有点记不清了,当初的情况好像是其他邮局能连接我的邮局端口给我发邮件,但我的邮局不能连接其他邮局的端口不能给其他邮局发邮件,简单的说就是你能收但不能发邮件,需要工单说明你也需要outbound端口才行!现在不知道这个天坑在不在,当初可是费了我不少时间才发现的。rDNS后台可以自己设置。


    ihostart买的小鸡描述里会说明开不开放25端口,有的开放,有的需要工单,有的不开放。rDNS需要工单,曾经不支持ipv6 rDNS,未来可能支持。曾经支持ipv6又不支持了,未来可能支持。但这家最近网络各种严重问题各种失联,最近不推荐,等过了这段时间再说吧。


    网上很多教程,我推荐这几个,我就是靠这几个链接花了几天功夫一点点折腾出来的:



    • https://landchad.net/mail/smtp/

      • https://github.com/LukeSmithxyz/emailwiz 这是自动化脚本,我没用这个,只是参考,有很多其他功能和配置和软件我不用,但也差不了多少,因为我就是跟着他的教程看着他的脚本源码一步步折腾的。



    • https://mailserverguru.com/primary-backup-mx-server/


    这个可以用来测试你的邮局:https://mxtoolbox.com/SuperTool.aspx


  • 黄蜂暴雨 08-11 10:13
    10

    ^-^ cf 谷歌 微软都可以

  • lanpinggai666 08-11 10:13
    11

    托管的阿里,挺好用的 ^-^

  • aseenm 08-11 10:14
    12

    @sukap #8 可以的呢

  • Ler1Shy 08-11 10:14
    13

    cloudmail

  • KateTseng 08-11 10:16
    14

    moemail,主要还是用于注册机的临时邮箱,这个颜值和文档生态最全面,AI方便

  • MeowcoQAQ 08-11 10:17
    15

    我托管的zoho

  • ZySakura 08-11 10:18
    16

    自建

  • gunmu 08-11 10:37
    17

    worker自建

  • lehuoyisheng 08-11 11:09
    18

    托管

  • PBCN 08-11 11:43
    19

    cf托管,但是也不用域名邮箱发信

* 帖子来源NodeSeek
返回