在我的邮件设置上,我正在使用为服务器主机名生成的自签名证书。 我很好奇,是否有共享托pipe服务提供商用于多个域名邮件的SSL证书,他们如何设置?
我正在使用虚拟域和电子邮件在Centos上设置我的第一个sendmail守护进程。 到目前为止,我已经得到它的工作,从远程服务器发送的电子邮件将使其到收件箱。 我遇到的问题实际上是用邮件客户端login到服务器。 我已经设置了一个mxlogging(大约36小时前),例如mail.mydomain.org,还有一个用于mydomain.org。 我不知道我是否需要这两个。 问题是:当我尝试在邮件客户端上添加IMAP帐户时,它告诉我服务器没有响应。 当我添加SMTP时也是如此。 所以我猜这些端口没有打开,我没有configuration服务器正确地收听IMAP或SMTP。 我已经安装了Dovecot,据我了解,它可以处理Postfix的imap请求,但是如果我的服务器使用的是sendmail或postfix,那么我正努力解决这个问题。 任何提示在正确的方向,或者我可以检查什么?
我的后缀让我通过它发送电子邮件没有身份validation。 它已被设置为允许身份validation,但它也允许未经身份validation的发送,我想停止。 在这种情况下,什么configuration设置是相关的? 这里是postconf -n的输出以帮助debugging: 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 html_directory = no inet_interfaces = all inet_protocols = all mail_owner = postfix mailq_path = /usr/bin/mailq.postfix manpage_directory = /usr/share/man mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain, mydomain = hiddenforprivacy.org myhostname = […]
我有这个奇怪的问题:apt-get或aptitude不能安装postfix。 每次我得到这个错误: # apt-get install postfix Reading package lists… Done Building dependency tree Reading state information… Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of […]
我有一个工作的Postfix服务器,但添加了几行到我的main.cf希望阻止一些常见的垃圾邮件。 我添加的这些行是: smtpd_helo_required = yes smtpd_recipient_restrictions = reject_invalid_hostname, reject_unknown_recipient_domain, reject_unauth_pipelining, permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination, reject_rbl_client multi.uribl.com, reject_rbl_client dsn.rfc-ignorant.org, reject_rbl_client dul.dnsbl.sorbs.net, reject_rbl_client list.dsbl.org, reject_rbl_client sbl-xbl.spamhaus.org, reject_rbl_client bl.spamcop.net, reject_rbl_client dnsbl.sorbs.net, reject_rbl_client cbl.abuseat.org, reject_rbl_client ix.dnsbl.manitu.net, reject_rbl_client combined.rbl.msrbl.net, reject_rbl_client rabl.nuclearelephant.com, permit 看来我的后缀现在正在接收正常的电子邮件,并阻止垃圾邮件。 但是当我现在尝试自己使用这个服务器发送到一个远程域(一个电子邮件不在我的服务器上),我得到反弹,与maillog说这样的事情: Nov 12 06:19:36 srv postfix/smtpd[11756]: NOQUEUE: reject: RCPT from unknown[xx.xx.x.xxx]: 450 4.1.2 <[email protected]>: Recipient address rejected: Domain […]
我有一个与MySQL和dovecot后缀虚拟设置。 一切工作正常,目前唯一的问题是,邮件根不是本地发送,因为它应该是。 相反,postfix将发送到“root”的邮件扩展为“[email protected]”。 由于没有虚拟邮箱为[email protected],他们无法交付: Nov 17 03:20:26 xxx postfix/qmgr[16914]: E49903AB4045: from=<[email protected]>, size=783, nrcpt=1 (queue active) Nov 17 03:20:26 xxx postfix/pipe[17901]: E49903AB4045: to=<[email protected]>, orig_to=<root>, relay=dovecot, delay=626, delays=625/0.01/0/0.17, dsn=4.1.1, status=SOFTBOUNCE (user unknown) 为了解决这个问题,我尝试了一下 http://www.postfix.org/STANDARD_CONFIGURATION_README.html#some_local 并添加一个根别名到我的SQL虚拟别名地图: | address | goto | domain | created | modified | active | +—————+——————+—————+———————+———————+——–+ | root | root@localhost | localhost | 2013-11-18 […]
我有一个邮件服务器与后缀,我想differenciate弹跳规则。 maximal_queue_lifetime = 12h bounce_queue_lifetime = 12h 好吧,它的12小时(也许它应该更多)。 但是,当用户的邮箱已满时,我希望有一个较短的反弹时间。 有没有可能像这样configuration后缀? 提前致谢
我有一个电子邮件服务器,在CentOS 6.5,32位系统上运行,Postfix和Dovecot运行在它们的所有依赖项上。 假设我的域名是www.anw.com 我已经按照这个顺序为我的域创build了Alogging www.anw.com 37.143.374.15 # points to my web server anw.com 37.143.374.15 # points to my web server mail.anw.com 227.80.74.199 # points to my mail server 我也创build了一个MX服务器 mail.anw.com 227.80.74.199 现在,使用postfix我创build了两个帐户,即[email protected]和[email protected]使用squirrelmail我可以发送和接收这些帐户之间没有任何问题。 我也可以将电子邮件发送到任何电子邮件帐户,如雅虎和谷歌,但我不能收到从谷歌或雅虎发送的电子邮件。
~ > which mail /bin/mail ~ > ls -la /bin/mail lrwxrwxrwx 1 root root 22 Feb 25 14:18 /bin/mail -> /etc/alternatives/mail 据man mail , -E如果传出的消息在其第一个或唯一的消息部分中不包含任何文本,则不要发送它,而是静静丢弃它,在程序启动时有效设置skipemptybodyvariables。 这对从cron(8)启动的脚本发送消息很有用。 但是,即使使用-E ,使用echo我的cron脚本仍然会发送空的消息。 会发生什么(基本上)是这样的: logmsg="" echo "$logmsg" | mail -E -s "Log Message" [email protected] 我误解了一些东西吗? 为什么mail -E用空邮件发送邮件?
我有以下错误消息出现3连续的相同的邮箱 > (delivery failed to mailbox > /var/spool/postfix/vhosts/<user>/mail/inbox: > > unable to lock for exclusive access: Resource temporarily unavailable 我不明白发生了什么事。你能为我解释一下吗? 我能做些什么来避免这样的错误信息呢? 另外,我有以下设置: # used only for creating mbox dotlock files when creation fails for INBOX. # Rely on O_EXCL to work when creating dotlock files. The default is to use # hard linking. O_EXCL makes […]