LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 04-06-2006, 12:54 AM   #1
crossazhangfan
LQ Newbie
 
Registered: Dec 2005
Posts: 5

Rep: Reputation: 0
Question Help! Hotmail.com rejected email sent by my server!


Now I have a domain name,so I want to configure a mail server!


I installed exim4 in my computer,and configured it!

Here is the update.exim4.conf.conf

Quote:
dc_eximconfig_configtype='internet'
dc_other_hostnames='alagaza.com.cn'
dc_local_interfaces='192.168.1.10'
dc_readhost='alagaza.com.cn'
dc_relay_domains='alagaza.com.cn'
dc_minimaldns='false'
dc_relay_nets=''
dc_smarthost='localhost'
CFILEMODE='644'
dc_use_split_config='false'
dc_hide_mailname='false'
dc_mailname_in_oh='true'
I user dmz hosts so "dc_local_interfaces" is my LAN IP!
Now hotmail can recive the mail sent by server
But the mail appared in the trash box of hotmail,
I'don't want that,

Any body help me ??

SOFTWARE ENV:

Debian Sarge
EXIM 4.5
DOMAINNAME ALAGAZA.COM.CN
HOSTNAME ALAGAZA
 
Old 04-06-2006, 03:18 AM   #2
sysxi
LQ Newbie
 
Registered: Jan 2004
Distribution: Redhat Fedora / Solaris 10
Posts: 25

Rep: Reputation: 15
Hi,

Often junk mail is selected due to improper domain name configuration and/or public IP configuration.

Is your mail server setup with a public IP address ?
Can you post the SMTP header of the rejected/junk mail ?

Regards,
 
Old 04-06-2006, 09:26 AM   #3
centauricw
Member
 
Registered: Dec 2005
Location: Lawrenceville GA
Distribution: Slackware, CentOS. Red Hat Enterprise Linux
Posts: 216

Rep: Reputation: 31
There is no reverse DNS lookup entry for your domain name. By default, most mail servers will automatically classify email from your server as spam or simply refuse to talk with your server. You will need to have your ISP add a reverse DNS lookup for your IP address (assuming they're willing to do that).

Quote:
nslookup 218.81.109.81
Server: 192.168.50.1
Address: 192.168.50.1#53

** server can't find 81.109.81.218.in-addr.arpa: SERVFAIL
 
Old 04-06-2006, 07:06 PM   #4
Snowbat
Member
 
Registered: Jun 2005
Location: q3dm7
Distribution: Mandriva 2010.0 x86_64
Posts: 338

Rep: Reputation: 31
218.81.109.81 is currently listed in dynablock.njabl.org as a dynamically assigned IP address. Some mail servers are configured to reject mail from hosts listed in dynablock.njabl.org. Some mail servers are configured to tag mail from hosts listed in dynablock.njabl.org as spam.

http://www.njabl.org/cgi-bin/lookup....218.81.117.153

If you have a static IP address from your provider, ask them to set up reverse DNS for your IP address and then ask njabl.org to delist you from dynablock. Note the following requirement for delisting:
Quote:
If you claim your IP space is not dynamic, it will have to meet one of two conditions for removal to be considered:

* Your IP space must be reassigned via whois to show that it's "your address space".
* There must be unique (non-script-generated) rDNS for your IPs. rDNS for 1.2.3.4 of 1-2-3-4-blah.some.provider or blah-10-24-3-4.blah.some.provider do not qualify.
 
Old 04-07-2006, 04:45 AM   #5
crossazhangfan
LQ Newbie
 
Registered: Dec 2005
Posts: 5

Original Poster
Rep: Reputation: 0
Thanks a lot !
Now here is head information of a email delivered by my mail server,it was modified
by SpamAssian system:

Quote:
[Return-path: <root@alagaza.com.cn>
Authentication-Results: idotorg.org
smtp.mail=root@alagaza.com.cn; ip-match=fail
Authentication-Results: idotorg.org
header.from=root@alagaza.com.cn; domainkeys= (no key)
Authentication-Results: idotorg.org
smtp.helo=alagaza.com.cn; ip-match=fail
Received: from alagaza.com.cn ([218.81.117.153])
by idotorg.org (idotorg.org)
(MDaemon.PRO.v8.1.1.R)
with ESMTP id md50000099948.msg
for <edwin.zhang@alagaza.com>; Thu, 06 Apr 2006 17:12:25 +0800
Received: from root by alagaza.com.cn with local (Exim 4.50)
id 1FRQa7-0002RU-TV
for edwin.zhang@alagaza.com; Thu, 06 Apr 2006 17:15:11 +0800
To: edwin.zhang@alagaza.com
Subject: [***SPAM*** Score/Req: 17.5/5.0] My Email
Message-Id: <E1FRQa7-0002RU-TV@alagaza.com.cn>
From: root <root@alagaza.com.cn>
Date: Thu, 06 Apr 2006 17:15:11 +0800
X-Lookup-Warning: MAIL lookup on root@alagaza.com.cn does not match 218.81.117.153
X-Lookup-Warning: EHLO lookup on alagaza.com.cn does not match 218.81.117.153
X-MDRcpt-To: edwin.zhang@alagaza.com
X-Rcpt-To: edwin.zhang@alagaza.com
X-MDRemoteIP: 218.81.117.153
X-Return-Path: root@alagaza.com.cn
X-MDaemon-Deliver-To: edwin.zhang@alagaza.com
X-Spam-Prev-Subject: My Email
X-Spam-Flag: YES
X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05)
X-Spam-Report:
* 18 BAYES_99 BODY: Bayesian spam probability is 99 to 100%
* [score: 1.0000]
X-Spam-Status: Yes, score=17.5 required=5.0 tests=BAYES_99 autolearn=no
version=3.0.4
X-Spam-Level: *****************
X-Spam-Processed: idotorg.org, Thu, 06 Apr 2006 17:12:26 +0800
X-MDAV-Processed: idotorg.org, Thu, 06 Apr 2006 17:12:28 +0800
Aobout IP 192.168.1.10:
218.81.117.153 is my WAN address with domain name alagaza.com.cn
192.168.1.10 is my LAN address,
There is a ROUTER between WAN AND MY LAN.
I set host of 192.168.1.10 as DMZ host!
WHERE there is any incoming connection, the host will process it !!
Now help me ,thanks a lot
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Email client that supports HTTP email (hotmail NoUse4ANick Linux - General 5 11-07-2005 03:51 AM
recive email from hotmail or etc via kmail salahuddin_66 Linux - Networking 6 07-12-2004 10:04 PM
Email Application Compatible with Hotmail SML Linux - Newbie 18 03-24-2004 11:58 PM
HTML email in Hotmail Tenover Linux - Newbie 4 09-17-2003 11:49 PM
new hotmail email notification notslim Linux - General 2 08-05-2003 02:37 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 06:00 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration