Articles of exim

使exim4只发送邮件,不要让它接收邮件

我们使用exim4在本地发送电子邮件,但是我们使用Google Apps接收我们的电子邮件。 不幸的是,exim4不会将发送给我们域的邮件(内部通知)发送到Google Apps邮件服务器。 服务器的主机名: server.com 当我们发送电子邮件到[email protected] ,而不是像MXlogging指示那样发送到Google Apps时,exim4正在本地发送。 我们已经尝试改变我们的主机名为其他东西,但是这导致一些供应商将我们的电子邮件过滤为垃圾邮件。 我们如何让exim4 不能收到电子邮件?

IP地址更改后,启动失败

我更改了我们的临时邮件服务器的IP地址(虚拟机已被复制到不同的主机,同时networkingconfiguration使用NAT)。 现在,它不再接受Windows Thunderbird客户端的STARTTLS连接。 它适用于所有其他邮件客户端。 Thunderbird错误信息就像can't set up a secure connection to mail.mydomain.de using STARTTLS, because the server is not offering this function. Disable STARTTLS or contact your provider can't set up a secure connection to mail.mydomain.de using STARTTLS, because the server is not offering this function. Disable STARTTLS or contact your provider 。 但是,exim邮件服务器确实提供了STARTTLS,它仍然可以在旧系统上运行。 这里是eximdebugging日志的摘录: […]

用于防止从本地域名发送电子邮件的Eximconfiguration

与cPanel / WHM的CentOS 6。 黑客以某种方式不断进入我们的cPanel邮件帐户,并从我们的服务器发送垃圾邮件。 他们或者欺骗了垃圾邮件地址,或者只是用“回复”来让受害者看到垃圾邮件发送者select的域名,例如lottery.microsoft.com或类似的东西。 我决定locking服务器,并要求托pipe公司防止任何传出或接收非本地域名的邮件。 他们对/etc/exim.conf进行了一些修改,在文件中添加了一些看起来可能是C代码的东西。 我不知道configuration文件可能在其中有编程结构。 任何人都可以解释下面几行的含义吗? 他们添加的代码应该防止通过电子邮件发送到或从非本地域。 但现在我想改变它允许发送电子邮件到非本地,但继续阻止电子邮件发送。 我也想阻止外发电子邮件的“答复”是非本地的。 我假设#是注释行。 这些variables从哪里来? 什么是allow_fail和no_more ? if语句是否可用,还是用#来评论? #ifdef DCconfig_local # configtype=local # # Stand-alone system, so generate an error for mail to a non-local domain nonlocal: debug_print = "R: nonlocal for $local_part@$domain" driver = redirect domains = !example.com qualify_domain = example.com # domains = […]

如何redirect本地主机邮件? – “远程主机地址是本地主机”(exim)

我刚刚在Ubuntu 14.04上使用VestaCP安装了一个VPS,并使用默认的exim邮件服务器。 我希望能够将邮件转发到root @到另一个电子邮件地址。 但是,我得到了很多,我的意思是堆,这些错误消息在我的日志中: 2015-02-12 02:08:02 H=(mail.onlythebible.com) [106.187.53.43] sender verify defer for <[email protected]>: remote host address is the local host 我实际上有点困惑(原谅我的无知)是[email protected](我的邮件服务器)一样root @ localhost? 为什么会把电子邮件发送到那里? 命令: exim -bt root@localhost返回以下内容: LOG: MAIN remote host address is the local host: localhost (while routing <root@localhost>) root@localhost cannot be resolved at this time: remote host address is the local […]

Exim4在发送电子邮件方面工作得很好,除了地址与在其中的完全合格的域名

Exim总是随时随地进行configuration,因为我只需要每4或5年触摸一次,因为我必须在新服务器上运行电子邮件。 因此,我现在有一个问题,所有的电子邮件被发送出去的服务器,(这是使用智能主机与rackspace),工作正常,被送出… …除了一些电子邮件被发送到本地完全合格的域名的地址。 服务器能够成功发送邮件到: [email protected] [email protected] 无法发送或路由到: [email protected] [email protected] 奇怪的是,它可以发送到: [email protected] 也许是因为它设置在/ etc / aliases中,而不是我的Gmail地址。 这里是相关的eximconfiguration: cat update-exim4.conf.conf dc_eximconfig_configtype='satellite' dc_other_hostnames='www.bitlucid.com;bitlucid.com;saturnalias' dc_local_interfaces='127.0.0.1;::1;100.100.10.77;10.100.90.10' dc_readhost='bitlucid.com' dc_relay_domains='' dc_minimaldns='false' dc_relay_nets='' dc_smarthost='secure.emailsrvr.com::25' hosts_require_tls='secure.emailsrvr.com' tls_tempfail_tryclear='false' #tls_verify_certificates = /etc/ssl/certs CFILEMODE='644' dc_use_split_config='false' dc_hide_mailname='true' dc_mailname_in_oh='true' dc_localdelivery='mail_spool' 这是一个[email protected]地址的testing: exim -bt [email protected] R: system_aliases for [email protected] [email protected] is undeliverable: Unrouteable address 那么,当bitlucid.com是当前的FQDN,我怎样才能发送邮件到[email protected] ,但是我正在推送邮件到一个智能主机(secure.emailsrvr.com)?

超过邮件大小限制时,向pipe理员发送电子邮件

当有人试图发送超过邮件大小限制的电子邮件时,如何触发邮件给pipe理员? 我找不到任何这样的configuration来调整。 注意:我使用exim MTA

Exim – 通过世界可读的exim.conf泄露密码 – 是否有必要?

我看到/etc/exim.conf是世界可读的。 与此相关的问题是configurationExim使用Sendgrid等SMTP服务来路由所有外发电子邮件,将用户名和密码放入该文件,然后允许服务器上的非特权用户获取它。 是否有任何理由为什么这个文件不能只由根可读? 我想知道为什么不考虑它包含敏感信息的可能性。 有人知道吗? -rw-r–r– 1 root root 57523 Jun 19 23:16 /etc/exim.conf

如何从特定IPconfigurationexim4到orelay电子邮件?

我正在尝试使用exim4build立一个SMTP中继服务器。 但是,我只有一个IP,我希望被允许通过我的服务器发送电子邮件。 这是使用iptables或exim内的一些configuration吗? 先谢谢你

使用Exim发送邮件到多个目的地

我想传递邮件到多个目的地,即一个PHP脚本和用户的邮箱。 我正在使用Exim来发送邮件。 我改变了eximconfiguration文件的路由器和传输部分,如下所示。 我devise了一个名为send_to_site的自定义传输。 我能够发送邮件标题到PHP脚本,但无法发送电子邮件到用户的邮箱。 这是我定制的运输: ######路由器 catchall_mail: driver = accept domains = my.server.com transport = send_to_site #####运输 send_to_site: driver = pipe command = /home/bin/curl http://my.server.com/mailTest.php –data-urlencode "mail@-" user = afterlogic group = afterlogic return_path_add delivery_date_add envelope_to_add 其中mailTest.php是我的PHP脚本。

exim4在“响应发送数据块的closures连接”之后不断地重试失败的消息

首先让我说,我不是一个IT人,但是我在我的办公室里被压在里面。 我办公室的某个人向aol.com的某个人发送了一个86MB的电子邮件附件,而aol.com可能因为它太大而拒绝该电子邮件。 当我查看日志时,我会看到“每隔10-20分钟发送一次数据块都会closures连接”,我猜是因为exim4试图不断重新发送数据。 这已经发生了3天,你可以猜测它已经使用了大量的带宽。 为什么在这么多的失败尝试之后,exim4不再发送这封电子邮件? 我需要更改哪个configuration选项来设置放弃这种失败的失败尝试次数?