我正在使用Google应用程序电子邮件,并且有一个托pipe在共享托pipe公司的网站。 我应该如何configurationDNSlogging,以便传入的邮件将获得谷歌,但同时从网站发送电子邮件(通过表格)将通过反向IP检查,不会被视为垃圾邮件?
我有VPS和服务几个领域。 DNS / MXconfiguration应该可以,因为* .com域邮件都是发送和接收的。 问题是与我的国家域名 – * .hr(克罗地亚) – 邮件发送,但回复/新邮件永远不会到达我的服务器(即使尾巴-f日志,但没有任何反应)。 MXlogging是标准的 – mail.domain-name.com/hr 它可以是国家域特定的东西吗? 谢谢,韦德兰新手在服务器世界 编辑: 网站是prva-liga.hr http://www.intodns.com/prva-liga.hr错误:您的某些DNS服务器根本没有Alogging。 我无法find以下DNS服务器的任何Alogging:ns2.tkojemile.com ns1.tkojemile.com 你必须有所有你的名字服务器的Alogging。 但是,让我们来说* .com域名mivean.com – 所有的作品都很好,具有相同的configuration。 http://www.intodns.com/mivean.com 即使在这个问题上阅读大量的内容,也不要有任何线索。 谢谢,韦德兰 附加资料: 区域文件: $TTL 10800 @ IN SOA prva-liga.hr. postmaster.prva-liga.hr. ( 2014101409 ;serial 21600 ;refresh after 6 hours 3600 ;retry after 1 hour 604800 ;expire after 1 […]
我正在build立一个邮件服务器,我希望得到一些帮助。 它开始与Roundcubenetworking邮件,当我试图用现有的正确的用户名和密码login,它给了我'login失败',所以我检查/var/log/mail.log错误日志,我发现有一个错误说的是 dovecot: auth-worker(10370): Error: sql([email protected],127.0.0.1): Password query failed: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''maildir:/var/vmail/…' as userdb_mail, 150 as userd' at line 1 当我检查在/etc/dovecot/dovecot-sql.conf.ext的密码查询 password_query = \ SELECT username as user, password, '/var/vmail/%d/%n' as userdb_home, […]
我得到了SPF和Sender-ID [email protected] ,我通过发送电子邮件到[email protected]进行testing。 我的设置: 1个VPS托pipe1个网站 后缀仅用于发送电子邮件 没有传入的电子邮件。 传入由Gmail处理 我在DNS中的txtlogging是(只有1个txtlogging): "v=spf1 a include:_spf.google.com ~all" 我的一个logging是: 域名:example.com.au VPS机器名称:主机 @ 123.12.12.123 <—– My VPS IP Address host 123.12.12.123 直到2天前,它正在工作,我没有做任何改变。 但是,现在我收到了以下消息softfail。 validation报告 ———————————————————- SPF check details: ———————————————————- Result: softfail (SPF-Result: SoftFail) ID(s) verified: [email protected] DNS record(s): example.com.au. SPF (no records) example.com.au. 600 IN TXT "v=spf1 a include:_spf.google.com ~all" example.com.au. […]
当我创build这样的DKIM键: sudo opendkim-genkey -s mail -d example.com -s指定select器和-d域,该命令将创build两个文件,mail.private是我们的私钥,mail.txt包含公钥。 我应该从邮件中插入域,还是在-dselect器中分配给邮件服务器的域? (在我的情况下,这是两个不同的领域,因为我想在未来从各种邮件域发送)
可以设置两个电子邮件网关,如果一个logging不匹配第一个服务器,那么在未能交付之前,它会尝试第二个服务器? 背景:客户最近从内部服务器切换到Office 365.以前有一个电子邮件帐户设置,作为一个全面的networking相关事项(帐户configuration,密码恢复等)。 由于他们现在在Office 365上,他们说每个电子邮件帐户都花钱,并且不愿意为电子邮件帐户创build完整的Office 365帐户。 我想的不是创build一个Office帐户,也许我可以使用Google Apps等服务来处理一般的电子邮件地址。 不幸的是,我不知道如何configuration域logging来尝试一个辅助电子邮件服务器,如果主要无法交付。
我想知道如何阻止我的用户发送邮件给对方,但给他们发送和接收外部邮件的机会。 [email protected] <—> [email protected] REJECT [email protected] <—> [email protected]好的 [email protected] <—> [email protected]好的 我已经尝试configuration访问限制规则 /etc/postfix/main.cf: smtpd_recipient_restrictions = … check_recipient_access hash:/etc/postfix/protected_destinations …the usual stuff… smtpd_restriction_classes = insiders_only insiders_only = check_sender_access hash:/etc/postfix/insiders, reject /etc/postfix/protected_destinations: [email protected] insiders_only [email protected] insiders_only /etc/postfix/insiders: my.domain OK matches my.domain and subdomains another.domain OK matches another.domain and subdomains 但是,这并没有帮助本地发件人阻止本地收件人检查和本地收件人被阻止外部之前检查。
我有mail.luken-tech.pl邮件服务器。 任何人都可以解释如何: https : //www.ssllabs.com/ssltest/analyze.html?d=mail.luken-tech.pl&hideResults=on显示“评估失败:无法连接到服务器”,这: http:/ / /www.checktls.com/perl/TestReceiver.pl给我“无法连接到服务器(原因:连接被拒绝)”。 但是这个: openssl s_client -starttls smtp -connect mail.luken-tech.pl:587 -tls1 -ign_eof openssl s_client -starttls smtp -connect mail.luken-tech.pl:587 -tls1_1 -ign_eof openssl s_client -starttls smtp -connect mail.luken-tech.pl:587 -tls1_2 -ign_eof 工作得很好,我的服务器一般似乎工作正常? :)为什么任何testing工具不能连接到我的smtp? 它困扰我,因为我configuration了一台服务器之前,我没有这样的事情。 我应该关心这个吗?
我有一个网站,目前从我的托pipe服务提供商分配了IP 64.XXX等。 当查询这个IP出现干净与我运行的所有黑名单检查。 但是,我也被分配了一个IP 108.XXX等(我假设是我的dynamicIP)从我目前的ISP。 当用MX工具箱和Spamhaus直接检查黑名单时,这个108.XXX IP显示为与Spamhaus一起列出。 它没有显示在Anti-abuse.org上列出。 当试图直接解决Spamhaus的情况时,我得到以下消息: The IP address removal process failed for the following reason: The netblock owner's policy does not allow removal from the PBL 我正计划在一个新的域名下build立一个新的网站,与另外一家托pipe服务提供商合作,我也计划在未来几个月内搬迁,这可能会让我成为一个新的互联网服务提供商。 我的问题是,现在将build立新的域名和网站,并在几个月内转移到一个新的ISP,当新的ISP更改发生时,将我从黑名单中删除? 或者将现在的黑名单设置为对新的ISP遵循域名声誉? 或者有什么行动build议可以采取?
在我的服务器上设置一些服务。 DNS / DHCP /网关确定为我自己的本地networking。 计划托pipe一个Web邮件服务器(现在为用户提供本地服务) 我在我的dns A和MXlogging(也是rDNS)中添加了我的邮件服务器 smtp.pro.lan. IN A 192.168.84.30 smtp.pro.lan. IN MX 10 192.168.84.30 但是当我尝试 host -t MX pro.lan pro.lan has no MX record 我找不到问题来自哪里。