我想设置我的SMTP服务器,以便它只允许SMTPauthentication用户发送电子邮件,但实际发送是通过Mailjet完成的。 我在Ubuntu 14.04 LTS上运行,Postfix版本是mail_version = 2.9.6 如果客户端使用凭证进行身份validation – 它们将被validation(如果它们无效,则该消息被拒绝)。 但是,如果客户不authentication,客户仍然可以发送邮件。 请注意,我正在尝试将电子邮件发送到所有域。 不只是限制名单。 我如何拒绝所有非授权用户? main.cf # 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 used as the name. The Debian default # is /etc/mailname. #myorigin = /etc/mailname smtpd_banner […]
当我从我的Gmail发送testing邮件到我的服务器,我得到这个错误: 致命的:没有SASLauthentication机制 这里是我所有的configuration文件和日志文件,以帮助我们: 在/ var /日志/ maillog的 Nov 4 14:42:49 ns1 postfix/postfix-script[2147]: stopping the Postfix mail system Nov 4 14:42:49 ns1 postfix/master[1340]: terminating on signal 15 Nov 4 14:42:49 ns1 postfix/postfix-script[2228]: starting the Postfix mail system Nov 4 14:42:49 ns1 postfix/master[2230]: daemon started — version 2.10.1, configuration /etc/postfix Nov 4 14:45:37 ns1 postfix/smtpd[2314]: connect from […]
现在的情况。 我们通过G Suite / Business将部分人从本地Postfix移至Google Googles GMail。 由于testing原因,目前只有4人使用GMail。 我们有10个人应该使用。 但他们必须configuration一切,所以我们必须继续这两个服务。 GMailconfiguration得非常好,我认为。 如果我将邮件从[email protected]发送到[email protected],它会将邮件转发到gmail服务器和我们的本地postfix。 所以一切都很好。 但是,如果Postfix发送消息到本地域,它只能在本地postfix / dovecot实例中使用。 GMail没有中继,因为它的本地… 我怎样才能将这个邮件从本地postfix < – >本地postfix转发到Gmail服务器? 当前configuration: # 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 used as the name. The Debian […]
在标题中说这一切。 为了给你一些背景,我是一个程序员。 我不会把安装邮件服务器作为一种兴趣,我不得不做一个,因为我创build的项目将需要使用一个webmailtypes的服务(如roundcube,或我自己的创作)。 当我试图安装Dovecot / Postfix,并configurationSMTP和IMAP服务来正常工作时,我的问题就出现了(如果我不恰当地使用这些文字,对不起)。 我尝试了一切尝试,并通过login(telnet,webmail [roundcube])和外部软件(如电子邮件客户端(通过桌面))获得访问权限。 在telnet中,当我尝试login到“我的”IMAP /电子邮件帐户或“admin”IMAP /电子邮件帐户时会发生什么情况。 user@server:~/# telnet server.com imap Trying 11.11.11.11… Connected to server.com. Escape character is '^]'. * OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE AUTH=PLAIN AUTH=LOGIN] Dovecot ready. LOGIN logan password LOGIN BAD First parameter in line is IMAP's command tag, not the command name. […]
即时消息写这是因为我有一个问题,当我尝试与RoundcubetestingSMTP。 之前我对Postfix或Dovecot没有任何问题。 这似乎是一个TLS问题: SMTPtesting 当我看我的日志文件,我有这个: 日志文件 相反,IMAPtesting工作正常。 从我研究的东西看来,这似乎是因为我的证书是一个自签名证书,我必须添加一个例外,以便我的证书得到信任。 但我不知道如何做到这一点,我没有在网上find答案。 我的configuration文件: # 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 used as the name. The Debian default # is /etc/mailname. #myorigin = /etc/mailname smtpd_banner = $myhostname ESMTP $mail_name […]
我使用Postfix 2.11.3-1和OpenSSL 1.0.2k-1运行Debian Jessie邮件服务器。 最近Debian政策的变化已经使几个不安全的密码失效了。 不幸的是,我们收到邮件的一些邮件服务器仍旧在旧版本的Exchange上运行(我认为Windows Server 2003上的Exchange 2007),现在由于TLS握手失败而无法连接。 以下是发送服务器支持的非常有限的密码: tls1: RC4-SHA tls1: RC4-MD5 tls1: DES-CBC3-SHA 我无法控制其configuration。 根据http://www.postfix.org/TLS_README.html#server_cipher ,“… Windows 2003 Microsoft Exchange服务器的DES-CBC3-SHA的实现存在缺陷,OpenSSL认为它比RC4-SHA更强大。套件select可能会与Windows 2003 Microsoft Exchange客户端产生互操作性问题。“ 这里是我们Postfixconfiguration的相关行,由postconf | grep smtpd_tls postconf | grep smtpd_tls : smtpd_tls_CAfile = smtpd_tls_CApath = smtpd_tls_always_issue_session_ids = yes smtpd_tls_ask_ccert = no smtpd_tls_auth_only = yes smtpd_tls_ccert_verifydepth = 9 smtpd_tls_cert_file = /path/to/cert smtpd_tls_ciphers […]
对不起,因为我确定问题是愚蠢的,但两天后尝试不同的configuration从谷歌和Serverfault它仍然无法正常工作。 我在后缀/鸽舍新手 升级Debian之后,我configuration了(第一次)Dovecot的Postfix。 Pop3现在工作正常,但Imap不(login失败) main.cf # 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 used as the name. The Debian default # is /etc/mailname. #myorigin = /etc/mailname smtpd_banner = $myhostname ESMTP $mail_name biff = no # appending […]
大家好我有这个问题,当试图用roundcube和后缀Wordpress。 这里是我的设置,我有2个Debian-Jessie服务器(web(nginx)/ DB(mysql)/ roundcube(web界面))和(邮件服务器/ postfix)。 我想我的WordPress的网站使用我的邮件服务器。 我可以接收和发送电子邮件与Roundcube,但是当我尝试与端口25或其他端口上的wordpress我得到这个错误: TLS library problem: error:14094418:SSL routines:SSL3_READ_BYTES:tlsv1 alert unknown ca:s3_pkt.c:1315:SSL alert number 48 这是我尝试testing邮件服务器时的结果: Connecting to XX.XX.XX.XXX 220 mail.example.com ESMTP Postfix (Debian/GNU) [2219 ms] EHLO PWS3.mxtoolbox.com 250-mail.example.com 250-PIPELINING 250-SIZE 250-VRFY 250-ETRN 250-STARTTLS 250-AUTH PLAIN LOGIN 250-AUTH=PLAIN LOGIN 250-ENHANCEDSTATUSCODES 250-8BITMIME 250 DSN [797 ms] MAIL FROM:<[email protected]> 250 2.1.0 Ok [828 ms] […]
postgrey手册是 : –auto-whitelist-clients =第一次成功交付后的白名单主机N是客户端列入白名单之前的最小邮件数(缺省情况下打开,值为5)指定N = 0以禁用。 据我所知,这将例如自动白名单gmail.com完全,每当我从不同的Gmail用户收到5封电子邮件。 是不是很危险?因为有很多垃圾邮件发送者从这个主机发送。
我在Redhat上安装了amavis的postfix。 另外,我还configuration了AV扫描器以及amavis来对付邮件病毒。 每当我看到最高命令的结果,我发现很多扫描命令的例子正常运行。 而在amavis conf文件中,我已经注释掉了扫描configuration。 任何帮助。