Bonjour tout le monde,
Je me suis inscrit sur ce forum car j'ai besoin d'aide. En général, une recherche sur google et on trouve la solution... Là je suis perdu!
Alors voilà le topo :
J'ai un serveur Kimsufi depuis 1 mois, release 2 d'OVH. Mes domaines sont accessibles, tout va bien.
Mon problème vient lors de l'envoi de mails. Ceux-ci arrivent bien chez Gmail, mais pas sur hotmail. Ils arrivent en courrier indésirable chez ce dernier.
Alors tout de suite ma conf :
/etc/bind/named.conf
Citation :
options {
directory "/var/bind";
allow-recursion {127.0.0.1;};
// uncomment the following lines to turn on DNS forwarding,
// and change the forwarding ip address(es) :
//forward first;
//forwarders {
// 123.123.123.123;
// 123.123.123.123;
//};
// listen-on-v6 { none; };
// listen-on { 127.0.0.1; };
// to allow only specific hosts to use the DNS server:
//allow-query {
// 127.0.0.1;
//};
// if you have problems and are behind a firewall:
//query-source address * port 53;
pid-file "/var/run/named/named.pid";
};
// Briefly, a zone which has been declared delegation-only will be effectively
// limited to containing NS RRs for subdomains, but no actual data beyond its
// own apex (for example, its SOA RR and apex NS RRset). This can be used to
// filter out "wildcard" or "synthesized" data from NAT boxes or from
// authoritative name servers whose undelegated (in-zone) data is of no
// interest.
// See http://www.isc.org/products/BIND/delegation-only.html for more info
//zone "COM" { type delegation-only; };
//zone "NET" { type delegation-only; };
zone "." IN {
type hint;
file "named.ca";
};
zone "localhost" IN {
type master;
file "pri/localhost.zone";
allow-update { none; };
notify no;
};
zone "127.in-addr.arpa" IN {
type master;
file "pri/127.zone";
allow-update { none; };
notify no;
};
zone "mondomaine.com" {
type master;
file "/var/bind/pri/mondomaine.com.hosts";
notify-source xxx.xxx.xxx.xxx;
};
zone "mondomaine.fr" {
type master;
file "/var/bind/pri/mondomaine.fr.hosts";
notify-source xxx.xxx.xxx.xxx;
};
|
/etc/bind/pri/mondomaine.com.hosts
Citation :
$ttl 86400
mondomaine.com. IN SOA ns.mondomaine.com. webmaster.mondomaine.com. (
2010031605
21600
3600
604800
86400 )
IN NS ksxxxxx.kimsufi.com.
IN NS ns.kimsufi.com.
IN MX 10 mail.mondomaine.com.
IN TXT "v=spf1 a mx a:ksxxxxx.kimsufi.com ip4:xxx.xxx.xxx.xxx mx:mail.mondomaine.com mx:ksxxxxx.kimsufi.com ~all"
IN TXT "spf2.0/pra"
IN A xxx.xxx.xxx.xxx
www IN A xxx.xxx.xxx.xxx
mail IN A xxx.xxx.xxx.xxx
smtp IN A xxx.xxx.xxx.xxx
pop IN A xxx.xxx.xxx.xxx
pop3 IN A xxx.xxx.xxx.xxx
imap IN A xxx.xxx.xxx.xxx
sql IN A xxx.xxx.xxx.xxx
mysql IN A xxx.xxx.xxx.xxx
ns IN A xxx.xxx.xxx.xxx
|
Résultat de Port25
Citation :
The Port25 Solutions, Inc. team
==========================================================
Summary of Results
==========================================================
SPF check: pass
DomainKeys check: neutral
DKIM check: neutral
Sender-ID check: neutral
SpamAssassin check: ham
==========================================================
Details:
==========================================================
HELO hostname: ksxxxxx.kimsufi.com
Source IP: xxx.xxx.xxx.xxx
mail-from: webmaster@mondomaine.com
----------------------------------------------------------
SPF check details:
----------------------------------------------------------
Result: pass ID(s) verified: smtp.mail=webmaster@mondomaine.com
DNS record(s):
mondomaine.com. 86400 IN TXT "spf2.0/pra"
mondomaine.com. 86400 IN TXT "v=spf1 a mx a:ksxxxxx.kimsufi.com
ip4:xxx.xxx.xxx.xxx mx:mail.mondomaine.com mx:ksxxxxx.kimsufi.com ~all"
mondomaine.com. 86400 IN A xxx.xxx.xxx.xxx
----------------------------------------------------------
DomainKeys check details:
----------------------------------------------------------
Result: neutral (message not signed)
ID(s) verified: header.From=webmaster@mondomaine.com
DNS record(s):
----------------------------------------------------------
DKIM check details:
----------------------------------------------------------
Result: neutral (message not signed)
ID(s) verified: NOTE: DKIM checking has been performed based on the latest DKIM specs
(RFC 4871 or draft-ietf-dkim-base-10) and verification may fail for
older versions. If you are using Port25's PowerMTA, you need to use
version 3.2r11 or later to get a compatible version of DKIM.
----------------------------------------------------------
Sender-ID check details:
----------------------------------------------------------
Result: neutral (SPF-Result: Neutral)
ID(s) verified: header.From=webmaster@mondomaine.com
DNS record(s):
mondomaine.com. 86400 IN TXT "spf2.0/pra"
mondomaine.com. 86400 IN TXT "v=spf1 a mx a:ksxxxxx.kimsufi.com
ip4:xxx.xxx.xxx.xxx mx:mail.mondomaine.com mx:ksxxxxx.kimsufi.com ~all"
----------------------------------------------------------
SpamAssassin check details:
----------------------------------------------------------
SpamAssassin v3.2.5 (2008-06-10)
Result: ham (-0.6 points, 5.0 required)
pts rule name description
---- ---------------------- --------------------------------------------------
-0.0 SPF_PASS SPF: sender matches SPF record
2.2 TVD_SPACE_RATIO BODY: TVD_SPACE_RATIO
-2.6 BAYES_00 BODY: Bayesian spam probability is 0 to 1%
[score: 0.0000]
-0.2 AWL AWL: From: address is in the auto white-list
|
Mon reverse DNS est : ns.mondomaine.com
J'ai bien contacté Microsoft par le biais de leur formulaire du Sender ID, réponse positive... Sauf que le problème est toujours là... Et ça fait maintenant plus de 2 semaines que je patoge...
Voilà, ça fait beaucoup d'info, mais s'il en manque n'hésitez pas. J'espère que quelqu'un pourra m'aider.
Cordialement,
le_dahu_vert