Bonjour,
J'ai fait :
[root@srv184 ~]# traceroute mail.hotmail.com
traceroute to mail.hotmail.com (64.4.50.50), 30 hops max, 40 byte packets
1 GigaEth-3-1-vl300-core-mrs.ip-star.net (193.34.16.254) 0.237 ms 0.338 ms 0.321 ms
2 gi9-2.ccr01.mrs01.atlas.cogentco.com (149.6.83.173) 0.644 ms 0.703 ms 0.759 ms
3 te1-4.mpd02.par01.atlas.cogentco.com (130.117.2.185) 92.918 ms 92.919 ms 92.982 ms
4 * * *
5 vl3492.mpd01.dca02.atlas.cogentco.com (66.28.4.86) 93.134 ms 93.240 ms 93.406 ms
6 vl3496.mpd01.iad01.atlas.cogentco.com (154.54.5.46) 93.072 ms 93.153 ms *
7 ge5-1.edge1.ash1.us.msn.net (154.54.10.102) 92.954 ms 93.006 ms 93.084 ms
8 ge-7-3-0-55.ash-64cb-1b.ntwk.msn.net (207.46.41.61) 93.151 ms 93.294 ms 93.276 ms
9 so-6-0-2-0.sjc-64cb-1a.ntwk.msn.net (207.46.34.153) 174.702 ms * 189.659 ms
10 ge-1-0-0-0.bay-64c-1a.ntwk.msn.net (207.46.37.158) 175.452 ms 175.481 ms 175.477 ms
11 * * *
12 * * *
13 * * *
14 * * *
15 * * *
16 * * *
17 * * *
18 * * *
19 * * *
20 * * *
21 * * *
22 * * *
23 * * *
24 * * *
25 * * *
26 * * *
27 * * *
28 * * *
29 * * *
30 * * *
et
[root@srv184 ~]# ping mail.hotmail.com
PING mail.hotmail.com (65.54.245.40) 56(84) bytes of data.
Donc apparemment de ce cote je n ai pas de soucis.
J'ai essaye d envoyer les mails avec la fonction mail de php et par le webmail avec squirrelmail et horde mais cela ne change rien...
Concernant mon domaine, je l ai acheté chez hosteur...C est Voilou.fr Mon serveur dedie est aussi chez hosteur...
Sinon dans mon fichier named.conf il a ete configurer par mon hebergeur...je pense que tout est juste...:
include "/etc/rndc.key";
controls {
inet 127.0.0.1 allow { localhost; } keys { "rndc-key"; };
};
options
{
/* make named use port 53 for the source of all queries, to allow
* firewalls to block all ports except 53:
*/
query-source port 53;
// Put files that named is allowed to write in the data/ directory:
directory "/var/named"; // the default
dump-file "data/cache_dump.db";
statistics-file "data/named_stats.txt";
memstatistics-file "data/named_mem_stats.txt";
};
logging
{
/* If you want to enable debugging, eg. using the 'rndc trace' command,
* named will try to write the 'named.run' file in the $directory (/var/na$
* By default, SELinux policy does not allow named to modify the /var/name$
* so put the default debug log file in data/ :
*/
channel default_debug {
file "data/named.run";
severity dynamic;
};
};
// All BIND 9 zones are in a "view", which allow different zones to be served
// to different types of client addresses, and for options to be set for groups
// of zones.
//
// By default, if named.conf contains no "view" clauses, all zones are in the
// "default" view, which matches all clients.
//
// If named.conf contains any "view" clause, then all zones MUST be in a view;
// so it is recommended to start off using views to avoid having to restructure
// your configuration files in the future.
view "localhost_resolver"
{
/* This view sets up named to be a localhost resolver ( caching only nameserver$
* If all you want is a caching-only nameserver, then you need only define this$
*/
match-clients { localhost; };
match-destinations { localhost; };
recursion yes;
zone "." IN {
type hint;
file "/var/named/named.ca";
};
/* these are zones that contain definitions for all the localhost
* names and addresses, as recommended in RFC1912 - these names should
* ONLY be served to localhost clients:
*/
include "/var/named/named.rfc1912.zones";
};
view "internal"
{
/* This view will contain zones you want to serve only to "internal" clients
that connect via your directly attached LAN interfaces - "localnets" .
*/
match-clients { localnets; };
match-destinations { localnets; };
recursion yes;
zone "." IN {
type hint;
file "/var/named/named.ca";
};
// include "/var/named/named.rfc1912.zones";
// you should not serve your rfc1912 names to non-localhost clients.
// These are your "authoritative" internal zones, and would probably
// also be included in the "localhost_resolver" view above :
zone "voilou.fr" {
type master;
file "/var/named/voilou.fr.db";
};
zone "srv184.hosteur.com" {
type master;
file "/var/named/srv184.hosteur.com.db";
};
zone "ns.hosteur.com" {
type master;
file "/var/named/ns.hosteur.com.db";
};
};
view "external"
{
/* This view will contain zones you want to serve only to "external" clients
* that have addresses that are not on your directly attached LAN interface sub$
*/
recursion no;
// you'd probably want to deny recursion to external clients, so you don't
// end up providing free DNS service to all takers
// all views must contain the root hints zone:
zone "." IN {
type hint;
file "/var/named/named.ca";
};
// These are your "authoritative" external zones, and would probably
// contain entries for just your web and mail servers:
// BEGIN external zone entries
zone "voilou.fr" {
type master;
file "/var/named/voilou.fr.db";
};
zone "srv184.hosteur.com" {
type master;
file "/var/named/srv184.hosteur.com.db";
};
zone "ns.hosteur.com" {
type master;
file "/var/named/ns.hosteur.com.db";
};
};
Sinon hotmail m a egalement demandé de rajouter un SPF sur mes DNS..Et je suis completement perdu ! Je n ai trouve aucun tutoriel en francais...J'etait sur
http://old.openspf.org/wizard.html et j ai rempli le formulaire comme j ai pu...
Cela m a donc a la fin demander d ajouter "v=spf1 a mx ~all" IN TXT.
Deja, la config du spf est elle correcte? Puis dans quel fichier dois je rajouter "v=spf1 a mx ~all"? named.conf?
Merci pour votre aide...!
Jonathan