Jumping
2008-Sep-25 06:01 UTC
[Pkg-exim4-users] how to verify if my exim4 can receive mails
I have two mal system , one is exim4 and other is MD. The MD acts as primary smtp, and the exim4 acts as second smtp. The exim4 can send out mails. ===================================================When use http://www.checkdns.net/quickcheck.aspx?domain=showme.hk&detailed=1 to test it. I got follow : CheckDNS.NET tests mail-servers Domain showme.hk has 2 mail-servers. Checking mail server (PRI=0) mail.showme.hk [203.98.188.29] Mail server mail.showme.hk[203.98.188.29] answers on port 25 <<< 220 mtelsl.com ESMTP MDaemon 9.5.6; Wed, 24 Sep 2008 14:55:58 +0800 >>> HELO www.checkdns.net <<< 250 mtelsl.com Hello www.checkdns.net, pleased to meet you >>> MAIL FROM: <dnscheck at uniplace.com> <<< 250 <dnscheck at uniplace.com>, Sender ok >>> RCPT TO: <postmaster at showme.hk> <<< 250 <postmaster at showme.hk>, Recipient ok >>> QUIT Mail server mail.showme.hk [203.98.188.29] accepts mail for showme.hk Checking mail server (PRI=5) mail2.showme.hk [59.188.15.185] Mail server mail2.showme.hk[59.188.15.185] answers on port 25 <<< 220 showme ESMTP Exim 4.63 Wed, 24 Sep 2008 14:56:21 +0800 >>> HELO www.checkdns.net <<< 250 showme Hello www.checkdns.net [195.60.98.253] >>> MAIL FROM: <dnscheck at uniplace.com> <<< 250 OK >>> RCPT TO: <postmaster at showme.hk> <<< 550 relay not permitted Probably mail server does not accept mail for showme.hk and recognizes this as relay attempt. Some of your MX do not work properly ======================= tail -f /var/log/exim4/rejectlog 2008-09-23 23:30:41 H=(www.checkdns.net) [195.60.98.253] F=<dnscheck at uniplace.com> rejected RCPT <postmaster at showme.hk>: relay not permitted 2008-09-24 12:54:25 H=(www.checkdns.net) [195.60.98.253] F=<dnscheck at uniplace.com> rejected RCPT <postmaster at showme.hk>: relay not permitted 2008-09-24 14:56:23 H=(www.checkdns.net) [195.60.98.253] F=<dnscheck at uniplace.com> rejected RCPT <postmaster at showme.hk>: relay not permitted 2008-09-24 21:42:31 H=(www.checkdns.net) [195.60.98.253] F=<dnscheck at uniplace.com> rejected RCPT <postmaster at showme.hk>: relay not permitted ====================================================================== If I add 195.60.98.253 to the dc_relay_nets in update-exim4.conf.conf, the test returns ok. How Can I Enable my Exim4 could accept this type test without modify dc_relay_nets ? Thanks your help. -- Don''t tell me how many the enemies,but where they are! (ADV:Perl -- It''s like Java, only it lets you deliver on time and under budget.)
Andreas Metzler
2008-Sep-26 17:48 UTC
[Pkg-exim4-users] how to verify if my exim4 can receive mails
Jumping <quzhengping at gmail.com> wrote:> 2008-09-24 21:42:31 H=(www.checkdns.net) [195.60.98.253] > F=<dnscheck at uniplace.com> rejected RCPT <postmaster at showme.hk>: relay > not permitted > ====================================================================== > If I add 195.60.98.253 to the dc_relay_nets in update-exim4.conf.conf, > the test returns ok.> How Can I Enable my Exim4 could accept this type test without modify > dc_relay_nets ?if showme.hk is a Well, assuming showme.hk is a local domain, i.e. one exim is the final destination for, add it to dc_other_hostnames. cu andreas -- `What a good friend you are to him, Dr. Maturin. His other friends are so grateful to you.'' `I sew his ears on from time to time, sure''
Jumping
2008-Sep-27 02:16 UTC
[Pkg-exim4-users] how to verify if my exim4 can receive mails
Hi Andreas,
Thank you.
I modify the "relay_to_domains = @mx_secondary" to reslove the
problem.
On Sat, Sep 27, 2008 at 1:48 AM, Andreas Metzler
<ametzler at downhill.at.eu.org> wrote:> Jumping <quzhengping at gmail.com> wrote:
>> 2008-09-24 21:42:31 H=(www.checkdns.net) [195.60.98.253]
>> F=<dnscheck at uniplace.com> rejected RCPT <postmaster at
showme.hk>: relay
>> not permitted
>>
======================================================================>
>> If I add 195.60.98.253 to the dc_relay_nets in update-exim4.conf.conf,
>> the test returns ok.
>
>> How Can I Enable my Exim4 could accept this type test without modify
>> dc_relay_nets ?
>
> if showme.hk is a
>
> Well, assuming showme.hk is a local domain, i.e. one exim is the final
> destination for, add it to dc_other_hostnames.
> cu andreas
> --
> `What a good friend you are to him, Dr. Maturin. His other friends are
> so grateful to you.''
> `I sew his ears on from time to time, sure''
>
>
> _______________________________________________
> Pkg-exim4-users mailing list
> Pkg-exim4-users at lists.alioth.debian.org
> http://lists.alioth.debian.org/mailman/listinfo/pkg-exim4-users
>
--
Don''t tell me how many the enemies,but where they are!
(ADV:Perl -- It''s like Java, only it lets you deliver on time and under
budget.)