Articles of postfix

如何configurationMAILSERVER,以便MAIL CLIENTS可以自动查找设置

我有一个邮件服务器:后缀; dovecot的; MySQL的; ssl证书。 那是工作。 但是,如何configuration我的MAILSERVER,使MAIL CLIENTS(thunderbird,apple mail,outlook)能自动find设置?

后缀错误5.7.0:必须首先发出一个STARTTLS命令

我有一个从外部地址发送邮件到我的域的问题(我怀疑更特别是Exchange服务器)。 错误是: myaddress : mail.mydomain.com #<mail.mydomain.com #5.7.0 smtp; 530 5.7.0 Must issue a STARTTLS command first> #SMTP# 然而,看着讨论同一主题的其他post,我想我已经正确configuration了TLS。 我的configuration如下: ####################### ## GENERALS SETTINGS ## ####################### smtpd_banner = $myhostname ESMTP $mail_name biff = no append_dot_mydomain = no readme_directory = no delay_warning_time = 4h mailbox_command = procmail -a "$EXTENSION" recipient_delimiter = + disable_vrfy_command = yes message_size_limit = […]

防火墙configuration为允许25 / tcp,但仍然无法telnet到该端口上的服务器

我有postfix和dovecot运行在端口25,110,587,465,993,995为通常的邮件协议。 我可以远程login到除了端口25以外的所有端口。 任何想法是怎么回事? 远程login到端口25(失败) # telnet 192.168.1.100 25 Trying 192.168.1.100 … telnet: connect to address 192.168.1.100: Operation timed out telnet: Unable to connect to remote host 本地Telnet到端口25(成功) # telnet localhost 25 Trying 127.0.0.1… Connected to localhost. Escape character is '^]'. 220 example.com.au ESMTP Postfix Firewalld规则: # firewall-cmd –list-all public (default, active) interfaces: eth0 sources: services: […]

linux:在邮箱中转发邮件

是否有可能将邮箱从邮箱转发到另一个邮箱? 我知道前途,这不是我想要做的(似乎这是100%的答案)。 我已经在邮箱中看到了邮件。 我想把它转发到另一个有.forward的邮箱,这个邮箱可以pipe理一个脚本,将电子邮件logging到文件夹中进行logging。 所以你看到我已经有了转发设置,现在我想把邮件从一个邮箱转发到另一个邮箱,这样它就可以将收到的邮件转发给脚本。 我会承认,原因是脚本破了一会儿,现在我有那些邮件排队了。 我已经修复了脚本,我只需要通过.forward重新转发邮件。 希望我已经解释得很好。 在邮件应用程序中似乎没有前向邮件选项。

Postfix,SPF和Perl:警告:在读取input属性名称时,私密/策略的提前结束input

我遵循本指南( http://www.thenoccave.com/2013/05/08/centos-6-postfix–spf-checking/ ),但在maillog出现以下错误: May 8 22:15:13 ip-172-31-15-65 postfix/smtpd[1999]: warning: premature end-of-input on private/policy while reading input attribute name May 8 22:15:14 ip-172-31-15-65 postfix/spawn[2037]: warning: command /usr/bin/perl exit status 2 May 8 22:15:14 ip-172-31-15-65 postfix/smtpd[1999]: warning: premature end-of-input on private/policy while reading input attribute name May 8 22:15:14 ip-172-31-15-65 postfix/smtpd[1999]: warning: problem talking to server private/policy: […]

Postfix邮件服务器和托pipe的Gmail中继设置

我试图设置我们的networking服务器,以便它可以发送来自各种networking应用程序的电子邮件重置密码等。我们的邮件由Gmail与自定义域,例如。 mydomain.com 。 现在,电子邮件到各个域只是坐在邮件队列。 发送到[email protected]任何内容都不会进入队列。 如何通过Gmail路由SMTP服务器? This is what I've added to `/etc/postfix/main.cf` relayhost = smtp.mydomain.com:587 smtp_tls_security_level = verified smtp_tls_mandatory_protocols = TLSv1 smtp_tls_mandatory_ciphers = high smtp_tls_secure_cert_match = nexthop smtp_tls_CAfile = /etc/pki/tls/certs/ca-bundle.crt smtp_sasl_auth_enable = yes smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd smtp_sasl_security_options = noanonymous 如果relayhost设置为smpt.gmail.com ? 我需要更改DNS吗?

邮件服务器 – Amaz with 7zip

在Ubuntu 14.04上工作邮件服务器1.5年后,我经历了下面列出的奇怪的amavis日志: http : //pastebin.com/RwbNw78f 邮件服务器是:Postfix + Dovecot + MySQL + Amavis + ClamAV + SpamAssasin与配方部署https://www.exratione.com/2014/05/a-mailserver-on-ubuntu-1404-postfix–dovecot-mysql/ 许多“谷歌search”后,没有find任何修复…

configurationPostfix使用Exchange 2013 SMTP服务器发送邮件的问题

首先,我成功configuration了一个工作的Postfixconfiguration,使用SendGrid SMTP发送邮件。 现在我修改configuration以使用Exchange 2013 SMTP服务器发送邮件。 我从很多论坛看,我找不到什么不工作。 每次我尝试发送mail.log中的邮件时: SASL Authentication failed; server XXX.XXX.XXX.XXX[XXX.XXX.XXX.XXX] said: 535 5.7.3 Authentication unsuccessful SASL Authentication failed; server XXX.XXX.XXX.XXX[XXX.XXX.XXX.XXX] said: 535 5.7.3 Authentication unsuccessful 这里是main.cfg: # See /usr/share/postfix/main.cf.dist for a commented, more complete version # Debian specific: Specifying a file name will cause the first # line of that file to be […]

Postfix / SMTP TLS拒绝授权

我正在专用硬件上安装一个CentOS 7安装邮件服务器,我遇到了让Postfix通过Dovecot为SASL设置SMTP连接的问题。 我已经遵循了关于编辑main.cf和master.cf以及Dovecot的.conf文件的每个指南。 其他一切都运行良好。 我已经设立了达夫科特(Dovecot),并且安全地进行了authentication,没有问题。 SMTP工作正常,如果我设置smtpd_tls_auth_only = no但密码显然发送明确。 我已经运行openssl s_client -connect sub.domain.com:25 -starttls smtp来检查,它正确地返回证书,一切似乎是好的。 运行ehlo sub.domain.com之后,返回: 250-sub.domain.com 250-PIPELINING 250-SIZE 20480000 250-ETRN 250-AUTH PLAIN LOGIN 250-AUTH=PLAIN LOGIN 250-ENHANCEDSTATUSCODES 250-8BITMIME 250 DSN 我认为这是TLS“握手”后的预期。 当我尝试使用邮件客户端进行连接时,拖拽日志给了我以下内容: 请参阅粘贴 当我尝试发送时,OS X中的邮件告诉我以下内容: 邮件无法使用默认端口上的SSL连接到服务器“sub.domain.com”。 确认此服务器支持SSL并且您的帐户设置是正确的。 我试图通过所有的标准端口连接。 Roundcube给我一个错误代码250:身份validation失败。 编辑:下面是postconf -n的输出: alias_database = hash:/etc/aliases alias_maps = hash:/etc/aliases broken_sasl_auth_clients = yes command_directory = /usr/sbin config_directory = […]

无法连接到587上的后缀

我花了很多时间在这里找相关post的答案,但无济于事。 所以这就是为什么我在这里问这个问题。 我有:Debian 8,Postfix,Dovecot 我可以用roundcube发送和接收电子邮件。 我可以收到雷鸟的电子邮件。 我不能用雷鸟发送邮件。 雷鸟说,它连接到服务器,但它超时,因为没有从服务器的响应。 我禁用了我的防火墙。 我不知道要在服务器名称字段中填写什么。 我试图发送的电子邮件最终在服务器的概念框中 我跟着https://workaround.org/ispmail/jessie 这是我目前的configuration。 config_directory = /etc/postfix inet_interfaces = all mailbox_command = procmail -a "$EXTENSION" mailbox_size_limit = 0 milter_default_action = accept milter_protocol = 2 mydestination = server.example.com, localhost.example.com, localhost myhostname = server.example.com mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 myorigin = /etc/mailname non_smtpd_milters = local:/opendkim/opendkim.sock policyd-spf_time_limit = 3600 […]