Articles of 后缀

无法收到电子邮件后缀Ubuntu

我无法接收电子邮件,但发送他们工作正常 卡在下一步做什么如果任何人都可以指出这个错误或指出我在正确的方向,将不胜感激。 后缀main.cf文件 smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu) biff = no append_dot_mydomain = no readme_directory = no smtpd_tls_cert_file=/etc/ssl/certs/dlcincluded.crt smtpd_tls_key_file=/etc/ssl/private/dlcincluded.key smtpd_use_tls=yes smtp_tls_security_level = may smtpd_tls_security_level = may smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache milter_default_action = accept milter_protocol = 2 smtpd_milters = inet:localhost:8891 non_smtpd_milters = inet:localhost:8891 smtpd_recipient_restrictions = permit_sasl_authenticated, permit_mynetworks, check_relay_domains smtpd_data_restrictions = reject_unauth_pipelining myhostname = […]

从Postfix + Dovecot发送的邮件被Gmail确认为垃圾邮件

我有一个后缀+ dovecot邮件服务器。 从这个服务器发送到Gmail的邮件进入垃圾邮件。 后缀是在我们的服务器上configuration的,它从来没有用于垃圾邮件。 我还为邮件服务器添加了SPF,DKIM,PTRlogging。 这是我的信息: Delivered-To: [email protected] Received: by 10.140.19.162 with SMTP id 31csp634153qgh; Wed, 30 Aug 2017 02:51:19 -0700 (PDT) X-Received: by 10.98.76.208 with SMTP id e77mr982568pfj.81.1504086679398; Wed, 30 Aug 2017 02:51:19 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1504086679; cv=none; d=google.com; s=arc-20160816; b=TVGocTjddxWNeDlOV3lPvxxTbsCoSAL6qua+PyRwBXKuAipDwkeau0pNNmF+o0Pp6G BxzFI1Uoa8a4bBjXKlu6rVWDJIHS0cdAEdV82kIYRLigbfag6TsFEgVIqfwHCGiRCtJk lJNor0VNaiiUI3/PRKyyf98CDSljpboqVnacN/3u00UoI/eLDF3NipT/gcBlSf6Wt/n3 LhWncsYvq/KLQkh+VUGX121yS6hteuxWIshEamhVJHhrIf9dvNnzmRyGoCyIXMRJMuKb Ndt/NFmub9P9kHMqsl7KaHvq60LJ+kcMBD1IvojKXfgvGPMjVjK5eXgo9U0ZEMO/2nYd Qy9Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; […]

Postfix SSL证书validation失败的问题

多年来,我们在Ubuntu 12.04服务器上使用Postfix通过提交registry单发送邮件。 这个工作最迟在2017年3月进行。 然而,突然postfix是运行到许多,虽然不是所有的域“证书validation失败”错误(按照mail.log)。 例如,它拒绝发送到Gmail地址的任何邮件,但将通过几个.edu域。 我检查了SSL证书,以确保它们是根据一些在线指南得到的最新的,并且有一个合适的ca-bundle.srt文件,并且main.cf指向正确的文件。 所有似乎退房。 再次,在2017年3月之前没有这样的问题。 如果有帮助,一个.edu邮件服务器的日志描述的例子; Oct 3 19:20:39 server postfix/pickup[27108]: 7A1BA5E02FB: uid=33 from=<www-data> Oct 3 19:20:39 server postfix/cleanup[27114]: 7A1BA5E02FB: message-id=<07e5de6389f1ee1f0db978687a2a701c@server> Oct 3 19:20:39 server postfix/qmgr[27109]: 7A1BA5E02FB: from=<www-data@server>, size=2354, nrcpt=1 (queue active) Oct 3 19:20:39 server postfix/smtp[27116]: certificate verification failed for mailgateway[ip]:25: untrusted issuer /C=SE/O=AddTrust AB/OU=AddTrust Externa$ Oct 3 19:20:39 server postfix/pickup[27108]: […]

Postfix不重试发送延期电子邮件

我有一个运行的Postfix服务器,并有发送电子邮件被延迟的问题根本不重试。 它们出现在队列中,但从未处理。 如果我手动处理队列(通过pfqueue或postqueue -f),则电子邮件将正确传送。 那段时间mail.log的输出如下所示: Oct 6 12:19:37 example postfix/pickup[19048]: 8031D405F5: uid=1000 from=<[email protected]> Oct 6 12:19:37 example postfix/cleanup[19049]: 8031D405F5: message-id=<[email protected]> Oct 6 12:19:37 example opendkim[1433]: 8031D405F5: DKIM-Signature field added (s=mail, d=example.de) Oct 6 12:19:37 example postfix/qmgr[1565]: 8031D405F5: from=<[email protected]>, size=984, nrcpt=1 (queue active) Oct 6 12:19:38 example postfix/smtp[19051]: 8031D405F5: to=<[email protected]>, relay=mx.xxx.net[xxx.xxx.xxx.xxx]:25, delay=1.2, delays=0.05/0.01/0.41/0.7, dsn=4.7.1, status=deferred (host […]

Linux – Postfix – 通过ISP阻止端口25发送邮件

我将从最重要的开始 – 我已经阅读/观看了大量的手册,教程,论坛和有关这方面的build议,但是我仍然觉得我不了解整个电子邮件系统的一些重要内容,但同时也是非常简单的,小。 我在Linode购买了VPS服务器; 我已经为邮件系统安装并configuration了postfix,dovecot服务; 我已经正确configurationDNS发送和接收邮件(SPF,DKIM,DMARC,HELO,rDNS,授权给IP和主机名的服务器 – 所有这些都成功configuration和testing通过); 服务器没有被任何垃圾邮件垃圾邮件filter公司列入黑名单。 后缀configuration(主要设置): main.cf mail_owner = postfix myhostname = mail.mywebsite.com mydomain = mywebsite.com myorigin = $mydomain inet_interfaces = all inet_protocols = ipv4 mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain mynetworks = 127.0.0.0/8 smtpd_banner = $myhostname ESMTP sendmail_path = /usr/sbin/sendmail.postfix smtpd_sasl_type = dovecot smtpd_sasl_path = private/auth smtpd_sasl_auth_enable = yes smtpd_sasl_security_options […]

为什么ip不能被后缀黑名单禁止?

vim /etc/postfix/main.cf smtpd_recipient_restrictions = check_sender_access hash:/etc/postfix/access 在/ etc / postfix / access中添加一些ips vim /etc/postfix/access 86.111.171.141 REJECT 191.96.249.63 REJECT 重新启动后缀。 postmap hash:/etc/postfix/access systemctl restart postfix 经过一段时间。 tail /var/log/maillog Oct 30 10:18:45 localhost postfix/smtpd[3491]: connect from unknown[86.111.171.141] Oct 30 10:18:45 localhost postfix/smtpd[3491]: warning: unknown[86.111.171.141]: SASL LOGIN authentication failed: authentication failure Oct 30 10:18:46 localhost postfix/smtpd[3491]: disconnect from […]

Postfix邮件服务器(出站)策略

我即将设置一个由2个应用程序服务器(运行php / apache)和2个数据库服务器(slicehost上的Ubuntu切片)组成的Web应用程序。 该应用程序最初将每天发送大约5000封电子邮件,随着新function的推出,这些电子邮件将在大约3个月内增长到20k-10k。 我从来没有真正pipe理邮件服务器之前,所以我不知道什么样的负载将开始影响性能。 邮件服务器(postfix)会出现尖峰,从每分钟5封电子邮件到每分钟20k。 (尽pipe这可能是错开的,现在让我们假设它没有交错) 鉴于上面的基本概述,你认为运行纯粹的邮件服务器(出站,运行postfix)的另一个服务器(片)是有益的 ,从而将所有电子邮件负载转移到该服务器而不是应用服务器。 或者,后缀是否足够有效,不需要和单独的服务器可能矫枉过正? 如果人们不能“testing看到”,那么我就是要求有经验的人来评论。 附加说明: Postfix只会发送电子邮件,接收电子邮件将由谷歌应用程序处理。

PostFix – Dovecot – 通过电子邮件向某人发送电子邮件

所以出于未知的原因,我需要阻止电子邮件到或从某个电子邮件地址。 我不在乎电子邮件中的内容,但是如果可能的话,我希望通知电子邮件发送到另一个地址,但这并不重要。 详细信息:内核2.8.18 鸽舍 – 1.0.rc15 后缀 – 2.3.3 谢谢。 细节: 好吧,我已经添加了 smtpd_client_restrictions = check_client_access hash:/etc/postfix/access 到/etc/postfix/main.cf 添加 [email protected] DISCARD TestDiscard 到/ etc / postfix / access 跑 postmap /etc/postfix/access 重新加载/重新启动后缀,电子邮件仍然被发送到和被阻止的电子邮件地址。 /etc/postfix/main.cf中的这个设置是否有所作为: mailbox_command = /usr/bin/procmail -a "$EXTENSION"

Postfix在Ubuntu中没有auth设置?

现在,后缀已通过身份validation设置。 我想删除用户名和密码的用户login。 我想要使​​匿名SMTP邮件服务器。 我应该改变什么path,或者我应该删除哪一行? 我的main.cf如下 # See /usr/share/postfix/main.cf.dist for a commented, more complete version smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu) biff = no # appending .domain is the MUA's job. append_dot_mydomain = no # Uncomment the next line to generate "delayed mail" warnings #delay_warning_time = 4h myhostname = smtp.wpecho.com alias_maps = hash:/etc/aliases alias_database = hash:/etc/aliases […]

使用单独的postfix服务器从bash脚本发送电子邮件

我想能够从一个bash脚本发送电子邮件。 我目前有一个运行postfix的服务器,我使用从我的PHP服务器发送电子邮件。 我现在希望能够从第三个服务器运行bash脚本,并使用邮件服务器发送电子邮件,因为我不想拥有可以发送电子邮件的多个服务器。 看着这个问题 ,看来我需要安装Python(这是一个没有太多安装的裸机linux服务器),或者在继电器模式下使用postfix,但我不确定这是什么意思。 我是否必须在此服务器上安装postfix,并将其作为传递到我的邮件服务器? 有没有其他的select从bash发送电子邮件到外部服务器?