Debian / Ubuntu似乎有非常复杂的Exim4configuration文件: 了解eximconfiguration文件 如果我想提高smtp_accept_max值的值,会有什么build议? 它是自动生成的地方,还是有可能把这个到conf模板并运行[一些脚本]?
我有一个使用exim4作为mta和courier-imap的debian服务器允许用户读取主。 邮件通常在本地交付,或者使用别名文件将邮件转发到其他地址。 例如 # Local account: foo receives mail for [email protected] somealias: [email protected] otheralias: foo, [email protected] # Deliver both locally and remote 我们现在有一个emailadres,我们希望通过imap访问,但也被转发到另一个电子邮件地址。 这可以通过重命名账户和使用别名文件来实现,但是这也可以通过本地账户具有相同的名称来实现。 重命名账户需要在几个系统中进行一些重新configuration。 # [email protected] needs to be de delivered to both [email protected] and the "buz" local account # Possible solution, rename buz account to buzdummy, but this would case other problems buz: […]
有什么办法可以configuration我的exim自动删除消息popup或有错误,而不是他们被冻结和积累在队列中? 我正在冻结队列名称中获得大量的按摩。 谢谢, 拉叠
我一直在关注如何通过exim和我的Gmail帐户从ubuntu服务器发送电子邮件的各种指南。 我认为我已经在这个区块上多次出现过,所以我已经把它搞砸了。 任何人都可以看到什么是不对的? 我不想在此论坛post中包含任何真实的电子邮件地址或域名,所以无论何时出现在configuration文件中,我都会按如下方式将它们交换出去。 我将使用愚蠢的名字,而不是描述性的名字,所以他们不会混淆了系统variables等 domain name for the server: bigspanners.com username i'm logged into the server as: jimmy hostname on the server: spanners "long" hostname (result of `hostname -f`): spanners.bigspanners.com the gmail address i want to send from: [email protected] gmail password: abcdefgh 我的exim4configuration( /etc/exim4/update-exim4.conf.conf )如下所示: #/etc/exim4/update-exim4.conf.conf dc_eximconfig_configtype='smarthost' dc_other_hostnames='' dc_local_interfaces='127.0.0.1 ; ::1' dc_readhost='bigspanners.com' dc_relay_domains='' dc_minimaldns='false' […]
这是从aol滥用得到的电子邮件标题和信息。 这种types的电子邮件是从我的服务器以非常低的速率随机生成的,IP被非常频繁地列入黑名单。 经过2周的努力,我仍然无法find垃圾邮件发送者: Return-Path: <[email protected]> Received: from zircon.freezone.co.uk (zircon.freezone.co.uk [91.222.8.110]) by mtaig-mcb01.mx.aol.com (Internet Inbound) with SMTP id 09111700012D7 for <[email protected]>; Sun, 9 Nov 2014 10:13:08 -0500 (EST) Received: from rosemaryzipn by mailtn.zircon.freezone.co.uk with local (Exim 4.40) id YAkDpP-GlgNmv-5p for [email protected]; Sun, 09 Nov 2014 23:57:32 +0000 To: [email protected] Subject: Photos from the most thrilling naked […]
我要用Exim在我的服务器上设置DKIM,并且有以下问题: 问题1 我的服务器主机名是domain1.com ,服务器正在发送电子邮件: Return-Path: <[email protected]> envelope-from <[email protected]>, etc 但是,所有电子邮件都可能包含不同的“发件人”地址: From: something2 <[email protected]> From: something3 <[email protected]> 我应该为domain1.com创buildDKIM密钥并使用此密钥签署所有电子邮件,还是应该为用作“发件人”地址的所有域创buildDKIM密钥? 问题2 我从自己的服务器发送带有域名的邮件,但同时我使用Gmail的域名。 如果我为我的域domain1.com创buildDKIM密钥并发布相应的DNSlogging,会发生什么情况? 从我的服务器发送的电子邮件将被DKIM签名,但从Gmail系统与我的域一起发送的电子邮件将不会被签名。 即使DKIM公钥在DNS中发布,是否可以不签名电子邮件?
在我的服务器上,我使用这个路由器来实现redirect virtual_aliases: driver = redirect allow_defer allow_fail data = ${lookup{$local_part@$domain}wildlsearch*@{/etc/vhosts/forwards}} domains = /etc/vhosts/maildomains qualify_preserve_domain retry_use_local_part 和/etc/vhosts/forwards条目一样 [email protected]: [email protected] ^.*@example2.com: [email protected] 这工作正常,并按预期。 现在我的客户要求我将第二行改为“全部转发,除了[email protected]和[email protected]”外,因为这些内容吸引了太多的垃圾邮件。 在/etc/vhosts/forwards有没有一种很好的方法来实现这个逻辑,还是我需要添加另一个黑名单路由器?
突然有些人或电脑正在尝试login我的linux directadmin服务器。 最近几天,我在Direct Admin中收到很多Exim2蛮力攻击的消息。 我已经在服务器上安装了Fail2Ban&Block_IP.SH。 所以如果用户失败15次login,那么IP地址将被阻止。 我怎样才能阻止攻击继续,所以电脑不会再尝试login?
发送电子邮件时,我的服务器收到以下警告 SMTP error from remote mail server after initial connection: 554 p3plibsmtp01-04.prod.phx3.secureserver.net bizsmtp IB103. Connection refused. 162.144.132.### has a poor reputation on Cloudmark Sender Intelligence (CSI). Please visit http:/ 我通过电子邮件发现他们为什么被列出,这是他们寄给我的: Return-path: <[email protected]> Received: from server.mydomain.com ([162.144.132.###]) by redacted (Oracle Communications Messaging Server 7.0.5.34.0 64bit (built Oct 14 2014)) with SMTP id <[email protected]> for redacted; Sat, […]
我想添加TLS到我的Exim4服务器。 我遵循这个教程: http : //mindref.blogspot.it/2011/03/exim4-ssl-tls.html 当我尝试在端口25上与TLS进行连接时,我logging了此错误: 从xxx.com [xx.xx.xx.xx](cert / key setup:cert = / etc / exim4 / exim.key key = / etc / exim4 / exim.crt)连接时发生TLS错误:parsing错误。 我敢肯定,crt和密钥文件是可读的,因为我也试图打开unix权限到777,但我仍然有这个错误。 /etc/exim4/exim.key文件看起来像这样(删除了base64): —–BEGIN PRIVATE KEY—– … base64 chrs … —–END PRIVATE KEY—– 和/etc/exim4/exim.crt看起来像这样: Certificate: Data: Version: 3 (0x2) Serial Number: 14690173033539450539 (0xcbddfa8ac92436ab) Signature Algorithm: sha256WithRSAEncryption Issuer: C=TS, ST=Test, O=Myname […]