我有两个服务器使用不同的IP地址服务我的域名:一个用于主网站,另一个用于在线商店。 当客户下订单时,电子邮件正在发送到内部电子邮件地址[email protected] 。 此电子邮件由在线商店所在的服务器发送。 然而,电子邮件是从客户的电子邮件地址发送的,例如,如果[email protected]订单,则将从在线商店发送电子邮件到[email protected]并提供订单的详细信息,假装来自[email protected] 。 在我的邮件服务器上,SpamAssassin会拒绝这些电子邮件,因为它们不能通过SPFvalidation检查,具体而言,我收到错误消息,指出store.example.com is not allowed to send mail from example.org (这很容易理解,因为我的在线商店将不会被包含在example.org SPFlogging中)。 我代表一个客户pipe理example.com – 客户指出来自商店的电子邮件需要以这种格式(即从[email protected]而不是通用的[email protected])到达。 我怎样才能configurationSpamAssassin(通过cPanel或,如果有必要通过后端)接受store.example.com传递的消息?
我只是有点困惑,正确的DNS设置为一个服务器上的一个IP托pipe多个域。 例如,邮件服务器(domain / reverse:example.com)应该托pipe3个域: example.com domain.com test.com 那么最好的DNS设置? example.com mx 1 example.com domain.com mx 1 example.com test.com mx 1 example.com 要么 example.com mx 1 example.com domain.com mx 1 domain.com test.com mx 1 test.com 那么最重要的是什么呢? 每个主机只有1个条目? 我猜这很好,因为只有一个服务器,没有额外的故障切换服务器。
我正在运行一个服务器与后缀来处理从PHP网站发送的电子邮件。 域名的电子邮件是由另一个服务器处理的,但是由于这个域名已经被input到“mydestintion”(main.cf)中,Web服务器使用本地中继,而不是通过邮件服务器发送。 问题是名称相当于电子邮件地址的用户不存在。 这些电子邮件是永远消失还是存储在某个地方?
我有一个运行在kimsufi VPS上的postfix服务器,我在上面安装了roundcube,并且一切正常。 问题是,当我尝试从另一台服务器连接,我有一个超时: telnet whys.fr 25 Trying 5.196.66.189… telnet: Unable to connect to remote host: Connection timed out 这里是我的netstat输出: netstat -ntpul | grep 25 tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN 17643/master tcp6 0 0 :::25 :::* LISTEN 17643/master 而目前的iptables规则是: Chain INPUT (policy ACCEPT) target prot opt source destination ACCEPT tcp — anywhere anywhere tcp dpt:smtp […]
我在这个周末安装了一个新的邮件服务器,通过ispconfig和dovecot托pipe帐户超过当前。 当我运行doveadm时遇到doveadm 。 但首先这里的configuration: # 2.2.13: /etc/dovecot/dovecot.conf # OS: Linux 3.16.0-4-amd64 x86_64 Debian 8.1 auth_debug = yes auth_debug_passwords = yes auth_failure_delay = 1 secs auth_verbose = yes auth_verbose_passwords = yes auth_worker_max_count = 20 disable_plaintext_auth = no imap_metadata = yes mail_attribute_dict = file:Maildir/dovecot-metadata mail_debug = yes mail_gid = 20000 mail_location = maildir:~/Maildir mail_plugins = acl imap_acl […]
我希望编写一个SpamAssassin规则,如果电子邮件包含消息正文中特定字符的n以上,就会匹配该规则。 不一定连续。 例如,如果消息中总共有十个星号,则匹配该规则。 如果有十个连续的星号,我知道如何写规则,如下所示: body TEN_ASTERISKS /(**********)/ score TEN_ASTERISKS 0.5 describe TEN_ASTERISKS Message body contains ten asterisks. 我将如何重新编写匹配十个星号的规则,而不一定是连续的?
我想限制对sendmail进程的访问,只有1个php文件/var/www/mysite/contact.php 我怎样才能做到这一点? 也许有一个与Iptables或sendmailconfiguration的技巧? 我想在我的Debian服务器上保护sendmail,以避免垃圾邮件/黑客入侵。 谢谢你的帮助
我在Ubuntu服务器上,每分钟一次写入我的/var/log/mail.log大量的行。 线条看起来像: Mar 11 17:39:08 Ubuntu-1010-maverick-32-minimal postfix/qmgr[1085]: 75A8B17150: from=<[email protected]>, size=769, nrcpt=1 (queue active) Mar 11 17:39:08 Ubuntu-1010-maverick-32-minimal postfix/qmgr[1085]: 7F70417129: from=<>, size=2900, nrcpt=1 (queue active) Mar 11 17:39:08 Ubuntu-1010-maverick-32-minimal postfix/qmgr[1085]: 7BD0616D9D: from=<>, size=2819, nrcpt=1 (queue active) Mar 11 17:39:08 Ubuntu-1010-maverick-32-minimal postfix/qmgr[1085]: 7A10716D88: from=<>, size=2841, nrcpt=1 (queue active) Mar 11 17:39:08 Ubuntu-1010-maverick-32-minimal postfix/qmgr[1085]: 7AA5C107FC3: from=<[email protected]>, size=778, nrcpt=1 […]
我正在使用Sophos UTM 9 SG210防火墙,并在SMTP日志中注意到以前信任的发件人有50封合法的电子邮件被拒绝。 我已经把它们添加到一个豁免列表,但想知道是否有任何方法来检索这些被拒绝的电子邮件? 拒绝的原因是SPF检查失败。
我想创build一个O365pipe理员帐户,仅用于在线交换pipe理,因此不需要邮箱 – 我不想为此付费。 这是可能的还是我必须购买此用户的另一个订阅?