Articles of 后缀

如何testingpostfix DNSBL白名单?

我如何testing我的后缀白名单是否正常工作(假设我没有访问目前在dnsbl上列出的地址)。 我不确定我的白名单是否正常工作。 这是我的configuration: smtpd_client_restrictions = permit_mynetworks, check_client_access hash:/etc/postfix/access, reject_rbl_client zen.spamhaus.org, permit smtpd_sender_restrictions = permit_mynetworks, check_client_access hash:/etc/postfix/access, reject_unknown_sender_domain, reject_non_fqdn_sender, reject_unknown_address, reject_sender_login_mismatch, reject_unauth_pipelining, permit smtpd_recipient_restrictions = permit_mynetworks, reject_invalid_hostname, reject_unauth_pipelining, permit_sasl_authenticated, reject_unauth_destination, reject_rbl_client dnsbl.sorbs.net, reject_rbl_client bl.spamcop.net, reject_rbl_client zen.spamhaus.org, reject_rbl_client dnsbl-1.uceprotect.net, permit /等/后缀/接入 # dnsbl whitelist # some client 74.125.82.55 OK [email protected] OK example.com OK # After you are […]

在postfix maillog中多次发生同样的电子邮件是什么意思?

我们使用第三方电子邮件发送软件使用postfix邮件服务器发送电子邮件。 今天我看到后缀maillog怪事如下: – #grep "[email protected]" /var/log/maillog Oct 4 12:56:14 server postfix/smtp[165030]: 92EBD21B4436: to=<[email protected]>, relay=us-smtp-inbound-1.mimecast.com[205.139.110.141]:25, delay=10, delays=0.1/0/2.7/7.5, dsn=2.0.0, status=sent (250 [email protected] Received OK) Oct 4 12:56:14 server postfix/smtp[165030]: 92EBD21B4436: to=<[email protected]>, relay=us-smtp-inbound-1.mimecast.com[205.139.110.141]:25, delay=10, delays=0.1/0/2.7/7.5, dsn=2.0.0, status=sent (250 [email protected] Received OK) 这是否意味着电子邮件被发送两次到电子邮件“[email protected]”?

如何从我的本地电脑在vps中调用postfix发送电子邮件到我的雅虎帐户?

a:我的本地pc,localhost.localdomain b是我的vps,它构build了postfix c是我的雅虎帐户。 loginb(我的vps)。 echo "test"|mail -s "test" [email protected] 该电子邮件可以发送到[email protected] 我的后缀上的所有configuration。 postconf -n alias_database = hash:/etc/aliases alias_maps = hash:/etc/aliases command_directory = /usr/sbin config_directory = /etc/postfix daemon_directory = /usr/libexec/postfix data_directory = /var/lib/postfix debug_peer_level = 2 debugger_command = PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin ddd $daemon_directory/$process_name $process_id & sleep 5 home_mailbox = Maildir/ html_directory = no inet_interfaces = all inet_protocols = all […]

支持的字典types:smtp.gmail.com

我正在尝试在Docker容器中设置postfix 。 在启动时,我正在运行以下安装脚本: # Install postfix/mailutils with configuration options echo "postfix postfix/mailname string $MAILSERVER:587" | debconf-set-selections echo "postfix postfix/main_mailer_type string 'Internet Site'" | debconf-set-selections apt-get install -yqq postfix apt-get install -yqq mailutils # Setup credentials for SMTP server mkdir -p /etc/postfix/sasl touch /etc/postfix/sasl/sasl_passwd /etc/postfix/main.cf echo "[$MAILSERVER]:587 $EMAIL_USER:$EMAIL_PASSWORD" >> /etc/postfix/sasl/sasl_passwd chown -R postfix:postfix /etc/postfix chmod 600 […]

SMTP会话logging解释

我正在运行POSTFIX邮件服务器来pipe理一个非常简单的邮件服务器。 我收到了这样的错误日志 Out: 220 mail.myserver.com ESMTP Postfix (Ubuntu) In: EHLO mail179-29.suw41.mandrillapp.com Out: 250-mail.myserver.com Out: 250-PIPELINING Out: 250-SIZE 10240000 Out: 250-VRFY Out: 250-ETRN Out: 250-STARTTLS Out: 250-AUTH PLAIN LOGIN Out: 250-AUTH=PLAIN LOGIN Out: 250-ENHANCEDSTATUSCODES Out: 250-8BITMIME Out: 250 DSN In: STARTTLS Out: 220 2.0.0 Ready to start TLS In: EHLO mail179-29.suw41.mandrillapp.com Out: 250-mail.myserver.com Out: 250-PIPELINING Out: […]

我是否需要为使用邮件服务器的每个域设置SPFlogging?

我的邮件服务器运行在例如mail.example.com ,我已经使用v=spf1 mx -all为example.com设置了SPFlogging。 example.com也有其MXlogging集。 现在我有其他域使用邮件服务器发送电子邮件,但他们的MXlogging被设置为mail.example.com 。 我是否需要为每个域设置一个SPFlogging,例如v=spf1 mx -all还是仅与mail.example.com中的邮件服务器相关?

Amazon EC2上的电子邮件服务器

我们有一个在AWS m1.medium实例上运行postfix的电子邮件服务器。 我们每周推送大约15万封电子邮件(每天3万封电子邮件)。 由于某些商业原因,我们不希望使用Amazon SES。 每天发送通常需要2个多小时,我们想要减less这个。 您对增加AWS实例types/类有什么build议? 有很多的实例类,我们不知道哪个类/types对我们的情况是理想的。 有什么build议么?

如何禁止ip试图login我的后缀?

Os:centos7。 tail -f /var/log/maillog Oct 30 07:18:13 localhost postfix/smtpd[3181]: warning: unknown[191.96.249.63]: SASL LOGIN authentication failed: authentication failure Oct 30 07:19:12 localhost postfix/smtpd[3181]: warning: unknown[191.96.249.70]: SASL LOGIN authentication failed: authentication failure Oct 30 07:21:00 localhost postfix/smtpd[3184]: warning: unknown[41.191.224.5]: SASL LOGIN authentication failed: authentication failure 如何禁止ip试图login我的后缀? 我看了一些资料,说postfix可以设置黑名单来禁止一些ip地址。 禁止它与iptable和禁止与postfix的黑名单设置它们是相同的效果?

Postfix,dovecot,squirrelmail服务器能够发送但不能接收电子邮件

我已经使用本指南设置了一个邮件服务器: https : //www.ostechnix.com/setup-mail-server-using-postfixdovecotsquirrelmail-in-centosrhelscientific-linux-6-3-step-by-step/ networking邮件允许在自己的用户之间(即在本地机器)和其他服务器(如Gmail)之间发送电子邮件。 但它不能接收来自外部的电子邮件。 以下是我在/etc/postfix/main.cf中的内容: alias_database = hash:/etc/aliases alias_maps = hash:/etc/aliases command_directory = /usr/sbin compatibility_level = 2 daemon_directory = /usr/libexec/postfix data_directory = /var/lib/postfix debug_peer_level = 2 debugger_command = PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin ddd $daemon_directory/$process_name $process_id & sleep 5 home_mailbox = Maildir/ html_directory = no inet_interfaces = localhost inet_protocols = all mail_owner = postfix mailq_path = /usr/bin/mailq.postfix […]

后缀:从相同的连接IP发送电子邮件

我是新的postfix,直到现在我用exim工作,我不能做一个configuration上的后缀,我设法做到与exim 我有3个域名,每个域名有5个电子邮件地址 domain1.com与[email protected][email protected][email protected] domain2.com与[email protected][email protected][email protected] domain3.com与[email protected][email protected][email protected] 并为每个用户我想具体一个独特的IP发送电子邮件。 他将连接到smtpXX.domainX.com,我希望传出的电子邮件是来自smtpXX.domainX.com的IP,也是邮件HELO是smtpXX.domainX.com, 我尝试到现在在不同的解决scheme和最后一个https://serverfault.com/a/650326/443941但仍然没有成功: smtplogin正在使用端口587 我也设置: 31.xx.xx.xx:submission inet n – n – – smtpd 我尝试从家里的路由器后面的计算机连接,我尝试连接到smtp11.domain1.com其中ip是31.xx.xx.189收到的标题设置它由我的后缀是好的,但接收器服务器看到主机名我的服务器(server.hostname.com),也是服务器的主要IP …下面是我得到: Received: from [31.xx.xx.85] (port=47010 helo=server.hostname.com) by host.some-server.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.89) (envelope-from <[email protected]>) id 1eEJd3-0004bH-0B for [email protected]; Mon, 13 Nov 2017 20:38:41 +0200 Received: from [lo.cal.ip.add] (unknown [some.router.ip.addres]) […]