Debugage mail, configuration et DNS : Différence entre versions
De wikiGite
(Page créée avec « = Configuration sendmail = = Configuration DNS = Les DNS corrects pour sendmail (Postfix est plus permissif) : If your site is named "www.company.com" in the GUI and has the... ») |
(Aucune différence)
|
Version du 17 mai 2011 à 16:19
Configuration sendmail
Configuration DNS
Les DNS corrects pour sendmail (Postfix est plus permissif) :
If your site is named "www.company.com" in the GUI and has the Email Server Alias "company.com", then this is the minimum set of DNS records you ought to have: company.com ---- A Record ----> <IP-Address> www.company.com ---- A Record ----> <IP-Address> company.com ---- MX Record ---> www.company.com (*) www.company.com ---- MX Record ---> www.company.com (*) <IP-Address> ---- Reverse ----> company.com or servername.company.com (***)
(*) = This MUST be the exact name (including the hostname part) of the domain as shown in the GUI interface. (***) You must have reverse delegation authority for that network address in order for this to work. Or ask your network provider to set up a reverse for you. Or at the worst check that your IP has a reverse record already.
Debug sendmail
Voir la config hostname de sendmail
echo '$=m' | sendmail -bt -d0.4
"mailq -d" affiche aussi ces infos, + d'autres, + la file d'attente !
ERREURS
- MX loops back to me
peut signifier un tas de chose... Dans l'ordre :
- vérifier que l'adresse IP pointe vers le FQDN et non vers localhost dans /etc/hosts
- vérifier la configuration des DNS (voir ci-dessus), notamment que le MX pointe soit vers une IP directe, soit un alias qui pointe lui-même directement versun une IP
- vérifier les adresses reverse DNS. Elle doivent pointer vers un nom de domaine.