Articles of 进出口

限制用户访问特定IP地址的电子邮件

我有一个Exta作为MTA的Centos服务器上的Cpanel。 我面临的问题是,我有更多的100个用户和他们的密码泄漏大部分时间,然后有人从我们的外部networking使用我的exim发送数千垃圾邮件,并将我的IP列入黑名单。 现在我想要限制在exim中的IP,以便只有特定的用户可以通过他们的outlook或Thunderbird连接到exim并发送电子邮件。

mail.log的PHP邮件

我有一台新的服务器。 当我得到一个新的服务器时,我总是在php.ini中激活mail.log。 我也是。 path是/var/log/phpmaillog 我重新启动httpd,我也创build了该文件 touch / var / log / phpmaillog 但它不logging任何电子邮件。 服务器使用WHM面板和Exim MTA。 帮助我Obi-Wan Kenobi。 你是我唯一的希望。

Exim4只发送SMTP邮件服务器上的FQDN不正确

我对Linux系统相当陌生,我试图用exim4发送电子邮件到我的gmail ID。 我发现许多exim4在线教程,我正在做这个,但是我从来没有收到任何电子邮件。 日志文件显示:/ var / log / exim4 / mainlog 2015-01-28 20:27:23 1YGdtD-0003Tx-7N <= [email protected] U=root P=local S=406 2015-01-28 20:27:23 1YGdtD-0003Tx-7N ** *[email protected] R=nonlocal: Mailing to remote domains not supported 2015-01-28 20:27:23 1YGdtD-0003U1-Ei <= <> R=1YGdtD-0003Tx-7N U=Debian-exim P=local S=1279 2015-01-28 20:27:23 1YGdtD-0003U1-Ei ** [email protected] <[email protected]> R=nonlocal: Mailing to remote domains not supported 2015-01-28 20:27:23 […]

如何筛选和垃圾某个域名的收件人在exim?

我发现一个系统的大量用户已经将电子邮件地址地址设置为具有顶级域名.test的地址。 作为一个临时的措施,我不想试图传递这些邮件,我只是想悄悄地将它们转储到相当于/ dev / null的邮件。 有没有办法configurationexim只是垃圾这些收件人? (我需要教育人们不要这样做,而不是在QAtesting时select其他一些随机的电子邮件地址,但是同时我想阻止所有收件人在这个垃圾邮件发送尝试。)

RCPT TO:<[email protected]>后,远程邮件服务器拒绝SMTP错误

您好我有一个问题,当我想在exim中使用智能主机方法发送邮件,并使用Mailgun作为中继的SMTP服务器。 这是我的configuration dc_eximconfig_configtype='smarthost' dc_other_hostnames='example.com' dc_local_interfaces='127.0.0.1 ; ::1' dc_readhost='' dc_relay_domains='*' dc_minimaldns='false' dc_relay_nets='my_network_ip.0/24' dc_smarthost='smtp.mailgun.org:587' CFILEMODE='644' dc_use_split_config='false' dc_hide_mailname='false' dc_mailname_in_oh='true' dc_localdelivery='mail_spool' 那么当我尝试发送邮件,并在日志中查找我有这个结果 2015-03-18 12:04:09 1YYChl-0002iS-14 <= [email protected] H=localhost ([email protected]) [127.0.0.1] P=esmtp S=752 id=84a9b3b278174ec2d634bfed7c42bac9.squirrel@localhost 2015-03-18 12:04:10 1YYChl-0002iS-14 ** [email protected] R=smarthost T=remote_smtp_smarthost: SMTP error from remote mail server after RCPT TO:<[email protected]>: host smtp.mailgun.org [50.56.21.178]: 550 5.7.1 Relaying denied 2015-03-18 12:04:10 1YYChm-0002ia-1K […]

有人能解释这个exim的mainlog行吗?

我不明白在exim mainlog这行,可能有人解释这一点? 我的服务器发送垃圾邮件,我需要停止它。 2015-04-25 07:51:42 1Ylqf0-0000TF-G1 DKIM: d=mandrillapp.com s=mandrill c=relaxed/relaxed a=rsa-sha256 [email protected] t=1429909592 [verification succeeded] 2015-04-25 07:51:42 1Ylqf0-0000TF-G1 H=mail134-14.atl141.mandrillapp.com [198.2.134.14] X=TLSv1:DHE-RSA-AES256-SHA:256 temporarily rejected DKIM : DKIM: Deferred. reason='pubkey_unavailable' 2015-04-25 07:51:23 H=www4153up.sakura.ne.jp (todaygoh**.com) [153.121.54.***] sender verify defer for <[email protected]>: host lookup did not complete 2015-04-25 07:51:23 H=www4153up.sakura.ne.jp (todaygoh**.com) [153.121.54.***] F=<[email protected]> temporarily rejected RCPT <[email protected]>: Could not […]

发送邮件为[email protected]而不是[email protected]

我正在尝试以[email protected]的forms发送电子邮件。 主机名称是机器的名称。 这样我知道哪些机器发送警报。 在Debian 8上运行postfix。我创build了一个通用文件并列出 [email protected] [email protected] 在修改main.cf以引用通用文件后,运行后映射generics并重新启动后缀。 当我以root身份发送邮件时,它仍以[email protected]身份到达postfix服务器。 任何想法我做错了什么? 在一个非postfix的机器上,只运行exim4,电子邮件将作为[email protected]发送,但是在from字段(名称)中发送根。 我怎样才能删除名称? 我只是从/ etc / passwd中删除名称根?

Debian:configuration一个只发送smtp服务器(exim或postfix)

我正在configuration一个debian服务器,我需要一个邮件服务器来处理所有的通知(fail2ban,logwatch等)。 我需要这些通知发送到一个特定的电子邮件地址。 我有一个我可以使用的域的smtp帐户。 我成功configurationexim使用这个smtp服务器通过使用“ 卫星 ”模式这里是我的/etc/exim4/update-exim4.conf.conf dc_eximconfig_configtype='satellite' dc_other_hostnames='' dc_local_interfaces='127.0.0.1' dc_readhost='mydomain.com' dc_relay_domains='' dc_minimaldns='false' dc_relay_nets='' dc_smarthost='mysmtp-server:587' CFILEMODE='644' dc_use_split_config='false' dc_hide_mailname='true' dc_mailname_in_oh='true' dc_localdelivery='maildir_home' 这适用于发送邮件,但是当我发送邮件到@localhost邮件发送到我的smtp服务器,并丢失。 我想要exim将邮件存储到本地用户家中的Maildir的@localhost中。 如果需要,我也可以使用postfix。

exim4问题发送邮件给Gmail

我试图从我的服务器发送自动电子邮件到我的Gmail帐户,这样我可以得到重要的通知,如当我的networking服务器没有响应,或只是一些日常统计。 作为电子邮件发送程序,我在我的debian6服务器上使用exim4。 每当发送邮件时,我都会在/ var / log / exim4 / mainlog中获得以下错误日志: 2016-04-24 12:48:34 1auHac-0000Mr-G3 ** [email protected] R=dnslookup T=remote_smtp X=TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128 DN="C=US,ST=California,L=Mountain View,O=Google Inc,CN=mx.google.com": SMTP error from remote mail server after end of data: host gmail-smtp-in.l.google.com [2a00:1450:400c:c09::1b]: 550-5.7.1 [2a02:c200:1:10:2:6:6291:1] Our system has detected that this message\n550-5.7.1 does not meet IPv6 sending guidelines regarding PTR records and\n550-5.7.1 authentication. Please […]

Exim4邮件程序守护程序地址

我的exim4邮件服务器使用错误的扩展名发送通知,我的意思是: Mail Delivery System <[email protected]> 该服务器是一个多域服务器,而mydomain.err是一个受pipe域,但不是主域。 我想设置主域和守护进程的地址,但我无法在configuration中find它,我做了所有eximconfiguration寻找mydomain.err的grep,我只在这里find它: dc_other_hostnames='maindomain.com;mydomain.err;otherdomain.com' 我在哪里可以更改守护程序地址和主域名?