我想所有的邮件形成我的服务器通过我的私人谷歌电子邮件帐户中继。 但所有的电子邮件都被退回,并且回复邮件: I got info: <[email protected]>: host smtp.gmail.com[173.194.69.109] said: 530-5.5.1 Authentication Required. Learn more at 530 5.5.1 support.google.com/mail/bin/answer.py?answer=14257 fc7sm2465531bkc.3 – gsmtp (in reply to MAIL FROM command) – so in such configuration MAIL FROM must be included in relay definition. How can I do it? 如何以及在哪个文件中我必须添加行来定义MAIL FROM参数。 在我的main.cf文件下面 readme_directory = /usr/share/doc/postfix/README_FILES html_directory = /usr/share/doc/postfix/html sendmail_path […]
我已经在我的基于Debian Squeeze VPS服务器上安装了Postfix和Courier 。 我的服务器使用MySQL数据库。 每个守护进程都能正常工作,但无法使用POP3和IMAPlogin到我的帐户。 我的桌面上的IceDove(Thunderbird)说:用户名或密码无效,但我确定用户名和密码都是正确的。 我已经多次检查过,我已经多次更改密码,结果总是一样的。 前段时间我在其他服务器上安装了类似configuration的邮件服务器。 唯一的区别是我没有使用SSL 。 我曾尝试通过mailx发送电子邮件来设置地址,并正确传送。 (我已经在邮件目录中检查过)。 在我的/var/log/mail.log我有: Jul 21 09:18:00 kolodziej pop3d: Connection, ip=[::ffff:46.113.168.72] Jul 21 09:18:01 kolodziej postfix/smtpd[6357]: cannot load Certificate Authority data: disabling TLS support Jul 21 09:18:01 kolodziej postfix/smtpd[6357]: warning: TLS library problem: 6357:error:02001002:system library:fopen:No such file or directory:bss_file.c:126:fopen('/etc/postfix/cacert.pem','r'): Jul 21 09:18:01 kolodziej postfix/smtpd[6357]: warning: […]
我使用监控程序munin,在服务器出现问题时通过电子邮件通知我。 它发送电子邮件为munin 。 通常,当这样的邮件在互联网上发送时,当调用postfix/cleanup时,它会要求进行重写 ,这realdomain.tld附加到不完整的发件人地址。 它From: munin@thehostname没有,因为我的Postfix SMTP客户端然后尝试发送包含From: munin@thehostname标题,这是谷歌不喜欢的电子邮件: Jul 22 10:00:15 thehostname postfix/pickup[3167]: 979BD1E447E: uid=110 from=<munin@thehostname> Jul 22 10:00:15 thehostname postfix/cleanup[9609]: 979BD1E447E: message-id=<[email protected]> Jul 22 10:00:15 thehostname postfix/qmgr[3276]: 979BD1E447E: from=<munin@thehostname>, size=454, nrcpt=1 (queue active) Jul 22 10:00:16 thehostname postfix/smtp[9611]: 979BD1E447E: to=<[email protected]>, relay=ASPMX.L.GOOGLE.COM[173.194.67.27]:25, delay=0.49, delays=0.07/0/0.12/0.3, dsn=5.7.1, status=bounced (host ASPMX.L.GOOGLE.COM[173.194.67.27] said: 550-5.7.1 [9.8.7.6 1] Our system […]
目前我已经安装了,并configuration了postfix。 如果我发送电子邮件,让我们说'[email protected]'我在服务器上本地收到电子邮件。 我想把这些电子邮件转到“XYZ”转发到我的Gmail帐户。 目前我已经尝试通过postfix添加别名无济于事。 当前postfix / main.cf # 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 (Ubuntu) biff = no # appending .domain is the MUA's job. append_dot_mydomain […]
我一直在试图修复我的Postfix服务器,但不知何故,它仍然不想接受来自任何地方的电子邮件。 从Gmail我得到这个错误: 完全无法传送给下列收件人: 支持@ XXX 永久性失败的技术细节:Google试图传递您的消息,但被服务器拒绝接收方>域xxx by mail.xxx。 [ip.address.here]。 其他服务器返回的错误是:554 5.7.1:中继访问被拒绝 这是我的后缀configuration: alias_database = hash:/etc/aliases alias_maps = hash:/etc/aliases broken_sasl_auth_clients = yes command_directory = /usr/sbin config_directory = /etc/postfix daemon_directory = /usr/libexec/postfix data_directory = /var/lib/postfix debug_peer_level = 2 disable_vrfy_command = yes home_mailbox = Maildir/ html_directory = no inet_interfaces = all inet_protocols = all mail_owner = postfix mailq_path […]
我们的运行postfix的中继服务器被configuration为默认阻止NDR – 除非列出IP地址。 这是通过具有check_client_access的smptd_sender_restrictions(使用IP数据库'xx.xx.xx.xx OK'),然后check_sender_access(使用包含'<> REJECT'的数据库) 我们有一个dynamicIP的客户需要发送NDR(即从<>)到一个特定的电子邮件地址… 问题:在postfix中,我可以放一个'check_recipient_xxxxx'types的检查来允许“OK”状态,并将其余的发送者/客户端限制短路? 有任何想法吗?
所以我试图在使用SASL的时候安装PostFix(Cyrus首选,我之前使用的是dovecot,但是我从dovecot切换到信使,所以我想使用cyrus而不是dovecot),但是我似乎遇到了问题。 这是我收到的错误: ==> mail.log <== Aug 10 05:11:49 crazyinsanoman postfix/smtpd[779]: warning: SASL authentication failure: Password verification failed Aug 10 05:11:49 crazyinsanoman postfix/smtpd[779]: warning: ipname[xx.xx.xx.xx]: SASL PLAIN authentication failed: authentication failure ==> mail.info <== Aug 10 05:11:49 crazyinsanoman postfix/smtpd[779]: warning: SASL authentication failure: Password verification failed Aug 10 05:11:49 crazyinsanoman postfix/smtpd[779]: warning: ipname[xx.xx.xx.xx]: SASL PLAIN authentication […]
我的一些用户正在使用Gmail将邮件发送到我们的域名(邮件服务器托pipe在带有Postfix的CentOS 5机器上)。 有时候,但不是所有的时候,他们都会得到类似于以下的反弹: ———- Forwarded message ———- From: Mail Delivery Subsystem <[email protected]> Date: Mon, Aug 19, 2013 at 9:12 AM Subject: Delivery Status Notification (Failure) To: [email protected] Delivery to the following recipient failed permanently: [email protected] Technical details of permanent failure: Google tried to deliver your message, but it was rejected by the server for the […]
大约8个月前,我的后缀工作,现在不起作用,我的日志文件看起来好吗? Aug 21 17:00:34 localhost postfix/master[9342]: daemon started — version 2.7.0, configuration /etc/postfix Aug 21 17:01:11 localhost postfix/smtpd[9354]: connect from localhost.localdomain[127.0.0.1] Aug 21 17:01:11 localhost postfix/smtpd[9354]: C691694D4F: client=localhost.localdomain[127.0.0.1] Aug 21 17:01:11 localhost postfix/cleanup[9358]: C691694D4F: message-id=<[email protected]> Aug 21 17:01:11 localhost postfix/qmgr[9345]: C691694D4F: from=<[email protected]>, size=746, nrcpt=1 (queue active) Aug 21 17:01:11 localhost postfix/smtpd[9354]: disconnect from localhost.localdomain[127.0.0.1] Aug […]
看起来我没有SASL支持,但是我已经检查了我的configuration对所有的在线教程,这对我来说似乎很好。 我也检查了/var/log/mail.log ,里面没有“SASL”这个词。 telnet localhost 25 Trying ::1… Trying 127.0.0.1… Connected to localhost. Escape character is '^]'. 220 GOD ehlo localhost 250-mail.local 250-PIPELINING 250-SIZE 30720000 250-VRFY 250-ETRN 250-STARTTLS 250-ENHANCEDSTATUSCODES 250-8BITMIME 250 DSN 虽然它也应该吐出这样的东西: 250-AUTH NTLM LOGIN PLAIN DIGEST-MD5 CRAM-MD5 250-AUTH=NTLM LOGIN PLAIN DIGEST-MD5 CRAM-MD5 SASL守护进程已启动: ps aux | grep sasl root 10219 0.0 0.2 77836 […]