- android - RelativeLayout 背景可绘制重叠内容
- android - 如何链接 cpufeatures lib 以获取 native android 库?
- java - OnItemClickListener 不起作用,但 OnLongItemClickListener 在自定义 ListView 中起作用
- java - Android 文件转字符串
我正在尝试使用 https://library.linode.com/email/postfix/postfix2.9.6-dovecot2.0.19-mysql#sph_prerequisites 中的教程设置带有 postfix 和 dovecot 的邮件服务器
我遵循了每一个步骤,并打开了防火墙中的每个邮件端口,但是当我尝试设置我的电子邮件客户端以连接 IMAP 或 POP3 时,它就是无法建立连接。
看来我可以使用我的私有(private)邮箱向我的域发送电子邮件。不管怎样,我的日志/var/log/mail.log 是空的。
我想这与设置主机名 (FQDN) 和后缀配置有关。但我对主机名和 FQDN 有点困惑..在我的 linode DNS 管理器中,我添加了我的域,在这个例子中是:mydomain.com
在 mydomain.com 中我有这个:
MX record
mail.mydomain.com
A/AAAA Records
120.120.120.120
www 120.120.120.120
mail 120.120.120.120
donald 120.120.120.120
donald 是我在教程中遵循的 FQDN
现在在我的 Linux 服务器上我有一些东西:
/etc/hosts
127.0.0.1 localhost
127.0.1.1 ubuntu
120.120.120.120 donald.mydomain.com donald
和
/etc/mailname
donald.mydomain.com
后缀配置
/etc/postfix/main.cf
....
myhostname = mail.mydomain.com
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
myorigin = /etc/mailname
mydestination = localhost
relayhost =
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
mailbox_size_limit = 0
recipient_delimiter = +
inet_interfaces = all
....
如您所见,我认为在此配置中有问题。我不明白什么是 myhostname 和 mydestination 以及 mailname...有人可以用这些配置纠正我吗?
谢谢!
编辑我发现我在 dovecot 主配置和已经在使用的 smtp 端口中有一个错误。我重新启动了我的服务器,postfix 和 dovecot 都在运行。我可以将 imap 服务器绑定(bind)到我的 outlook 客户端并接收邮件。现在,当我尝试回复电子邮件时,我收到此消息:554 5.7.1 : Relay access denied
这也是我的后缀配置:
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
append_dot_mydomain = no
biff = no
config_directory = /etc/postfix
inet_interfaces = all
mailbox_size_limit = 0
mydestination = localhost
myhostname = mail.mydomain.com
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
myorigin = /etc/mailname
readme_directory = no
recipient_delimiter = +
relayhost =
smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu)
smtpd_recipient_restrictions = permit_sasl_authenticated, permit_mynetworks, reject_unauth_destination
smtpd_sasl_auth_enable = yes
smtpd_sasl_path = private/auth
smtpd_sasl_type = dovecot
smtpd_tls_auth_only = yes
smtpd_tls_cert_file = /etc/ssl/certs/dovecot.pem
smtpd_tls_key_file = /etc/ssl/private/dovecot.pem
smtpd_use_tls = yes
virtual_alias_maps = mysql:/etc/postfix/mysql-virtual-alias-maps.cf
virtual_mailbox_domains = mysql:/etc/postfix/mysql-virtual-mailbox-domains.cf
virtual_mailbox_maps = mysql:/etc/postfix/mysql-virtual-mailbox-maps.cf
virtual_transport = lmtp:unix:private/dovecot-lmtp
最佳答案
请引用postfix configuration parameters寻求更多帮助。
myorigin = mydomain.com
# The domain name to append when the UNIX user sends out a mail. (For eg. If UNIX user john sends mail, then john@mydomain.com will be the sender address
myhostname = mail.mydomain.com
# The unique FQDN of your mail server. When talking to other SMTP servers, it identifies itself as mail.mydomain.com
mydestination = mydomain.com mail.mydomain.com
# You are instructing postfix to receive mails for the domains mydomain.com mail.mydomain.com, whose valid recipients can be specified using local_recipient_maps
您能否编辑您的问题并粘贴 postconf -n
的输出,这将有助于确定问题
关于linux 后缀配置和主机名 FQDN,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18315117/
我想在 Vultr 裸机服务器中配置 oVirt。但我不知道如何配置 Engine VM FQDN。它总是告诉我 The address proposed for this host does not
完全限定的域名由socket.getfqdn() 返回. 但是:它与“hostname --fqdn”的作用不同。 下面问题的评论中有一些提示,但我想知道规范的答案。 How do I get my
我正在搜索有关如何向 Azure 中的主机提供自己的 FQDN 的文档,但似乎没有找到我需要的内容。你们如何设置 FQDN,以便可以通过该名称而不是 name.cloudapp.net 访问不同的主机
我在 http://gskinner.com/RegExr/ 找到了这个正则表达式验证 FQDN 域: (?=^.{1,254}$)(^(?:(?!\d+\.|-)[a-zA-Z0-9_\-]{1,6
我想将属性存储在 Map 中按其类,即映射应仅包含任何运行时类型的一个对象。当前已经有一个实现(它是一个现有项目),并且该机制是通过 Map 实现的。 . 当前实现: import com.foo.I
我在我的 Apache 系统上设置了一个 VirtualHost,它恰好与服务器的 FQDN 同名。这是 FQDN: root@mail:/etc/apache2/sites-available# h
给定一个主域,我尝试从字符串中提取它及其子域。 例如,对于主域 example.co 我想要: 仅提取主域名和子域名 - example.co、www.example.co、uat.smile.exa
我找到了这个 question获取本地主机的 FQDN。我的问题是,是否有任何方法可以获取与我们在 c# 中查询的主机不在同一域中的机器的 FQDN。 例如:在 machineA(在域 A 中)上运行
我有一个正则表达式来验证字符串是否为 FQDN: var fqdnRegExp = new RegExp("^([a-z0-9]+\\.)?[a-z0-9][a-z0-9-]*\\.[a-z]{2,6
情况是这样的,我正在从我的自定义广告服务器中获取广告 src = 'http://www.adserver.com/www/delivery/ajs.php?zoneid=1&cb=37930
我有一个包含三个字段的 mysql 表 host ipaddress date ---- --------- ----- ser
我正在尝试使用 https://library.linode.com/email/postfix/postfix2.9.6-dovecot2.0.19-mysql#sph_prerequisites
如何在 Go 中找到本地主机的 FQDN? 顺便说一句:net.LookupAddr() 在 Windows 上不起作用。所以这不是一个选择。 最佳答案 根据文档,函数 os.Hostname() 返
我是 Chef 和 Knife 的新手,我正在运行几个 ec2 实例并安装了 chef-client,我可以在 Chef 的节点列表中看到所有实例,但是其中有几个缺少 FQDN,这导致了很多问题,这是
我正在自动部署多个 Azure VM,并且我希望将 WinRM 添加到每个 VM 中以完成部署。如何从创建虚拟机的脚本中找到该虚拟机的 FQDN? 我正在寻找: $psVirtualMachine =
我很好奇 FQDN 是否在 Azure 中的虚拟机上持久存在,以及是否有人可以发布一个示例,它看起来如何。 即myhost-abc.vm.windows.net 我所说的持久是指它永远是一样的,永远不
问题:Cloudera Manager用FQDN名称打开Web UI链接,并且本地网络系统无法解析该名称。但是短名称和ip有效。 Hostfile: #::1 localhost lo
这是一个有点愚蠢的设置,但这是我现在正在查看的内容: 我正在学习 Kubernetes 我想将自定义代码推送到我的 Kubernetes 集群,这意味着代码必须作为 Docker 镜像提供,可从 获得
我正在使用 Apache2,当重新加载/重新启动服务器时,我收到此警告: apache2:无法可靠地确定服务器的完全限定域名,使用(我的 FQDN)作为 ServerName 一切正常,但我正在尝试找
首先,我在网站上搜索了类似的主题,并阅读了 RFC 1535 和 FQDN wiki,他们似乎没有回答问题。 让我使用www.youtube.com举个例子。我使用的Python脚本: import
我是一名优秀的程序员,十分优秀!