我已经build立了一个Exim中继,我需要转发电子邮件进入一个特定的域被发送到另一个地址,但我到目前为止没有运气。 我已经build立了这样一个路由器: postmaster_redirect: driver = redirect domains = domain.toredirect.com data = [email protected] 这在理论上应该做的把所有发送到该域的邮件redirect到[email protected],但似乎并不奏效。 还有什么我可以尝试? 谢谢。
所以,我在Amazon上有一台Ubuntu 12.04服务器。 它最近开始发送垃圾邮件。 当我做htop来查看程序列表时,我可以看到那里的exim进程,但没有安装! 我们使用的是后缀。 Htop截图 我到目前为止所尝试的是: 杀死进程(立即重新出现) 升级一切(apt-get update && apt-get upgrade) 在我的日志中启用X-PHP-Originating-Script(但它不会显示在日志中) ps aux: www-data 22612 0.4 0.1 35660 7152 ? Ss 09:24 0:01 exim www-data 22612 0.4 0.1 35660 7152 ? Ss 09:24 0:01 exim netstat -lp Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 *:smtp *:* […]
domain.com和domain.net托pipe在同一台服务器server1 。 为避免垃圾邮件和病毒,所有传出的电子邮件(甚至是本地域名)都需要使用第三方服务进行扫描。 因此,从[email protected]到[email protected]电子邮件应离开server1 ,然后在server1外部检查,然后根据其MXlogging将其发送到server1 ,从中发送它。 在这里,我们结束一个循环: Too many "Received" headers – suspected mail loop 。 这就是我所拥有的: smarthost_relay: driver = manualroute ignore_target_hosts = 127.0.0.0/8 condition = ${if !inlist{$sender_host_address}{<; 46.xxx.xxx.xxx }} condition = ${if or {{!eq{$sender_address}{}} {!eq{$sender_host_address}{}}}} condition = '${perl{check_limits}}' transport = auth_relay route_list = $domain 46.xxx.xxx.xxx::587 same_domain_copy_routing = yes no_more $sender_host_address在这里不起作用,正如我所料。 因为在远程检查后电子邮件到达时它是空的。 我错过了什么? 如何完成它? 问候,亚历克斯。
我已经安装了我的电子邮件服务器,并从mxtoolbox.com运行了一些testing一切工作正常,但我唯一的问题是一个缓慢的连接和交易时间。 这可能是由于我试图排除故障,但没有成功。
你如何获得centos进行debugging? 选项“debug_print”未知(必须在任何私有选项之前指定“driver”) remote_login: debug_print = "This is a test" driver = plaintext public_name = LOGIN client_send = : user : password sudo服务exim重启 启动时间:2017-03-29 11:13:41 / etc / exim / remote_login_auth第2行中的Eximconfiguration错误:选项“debug_print”未知(必须在任何私有选项之前指定“driver” 要么 sudo exim -d LOG:PANIC DIE / etc / exim / remote_login_auth的第2行中的Eximconfiguration错误:选项“debug_print”未知(必须在任何私有选项之前指定“driver”
我拉我的头发试图找出如何发送一个HTML消息使用进出口。 发送正常的短信: $ mail -s "Testing" [email protected] 123 CTRL-D 这工作正常,但我怎么能指定Content-type: text/html ? 我的最终目标是能够做到这一点: $ eximstats -html /var/log/exim4/mainlog | mail -s "Exim report" [email protected] 并真正到达作为一个HTML电子邮件
我在G Suite(Google Apps)中有一个帐户,而且我制作了一个DKIM,是否可以使用此DKIM通过exim从我的服务器上签名发送的电子邮件? 如果可能,我如何configurationexim?
我是exim4的新手。 我有这样的configuration: .ifdef SA_ENABLE warn !authenticated = * hosts = !127.0.0.1/24 condition = ${if < {$message_size}{1K}} spam = SA_SPAMD_USER:true add_header = X-Spam_score: $spam_score\n\ X-Spam_score_int: $spam_score_int\n\ X-Spam_bar: $spam_bar\n\ X-Spam_report: $spam_report warn !authenticated = * hosts = !+relay_from_hosts spam = SA_SPAMD_USER:true/defer_ok add_header = X-Spam_score: $spam_score\n\ X-Spam_score_int: $spam_score_int\n\ X-Spam_bar: $spam_bar\n\ X-Spam_report: $spam_report set acl_m4 = $spam_score_int condition = […]
如果我们在多个MSA服务器上设置相同的HELO名称,可以吗? 还是应该是唯一的,并包括实际的服务器的主机名? 由于less数原因,我们不能简单地让我们的应用程序使用单个MSA。
我想知道是否有可能在exim4服务器多次authentication失败的情况下自动禁止/过滤一段时间的IP。