Pages : 1
#1 Le 22/11/2017, à 20:02
- Danoc
Postfix Name service error for name
Bonjour,
J'ai hérité d'un serveur web avec un Postfix dans mon entreprise.
Il sert a l'envoi de MDP et de formulaire.
Certain mails partent bien mais la plupart on un statut=deferred du a un Name service error for name=
Exemple :
Nov 22 19:38:27 xxxxxx postfix/error[11675]: 1DF86AD263: to=<xxxxxxxxx@orange.fr>, relay=none, delay=0, delays=0/0/0/0, dsn=4.4.3, status=deferred (delivery temporarily suspended: Host or domain name not found. Name service error for name=orange.fr type=MX: Host not found, try again)
par contre certain passe :
Nov 22 19:37:10 xxxxxx postfix/smtp[11596]: E814AAD25B: to=<xxxxxx@yahoo.fr>, relay=mx-eu.mail.am0.yahoodns.net[188.125.69.79]:25, delay=0.39, delays=0/0/0.06/0.33, dsn=2.0.0, status=sent (250 ok dirdel)
et apres
Nov 22 19:56:48 xxxxxx postfix/error[18197]: 79D3910D49C: to=<yyyyyy@yahoo.fr>, relay=none, delay=403751, delays=403751/0/0/0, dsn=4.4.3, status=deferred (delivery temporarily suspended: Host or domain name not found. Name service error for name=mx-eu.mail.am0.yahoodns.net type=A: Host not found, try again)
Pourtant un dig orange.fr me retourne bien
; <<>> DiG 9.7.3 <<>> orange.fr
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 20168
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;orange.fr. IN A
;; ANSWER SECTION:
orange.fr. 2142 IN A 193.252.133.34
orange.fr. 2142 IN A 193.252.148.140
;; Query time: 3 msec
;; SERVER: 95.128.42.222#53(95.128.42.222)
;; WHEN: Wed Nov 22 19:53:46 2017
;; MSG SIZE rcvd: 59
Avez des idées ?
Merci d'avance.
Modération : merci d'utiliser les balises code (explications ici).
Dernière modification par Danoc (Le 23/11/2017, à 11:27)
Hors ligne
#2 Le 23/11/2017, à 10:08
- bruno
Re : Postfix Name service error for name
Bonjour,
merci d'utiliser les balises code (icône < >) pour une meilleure lisibilité des retours de commandes.
Il faudrait voir ta configuration Postfix, le problème peut-être dû à une déficience d'un résolveur (à contrôler avec des commandes dig MX example.com), ou à un relais qui est surchargé ou déficient.
#3 Le 23/11/2017, à 11:27
- Danoc
Re : Postfix Name service error for name
Merci de la réponse et désolé pour les quotes.
avec un DIG MX orange.fr j'ai bien
; <<>> DiG 9.7.3 <<>> mx orange.fr
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 21531
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;orange.fr. IN MX
;; ANSWER SECTION:
orange.fr. 591 IN MX 10 smtp-in.orange.fr.
;; Query time: 1 msec
;; SERVER: 95.128.42.222#53(95.128.42.222)
;; WHEN: Thu Nov 23 11:12:00 2017
;; MSG SIZE rcvd: 51
Par contre dans ma q j'ai :
88ED8CBCD4 14620 Thu Nov 23 05:36:48 MAILER-DAEMON
(delivery temporarily suspended: Host or domain name not found. Name service error for name=mx1.MONENTREPRISE.fr type=A: Host not found)
web+toto.titi=orange.fr@MONENTREPRISE.fr
Pourquoi l'adresse toto.titi@orange.fr se transforme en web+toto.titi=orange.fr@MONENTREPRISE.fr
Il utilise aussi le mx1.MONENTREPRISE.fr qui en plus n'existe plus.....
Ou puis je chercher ?
hors le mx1.MONENTREPRISE.fr
Hors ligne
#4 Le 23/11/2017, à 11:47
- bruno
Re : Postfix Name service error for name
Je te l'ai dit : il faut regarder la configuration de postfix.
#5 Le 23/11/2017, à 12:02
- Danoc
Re : Postfix Name service error for name
Merci.
Dans quel fichier de conf regarder ?
Hors ligne
#6 Le 23/11/2017, à 12:18
- Danoc
Re : Postfix Name service error for name
le master.cf
#
# Postfix master process configuration file. For details on the format
# of the file, see the master(5) manual page (command: "man 5 master").
#
# Do not forget to execute "postfix reload" after editing this file.
#
# ==========================================================================
# service type private unpriv chroot wakeup maxproc command + args
# (yes) (yes) (yes) (never) (100)
# ==========================================================================
smtp inet n - - - - smtpd
#submission inet n - - - - smtpd
# -o smtpd_tls_security_level=encrypt
# -o smtpd_sasl_auth_enable=yes
# -o smtpd_client_restrictions=permit_sasl_authenticated,reject
# -o milter_macro_daemon_name=ORIGINATING
#smtps inet n - - - - smtpd
# -o smtpd_tls_wrappermode=yes
# -o smtpd_sasl_auth_enable=yes
# -o smtpd_client_restrictions=permit_sasl_authenticated,reject
# -o milter_macro_daemon_name=ORIGINATING
#628 inet n - - - - qmqpd
pickup fifo n - - 60 1 pickup
cleanup unix n - - - 0 cleanup
qmgr fifo n - n 300 1 qmgr
#qmgr fifo n - - 300 1 oqmgr
tlsmgr unix - - - 1000? 1 tlsmgr
rewrite unix - - - - - trivial-rewrite
bounce unix - - - - 0 bounce
defer unix - - - - 0 bounce
trace unix - - - - 0 bounce
verify unix - - - - 1 verify
flush unix n - - 1000? 0 flush
proxymap unix - - n - - proxymap
proxywrite unix - - n - 1 proxymap
smtp unix - - - - - smtp
# When relaying mail as backup MX, disable fallback_relay to avoid MX loops
relay unix - - - - - smtp
-o smtp_fallback_relay=
# -o smtp_helo_timeout=5 -o smtp_connect_timeout=5
showq unix n - - - - showq
error unix - - - - - error
retry unix - - - - - error
discard unix - - - - - discard
local unix - n n - - local
virtual unix - n n - - virtual
lmtp unix - - - - - lmtp
anvil unix - - - - 1 anvil
scache unix - - - - 1 scache
#
# ====================================================================
# Interfaces to non-Postfix software. Be sure to examine the manual
# pages of the non-Postfix software to find out what options it wants.
#
# Many of the following services use the Postfix pipe(8) delivery
# agent. See the pipe(8) man page for information about ${recipient}
# and other message envelope options.
# ====================================================================
#
# maildrop. See the Postfix MAILDROP_README file for details.
# Also specify in main.cf: maildrop_destination_recipient_limit=1
#
maildrop unix - n n - - pipe
flags=DRhu user=vmail argv=/usr/bin/maildrop -d ${recipient}
#
# ====================================================================
#
# Recent Cyrus versions can use the existing "lmtp" master.cf entry.
#
# Specify in cyrus.conf:
# lmtp cmd="lmtpd -a" listen="localhost:lmtp" proto=tcp4
#
# Specify in main.cf one or more of the following:
# mailbox_transport = lmtp:inet:localhost
# virtual_transport = lmtp:inet:localhost
#
# ====================================================================
#
# Cyrus 2.1.5 (Amos Gouaux)
# Also specify in main.cf: cyrus_destination_recipient_limit=1
#
#cyrus unix - n n - - pipe
# user=cyrus argv=/cyrus/bin/deliver -e -r ${sender} -m ${extension} ${user}
#
# ====================================================================
# Old example of delivery via Cyrus.
#
#old-cyrus unix - n n - - pipe
# flags=R user=cyrus argv=/cyrus/bin/deliver -e -m ${extension} ${user}
#
# ====================================================================
#
# See the Postfix UUCP_README file for configuration details.
#
uucp unix - n n - - pipe
flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
#
# Other external delivery methods.
#
ifmail unix - n n - - pipe
flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
bsmtp unix - n n - - pipe
flags=Fq. user=bsmtp argv=/usr/lib/bsmtp/bsmtp -t$nexthop -f$sender $recipient
scalemail-backend unix - n n - 2 pipe
flags=R user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store ${nexthop} ${user} ${extension}
mailman unix - n n - - pipe
flags=FR user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py
${nexthop} ${user}
slow unix - - n - 5 smtp
-o syslog_name=postfix-slow
-o smtp_destination_concurrency_limit=3
-o slow_destination_rate_delay=1
le main.cf
# See /usr/share/postfix/main.cf.dist for a commented, more complete version
# Debian specific: Specifying a file name will cause the first
# line of that file to be used as the name. The Debian default
# is /etc/mailname.
#myorigin = /etc/mailname
smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
biff = no
# appending .domain is the MUA's job.
append_dot_mydomain = no
# Uncomment the next line to generate "delayed mail" warnings
#delay_warning_time = 4h
readme_directory = no
# TLS parameters
smtpd_tls_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem
smtpd_tls_key_file=/etc/ssl/private/ssl-cert-snakeoil.key
smtpd_use_tls=yes
smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
# See /usr/share/doc/postfix/TLS_README.gz in the postfix-doc package for
# information on enabling SSL in the smtp client.
myhostname = xxxx.inovawork.net
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
myorigin = /etc/mailname
mydestination = xxxxx.DOMAIN.net, yyyyyy.DOMAIN.net, localhost.DOMAIN.net, localhost
relayhost =
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
mailbox_command = procmail -a "$EXTENSION"
mailbox_size_limit = 0
recipient_delimiter = +
inet_interfaces = all
slow_destination_recipient_limit = 20
slow_destination_concurrency_limit = 1
#destination_recipient_limit = 20
#destination_concurrency_limit = 1
#smtp_destination_recipient_limit = 20
#smtp_destination_concurrency_limit = 1
transport_maps = hash:/etc/postfix/transport
Hors ligne
#7 Le 23/11/2017, à 13:07
- bruno
Re : Postfix Name service error for name
Ok. Du coup il faudrait aussi regarder /etc/postfix/transport
Et voir si ces restrictions :
slow_destination_recipient_limit = 20
slow_destination_concurrency_limit = 1
sont pertinentes. Je ne retrouve pas la doc sur postfix-slow. Je suppose donc que cette extension est obsolète.
#8 Le 23/11/2017, à 14:07
- Danoc
Re : Postfix Name service error for name
J'avais trouvé ca sur le sujet https://faq.adullact.org/technique/62-l … me-domaine
dans le miens il y a
wanadoo.com slow:
wanadoo.fr slow:
orange.com slow:
orange.fr slow:
laposte.net slow:
Hors ligne
#9 Le 23/11/2017, à 14:31
- bruno
Re : Postfix Name service error for name
Cette doc est assez ancienne… (plus de 5 ans) Je pense que c'est ce "slow" qui te pose problème. Essaie donc de le désactiver en supprimant ces lignes du master.cf :
slow unix - - n - 5 smtp
-o syslog_name=postfix-slow
-o smtp_destination_concurrency_limit=3
-o slow_destination_rate_delay=1
Dans main.cf, tu remplaces ces lignes :
slow_destination_recipient_limit = 20
slow_destination_concurrency_limit = 1
#destination_recipient_limit = 20
#destination_concurrency_limit = 1
#smtp_destination_recipient_limit = 20
#smtp_destination_concurrency_limit = 1
transport_maps = hash:/etc/postfix/transport
par :
#ceci va limiter le nombre maximal de destinataires à 20 par message et 1 seul message à la fois par destinataire
transport_destination_recipient_limit = 20
transport_destination_concurrency_limit = 1
transport_maps = hash:/etc/postfix/transport
dans /etc/postfix/transport, tu enlèves 'slow' :
wanadoo.com :
wanadoo.fr :
orange.com :
orange.fr :
laposte.net :
Pour finir :
sudo postmap /etc/postfix/transport
sudo service postfix reload
#10 Le 23/11/2017, à 14:50
- Danoc
Re : Postfix Name service error for name
Merci.
En faisaint cette config j'ai ca...
Nov 23 14:43:07 bb0035 postfix/smtp[27627]: 8695D1253D9: to=<xxxxx@wanadoo.fr>, relay=smtp-in.orange.fr[80.12.242.9]:25, delay=336449, delays=336443/0.01/6/0, dsn=4.0.0, status=deferred (host smtp-in.orange.fr[80.12.242.9] refused to talk to me: 421 mwinf5c52 ME Trop de connexions, veuillez verifier votre configuration. Too many connections, slow down. OFR004_104 [104])
Nov 23 14:43:07 bb0035 postfix/smtp[27626]: 819D4A72A1: to=<xxxxx@orange.fr>, relay=smtp-in.orange.fr[80.12.242.9]:25, delay=244183, delays=244177/0.01/6/0, dsn=4.0.0, status=deferred (host smtp-in.orange.fr[80.12.242.9] refused to talk to me: 421 mwinf5c52 ME Trop de connexions, veuillez verifier votre configuration. Too many connections, slow down. OFR004_104 [104])
Hors ligne
#11 Le 23/11/2017, à 15:10
- Danoc
Re : Postfix Name service error for name
J'ai cette exemple dans le mail.log
Nov 23 15:01:51 xxxxx postfix/pickup[30629]: 9EB7760331: uid=33 from=<reponseautomatique@DOMAINE.fr>
Nov 23 15:01:51 xx postfix/cleanup[30690]: 9EB7760331: message-id=<2017112315152351.29095.0@DOMAINE.fr>
Nov 23 15:01:51 xx postfix/qmgr[30630]: 9EB7760331: from=<reponseautomatique@DOMAINE.fr>, size=2587, nrcpt=1 (queue active)
Nov 23 15:01:51 xx postfix/smtp[32518]: 9EB7760331: to=<AAAAAAA@gmail.com>, relay=none, delay=0, delays=0/0/0/0, dsn=4.4.3, status=deferred (Host or domain name not found. Name service error for name=gmail.com type=MX: Host not found, try again)
Nov 23 15:01:54 xx postfix/pickup[30629]: 5447C60334: uid=33 from=<reponseautomatique@DOMAINE.fr>
Nov 23 15:01:54 xx postfix/cleanup[30690]: 5447C60334: message-id=<2017112315152354.12425.0@DOMAINE.fr>
Nov 23 15:01:54 xx postfix/qmgr[30630]: 5447C60334: from=<reponseautomatique@DOMAINE.fr>, size=2527, nrcpt=1 (queue active)
Nov 23 15:01:54 xx postfix/smtp[9121]: 5447C60334: to=<BBBBBB@gmail.com>, relay=gmail-smtp-in.l.google.com[66.102.1.26]:25, delay=0.28, delays=0/0/0.02/0.25, dsn=2.0.0, status=sent (250 2.0.0 OK 1511445714 q2si15485239wra.360 - gsmtp)
Nov 23 15:01:54 xx postfix/qmgr[30630]: 5447C60334: removed
Le premier il trouve pas et juste derriere il trouve.
Voila mon resolv.conf
search XXX.net
options rotate
options timeout:1
nameserver 95.128.YY.XXX
nameserver 95.128.YY.XXY
nameserver 2a02:ec0:200::YY:XXX
nameserver 2a02:ec0:200::YY:XXY
Le resolv.conf de postfix est le meme.
les nameserver avec l'ipv6 peuvent poser problème ?
Hors ligne
#12 Le 23/11/2017, à 15:12
- bruno
Re : Postfix Name service error for name
Ah ! Désolé, il faut revenir en arrière et remettre ta configuration comme elle était (sans oublier le postmap et de recharger la conf de postfix)
Tu peux peut-être essayer d’augmenter cette valeur :
slow_destination_concurrency_limit = 2
Edit:
Au vu de tes autres réponses tu as probablement un problème de ré-solveur. Tu devrais au moins temporairement modifier ton resolv.conf pour n'avoir que ceci :
nameserver 80.67.169.12
nameserver 80.67.169.40
(Ce sont les résolveurs de FDN)
Je pense que les options rotate et timeout de ton resolv.conf sont à l'origine des tes soucis.
Dernière modification par bruno (Le 23/11/2017, à 15:18)
Pages : 1