Postfix : timeout after DATA...

Postfix : timeout after DATA... - Logiciels - Linux et OS Alternatifs

Marsh Posté le 18-12-2007 à 11:33:59    

Salut,
 
J'ai un problème avec les mails envoyés par un de nos clients.
Aucun des mails n'est délivré chez nous.
J'ai ce qui suit dans les logs :
 

Code :
  1. Dec 18 11:20:43 x postfix/smtpd[25998]: timeout after DATA from 27.mail-out.ovh.net[x]
  2. Dec 18 11:20:43 x postfix/cleanup[26001]: 357777DD2: message-id=<x.x@domaine.com>
  3. Dec 18 11:20:43 x postfix/smtpd[25998]: disconnect from 27.mail-out.ovh.net[x]


 
J'ai essayé de mettre le domaine dans ma WhiteList mais je ne constate aucun changement.
 
Postconf -n :
 

Code :
  1. alias_database = hash:/etc/postfix/aliases
  2. alias_maps = hash:/etc/postfix/aliases
  3. append_dot_mydomain = no
  4. biff = no
  5. bounce_template_file = /etc/postfix/bounce.cf
  6. config_directory = /etc/postfix
  7. content_filter = smtp-amavis:[127.0.0.1]:10024
  8. header_checks = regexp:/etc/postfix/header_checks
  9. home_mailbox = Maildir/
  10. inet_interfaces = all
  11. local_recipient_maps = $alias_maps
  12. mailbox_size_limit = 0
  13. message_size_limit = 4500000
  14. mydestination = $mydomain, $myhostname.$mydomain, localhost.$mydomain
  15. mydomain = domain
  16. myhostname = X
  17. mynetworks = X, X
  18. myorigin = $mydomain
  19. receive_override_options = no_address_mappings
  20. recipient_delimiter = +
  21. relay_domains = X
  22. relayhost = [smtp.orange.fr]
  23. smtp_data_done_timeout = 120s
  24. smtp_data_init_timeout = 360s
  25. smtp_data_xfer_timeout = 120s
  26. smtp_destination_concurrency_limit = 10
  27. smtp_helo_timeout = 150s
  28. smtp_mail_timeout = 360s
  29. smtp_quit_timeout = 120s
  30. smtp_rcpt_timeout = 360s
  31. smtp_sasl_auth_enable = yes
  32. smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
  33. smtp_sasl_security_options =
  34. smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
  35. smtpd_client_restrictions = permit_mynetworks
  36. smtpd_delay_reject = yes
  37. smtpd_helo_required = yes
  38. smtpd_helo_restrictions = permit_mynetworks, reject_invalid_hostname, reject_unauth_pipelining, reject_non_fqdn_hostname
  39. smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unverified_recipient, reject_non_fqdn_sender, reject_non_fqdn_recipient, reject_unknown_sender_domain, reject_unknown_recipient_domain, reject_unauth_destination, check_sender_access hash:/etc/postfix/sender_whitelist, permit
  40. smtpd_sasl_auth_enable = yes
  41. smtpd_sender_restrictions = permit_mynetworks, reject_unknown_sender_domain, reject_unauth_destination, check_sender_access hash:/etc/postfix/sender_whitelist


 
Complément d'information :
Le client nous a fait parvenir le mail de notification d'échec.

Code :
  1. IP (La notre) does not like recipient.
  2. Remote host said: 450 4.1.8<x@domaineduclient.com>: Sender address rejected : Domain not found.
  3. Giving up IP (La notre)


Message édité par jaymzwise le 18-12-2007 à 11:43:34
Reply

Marsh Posté le 18-12-2007 à 11:33:59   

Reply

Marsh Posté le 18-12-2007 à 13:17:38    

fais voir plus de logs
 
mais on dirait que ton serveur refuse le sender car le domaine ne peut etre resolu (ou bien il n'as pas un A ou un MX correct)
 
fais un dig sur le domaine du client pour voir le MX et le A


---------------
Messagerie dédiée, Relais Mail Antispam/Antivirus, Infogérance 24/7: http://www.eole-its.com
Reply

Marsh Posté le 18-12-2007 à 13:21:15    

Le Dig renvoie bien un A mais pas de MX à l'horizon...
j'aimerais te donner plus de détails niveau logs mais c'est tout ce que j'ai.
Le serveur OVH se connecte chez nous et après quelques secondes j'ai le timeout.

Reply

Marsh Posté le 18-12-2007 à 13:25:52    

les logs complets du mail cela aiderait a voir plus clair.
 
envoie moi le domaine du client en MP, je verifierais si tu veux


---------------
Messagerie dédiée, Relais Mail Antispam/Antivirus, Infogérance 24/7: http://www.eole-its.com
Reply

Marsh Posté le 18-12-2007 à 13:37:00    

leur dns ont l'air correct
 
comme je te demandais plus haut fais voir plus de logs de la transaction smtp


---------------
Messagerie dédiée, Relais Mail Antispam/Antivirus, Infogérance 24/7: http://www.eole-its.com
Reply

Marsh Posté le 18-12-2007 à 15:10:40    

Oui, exact leurs DNS ont l'air correct.
Voici la transaction SMTP :
 

Code :
  1. Dec 18 15:28:24 X postfix/smtpd[23817]: connect from 27.mail-out.ovh.net[91.121.30.210]
  2. Dec 18 15:28:24 X postfix/smtpd[23817]: match_hostname: 27.mail-out.ovh.net ~?x.x.x.x/x
  3. Dec 18 15:28:24 X postfix/smtpd[23817]: match_hostaddr: 91.121.30.210 ~? x.x.x.x/x
  4. Dec 18 15:28:24 X postfix/smtpd[23817]: match_hostname: 27.mail-out.ovh.net ~? 127.0.0.0/8
  5. Dec 18 15:28:24 X postfix/smtpd[23817]: match_hostaddr: 91.121.30.210 ~? 127.0.0.0/8
  6. Dec 18 15:28:24 X postfix/smtpd[23817]: match_list_match: 27.mail-out.ovh.net: no match
  7. Dec 18 15:28:24 X postfix/smtpd[23817]: match_list_match: 91.121.30.210: no match
  8. Dec 18 15:28:24 X postfix/smtpd[23817]: auto_clnt_open: connected to private/anvil
  9. Dec 18 15:28:24 X postfix/smtpd[23817]: event_enable_read: fd 15
  10. Dec 18 15:28:24 X postfix/smtpd[23817]: send attr request = connect
  11. Dec 18 15:28:24 X postfix/smtpd[23817]: send attr ident = smtp:91.121.30.210
  12. Dec 18 15:28:24 X postfix/smtpd[23817]: vstream_fflush_some: fd 15 flush 42
  13. Dec 18 15:28:24 X postfix/smtpd[23817]: private/anvil: wanted attribute: status
  14. Dec 18 15:28:24 X postfix/smtpd[23817]: vstream_buf_get_ready: fd 15 got 25
  15. Dec 18 15:28:24 X postfix/smtpd[23817]: input attribute name: status
  16. Dec 18 15:28:24 X postfix/smtpd[23817]: input attribute value: 0
  17. Dec 18 15:28:24 X postfix/smtpd[23817]: private/anvil: wanted attribute: count
  18. Dec 18 15:28:24 X postfix/smtpd[23817]: input attribute name: count
  19. Dec 18 15:28:24 X postfix/smtpd[23817]: input attribute value: 1
  20. Dec 18 15:28:24 X postfix/smtpd[23817]: private/anvil: wanted attribute: rate
  21. Dec 18 15:28:24 X postfix/smtpd[23817]: input attribute name: rate
  22. Dec 18 15:28:24 X postfix/smtpd[23817]: input attribute value: 1
  23. Dec 18 15:28:24 X postfix/smtpd[23817]: private/anvil: wanted attribute: (list terminator)
  24. Dec 18 15:28:24 X postfix/smtpd[23817]: input attribute name: (end)
  25. Dec 18 15:28:24 X postfix/smtpd[23817]: > 27.mail-out.ovh.net[91.121.30.210]: 220 x.notredomaine ESMTP Postfix (Debian/GNU)
  26. Dec 18 15:28:24 X postfix/smtpd[23817]: watchdog_pat: 0x8080bf0
  27. Dec 18 15:28:24 X postfix/smtpd[23817]: vstream_fflush_some: fd 14 flush 51
  28. Dec 18 15:28:24 X postfix/smtpd[23817]: vstream_buf_get_ready: fd 14 got 26
  29. Dec 18 15:28:24 X postfix/smtpd[23817]: < 27.mail-out.ovh.net[91.121.30.210]: HELO 27.mail-out.ovh.net
  30. Dec 18 15:28:24 X postfix/smtpd[23817]: > 27.mail-out.ovh.net[91.121.30.210]: 250 x.notredomaine
  31. Dec 18 15:28:24 X postfix/smtpd[23817]: watchdog_pat: 0x8080bf0
  32. Dec 18 15:28:24 X postfix/smtpd[23817]: vstream_fflush_some: fd 14 flush 24
  33. Dec 18 15:28:24 X postfix/smtpd[23817]: vstream_buf_get_ready: fd 14 got 50
  34. Dec 18 15:28:24 X postfix/smtpd[23817]: < 27.mail-out.ovh.net[91.121.30.210]: MAIL FROM:<x@domaineduclient.com>
  35. Dec 18 15:28:24 X postfix/smtpd[23817]: extract_addr: input: <x@domaineduclient.com>
  36. Dec 18 15:28:24 X postfix/smtpd[23817]: smtpd_check_addr: addr=x@domaineduclient.com
  37. Dec 18 15:28:24 X postfix/smtpd[23817]: connect to subsystem private/rewrite
  38. Dec 18 15:28:24 X postfix/smtpd[23817]: event_enable_read: fd 16
  39. Dec 18 15:28:24 X postfix/smtpd[23817]: event_request_timer: set 0xb7f79980 0x8091a00 100
  40. Dec 18 15:28:24 X postfix/smtpd[23817]: event_request_timer: set 0xb7f799c0 0x8091a00 1000
  41. Dec 18 15:28:24 X postfix/smtpd[23817]: send attr request = rewrite
  42. Dec 18 15:28:24 X postfix/smtpd[23817]: send attr rule = local
  43. Dec 18 15:28:24 X postfix/smtpd[23817]: send attr address = x@domaineduclient.com
  44. Dec 18 15:28:24 X postfix/smtpd[23817]: vstream_fflush_some: fd 16 flush 73
  45. Dec 18 15:28:24 X postfix/smtpd[23817]: private/rewrite socket: wanted attribute: flags
  46. Dec 18 15:28:24 X postfix/smtpd[23817]: vstream_buf_get_ready: fd 16 got 54
  47. Dec 18 15:28:24 X postfix/smtpd[23817]: input attribute name: flags
  48. Dec 18 15:28:24 X postfix/smtpd[23817]: input attribute value: 0
  49. Dec 18 15:28:24 X postfix/smtpd[23817]: private/rewrite socket: wanted attribute: address
  50. Dec 18 15:28:24 X postfix/smtpd[23817]: input attribute name: address
  51. Dec 18 15:28:24 X postfix/smtpd[23817]: input attribute value: x@domaineduclient.com
  52. Dec 18 15:28:24 X postfix/smtpd[23817]: private/rewrite socket: wanted attribute: (list terminator)
  53. Dec 18 15:28:24 X postfix/smtpd[23817]: input attribute name: (end)
  54. Dec 18 15:28:24 X postfix/smtpd[23817]: rewrite_clnt: local: x@domaineduclient.com -> x@domaineduclient.com
  55. Dec 18 15:28:24 X postfix/smtpd[23817]: event_request_timer: reset 0xb7f79980 0x8091a00 100
  56. Dec 18 15:28:24 X postfix/smtpd[23817]: send attr request = resolve
  57. Dec 18 15:28:24 X postfix/smtpd[23817]: send attr sender =
  58. Dec 18 15:28:24 X postfix/smtpd[23817]: send attr address = x@domaineduclient.com
  59. Dec 18 15:28:24 X postfix/smtpd[23817]: vstream_fflush_some: fd 16 flush 70
  60. Dec 18 15:28:24 X postfix/smtpd[23817]: private/rewrite socket: wanted attribute: flags
  61. Dec 18 15:28:24 X postfix/smtpd[23817]: vstream_buf_get_ready: fd 16 got 107
  62. Dec 18 15:28:24 X postfix/smtpd[23817]: input attribute name: flags
  63. Dec 18 15:28:24 X postfix/smtpd[23817]: input attribute value: 0
  64. Dec 18 15:28:24 X postfix/smtpd[23817]: private/rewrite socket: wanted attribute: transport
  65. Dec 18 15:28:24 X postfix/smtpd[23817]: input attribute name: transport
  66. Dec 18 15:28:24 X postfix/smtpd[23817]: input attribute value: smtp
  67. Dec 18 15:28:24 X postfix/smtpd[23817]: private/rewrite socket: wanted attribute: nexthop
  68. Dec 18 15:28:24 X postfix/smtpd[23817]: input attribute name: nexthop
  69. Dec 18 15:28:24 X postfix/smtpd[23817]: input attribute value: [smtp.orange.fr]
  70. Dec 18 15:28:24 X postfix/smtpd[23817]: private/rewrite socket: wanted attribute: recipient
  71. Dec 18 15:28:24 X postfix/smtpd[23817]: input attribute name: recipient
  72. Dec 18 15:28:24 X postfix/smtpd[23817]: input attribute value: x@domaineduclient.com
  73. Dec 18 15:28:24 X postfix/smtpd[23817]: private/rewrite socket: wanted attribute: flags
  74. Dec 18 15:28:24 X postfix/smtpd[23817]: input attribute name: flags
  75. Dec 18 15:28:24 X postfix/smtpd[23817]: input attribute value: 4096
  76. Dec 18 15:28:24 X postfix/smtpd[23817]: private/rewrite socket: wanted attribute: (list terminator)
  77. Dec 18 15:28:24 X postfix/smtpd[23817]: input attribute name: (end)
  78. Dec 18 15:28:24 X postfix/smtpd[23817]: resolve_clnt: `' -> `x@domaineduclient.com' -> transp=`smtp' host=`[smtp.orange.fr]' rcpt=`x@domaineduclient.com'
  79. flags= class=default
  80. Dec 18 15:28:24 X postfix/smtpd[23817]: ctable_locate: install entry key x@domaineduclient.com
  81. Dec 18 15:28:24 X postfix/smtpd[23817]: extract_addr: in: <x@domaineduclient.com>, result: x@domaineduclient.com
  82. Dec 18 15:28:24 X postfix/smtpd[23817]: fsspace: .: block size 4096, blocks free 313271
  83. Dec 18 15:28:24 X postfix/smtpd[23817]: smtpd_check_queue: blocks 4096 avail 313271 min_free 0 msg_size_limit 4500000
  84. Dec 18 15:28:24 X postfix/smtpd[23817]: > 27.mail-out.ovh.net[91.121.30.210]: 250 2.1.0 Ok
  85. Dec 18 15:28:24 X postfix/smtpd[23817]: watchdog_pat: 0x8080bf0
  86. Dec 18 15:28:24 X postfix/smtpd[23817]: vstream_fflush_some: fd 14 flush 14
  87. Dec 18 15:28:25 X postfix/smtpd[23817]: vstream_buf_get_ready: fd 14 got 24
  88. Dec 18 15:28:25 X postfix/smtpd[23817]: < 27.mail-out.ovh.net[91.121.30.210]: RCPT TO:<x@notredomaine>
  89. Dec 18 15:28:25 X postfix/smtpd[23817]: extract_addr: input: <x@notredomaine>
  90. Dec 18 15:28:25 X postfix/smtpd[23817]: smtpd_check_addr: addr=x@notredomaine
  91. Dec 18 15:28:25 X postfix/smtpd[23817]: event_request_timer: reset 0xb7f79980 0x8091a00 100
  92. Dec 18 15:28:25 X postfix/smtpd[23817]: send attr request = rewrite
  93. Dec 18 15:28:25 X postfix/smtpd[23817]: send attr rule = local
  94. Dec 18 15:28:25 X postfix/smtpd[23817]: send attr address = x@notredomaine
  95. Dec 18 15:28:25 X postfix/smtpd[23817]: vstream_fflush_some: fd 16 flush 49
  96. Dec 18 15:28:25 X postfix/smtpd[23817]: private/rewrite socket: wanted attribute: flags
  97. Dec 18 15:28:25 X postfix/smtpd[23817]: vstream_buf_get_ready: fd 16 got 30
  98. Dec 18 15:28:25 X postfix/smtpd[23817]: input attribute name: flags
  99. Dec 18 15:28:25 X postfix/smtpd[23817]: input attribute value: 0
  100. Dec 18 15:28:25 X postfix/smtpd[23817]: private/rewrite socket: wanted attribute: address
  101. Dec 18 15:28:25 X postfix/smtpd[23817]: input attribute name: address
  102. Dec 18 15:28:25 X postfix/smtpd[23817]: input attribute value: x@notredomaine
  103. Dec 18 15:28:25 X postfix/smtpd[23817]: private/rewrite socket: wanted attribute: (list terminator)
  104. Dec 18 15:28:25 X postfix/smtpd[23817]: input attribute name: (end)
  105. Dec 18 15:28:25 X postfix/smtpd[23817]: rewrite_clnt: local: x@notredomaine -> x@notredomaine
  106. Dec 18 15:28:25 X postfix/smtpd[23817]: event_request_timer: reset 0xb7f79980 0x8091a00 100
  107. Dec 18 15:28:25 X postfix/smtpd[23817]: send attr request = resolve
  108. Dec 18 15:28:25 X postfix/smtpd[23817]: send attr sender =
  109. Dec 18 15:28:25 X postfix/smtpd[23817]: send attr address = x@notredomaine
  110. Dec 18 15:28:25 X postfix/smtpd[23817]: vstream_fflush_some: fd 16 flush 46
  111. Dec 18 15:28:25 X postfix/smtpd[23817]: private/rewrite socket: wanted attribute: flags
  112. Dec 18 15:28:25 X postfix/smtpd[23817]: vstream_buf_get_ready: fd 16 got 85
  113. Dec 18 15:28:25 X postfix/smtpd[23817]: input attribute name: flags
  114. Dec 18 15:28:25 X postfix/smtpd[23817]: input attribute value: 0
  115. Dec 18 15:28:25 X postfix/smtpd[23817]: private/rewrite socket: wanted attribute: transport
  116. Dec 18 15:28:25 X postfix/smtpd[23817]: input attribute name: transport
  117. Dec 18 15:28:25 X postfix/smtpd[23817]: input attribute value: local
  118. Dec 18 15:28:25 X postfix/smtpd[23817]: private/rewrite socket: wanted attribute: nexthop
  119. Dec 18 15:28:25 X postfix/smtpd[23817]: input attribute name: nexthop
  120. Dec 18 15:28:25 X postfix/smtpd[23817]: input attribute value: x.notredomaine
  121. Dec 18 15:28:25 X postfix/smtpd[23817]: private/rewrite socket: wanted attribute: recipient
  122. Dec 18 15:28:25 X postfix/smtpd[23817]: input attribute name: recipient
  123. Dec 18 15:28:25 X postfix/smtpd[23817]: input attribute value: x@notredomaine
  124. Dec 18 15:28:25 X postfix/smtpd[23817]: private/rewrite socket: wanted attribute: flags
  125. Dec 18 15:28:25 X postfix/smtpd[23817]: input attribute name: flags
  126. Dec 18 15:28:25 X postfix/smtpd[23817]: input attribute value: 256
  127. Dec 18 15:28:25 X postfix/smtpd[23817]: private/rewrite socket: wanted attribute: (list terminator)
  128. Dec 18 15:28:25 X postfix/smtpd[23817]: input attribute name: (end)
  129. Dec 18 15:28:25 X postfix/smtpd[23817]: resolve_clnt: `' -> `x@notredomaine' -> transp=`local' host=`x.notredomaine' rcpt=`x@notredomaine' flags= class=local
  130. Dec 18 15:28:25 X postfix/smtpd[23817]: ctable_locate: install entry key x@notredomaine
  131. Dec 18 15:28:25 X postfix/smtpd[23817]: extract_addr: in: <x@notredomaine>, result: x@notredomaine
  132. Dec 18 15:28:25 X postfix/smtpd[23817]: event_request_timer: reset 0xb7f79980 0x8091a00 100
  133. Dec 18 15:28:25 X postfix/smtpd[23817]: send attr request = rewrite
  134. Dec 18 15:28:25 X postfix/smtpd[23817]: send attr rule = local
  135. Dec 18 15:28:25 X postfix/smtpd[23817]: send attr address = postmaster
  136. Dec 18 15:28:25 X postfix/smtpd[23817]: vstream_fflush_some: fd 16 flush 47
  137. Dec 18 15:28:25 X postfix/smtpd[23817]: private/rewrite socket: wanted attribute: flags
  138. Dec 18 15:28:25 X postfix/smtpd[23817]: vstream_buf_get_ready: fd 16 got 38
  139. Dec 18 15:28:25 X postfix/smtpd[23817]: input attribute name: flags
  140. Dec 18 15:28:25 X postfix/smtpd[23817]: input attribute value: 0
  141. Dec 18 15:28:25 X postfix/smtpd[23817]: private/rewrite socket: wanted attribute: address
  142. Dec 18 15:28:25 X postfix/smtpd[23817]: input attribute name: address
  143. Dec 18 15:28:25 X postfix/smtpd[23817]: input attribute value: x@notredomaine
  144. Dec 18 15:28:25 X postfix/smtpd[23817]: private/rewrite socket: wanted attribute: (list terminator)
  145. Dec 18 15:28:25 X postfix/smtpd[23817]: input attribute name: (end)
  146. Dec 18 15:28:25 X postfix/smtpd[23817]: rewrite_clnt: local: postmaster -> x@notredomaine
  147. Dec 18 15:28:25 X postfix/smtpd[23817]: >>> START Client host RESTRICTIONS <<<
  148. Dec 18 15:28:25 X postfix/smtpd[23817]: generic_checks: name=permit_mynetworks
  149. Dec 18 15:28:25 X postfix/smtpd[23817]: permit_mynetworks: 27.mail-out.ovh.net 91.121.30.210
  150. Dec 18 15:28:25 X postfix/smtpd[23817]: match_hostname: 27.mail-out.ovh.net ~? x.x.x.x/x
  151. Dec 18 15:28:25 X postfix/smtpd[23817]: match_hostaddr: 91.121.30.210 ~? x.x.x.x/x
  152. Dec 18 15:28:25 X postfix/smtpd[23817]: match_hostname: 27.mail-out.ovh.net ~? 127.0.0.0/8
  153. Dec 18 15:28:25 X postfix/smtpd[23817]: match_hostaddr: 91.121.30.210 ~? 127.0.0.0/8
  154. Dec 18 15:28:25 X postfix/smtpd[23817]: match_list_match: 27.mail-out.ovh.net: no match
  155. Dec 18 15:28:25 X postfix/smtpd[23817]: match_list_match: 91.121.30.210: no match
  156. Dec 18 15:28:25 X postfix/smtpd[23817]: generic_checks: name=permit_mynetworks status=0
  157. Dec 18 15:28:25 X postfix/smtpd[23817]: >>> END Client host RESTRICTIONS <<<
  158. Dec 18 15:28:25 X postfix/smtpd[23817]: >>> START Helo command RESTRICTIONS <<<
  159. Dec 18 15:28:25 X postfix/smtpd[23817]: generic_checks: name=permit_mynetworks
  160. Dec 18 15:28:25 X postfix/smtpd[23817]: permit_mynetworks: 27.mail-out.ovh.net 91.121.30.210
  161. Dec 18 15:28:25 X postfix/smtpd[23817]: match_hostname: 27.mail-out.ovh.net ~? x.x.x.x/x
  162. Dec 18 15:28:25 X postfix/smtpd[23817]: match_hostaddr: 91.121.30.210 ~? x.x.x.x/x
  163. Dec 18 15:28:25 X postfix/smtpd[23817]: match_hostname: 27.mail-out.ovh.net ~? 127.0.0.0/8
  164. Dec 18 15:28:25 X postfix/smtpd[23817]: match_hostaddr: 91.121.30.210 ~? 127.0.0.0/8
  165. Dec 18 15:28:25 X postfix/smtpd[23817]: match_list_match: 27.mail-out.ovh.net: no match
  166. Dec 18 15:28:25 X postfix/smtpd[23817]: match_list_match: 91.121.30.210: no match
  167. Dec 18 15:28:25 X postfix/smtpd[23817]: generic_checks: name=permit_mynetworks status=0
  168. Dec 18 15:28:25 X postfix/smtpd[23817]: generic_checks: name=reject_invalid_hostname
  169. Dec 18 15:28:25 X postfix/smtpd[23817]: reject_invalid_hostname: 27.mail-out.ovh.net
  170. Dec 18 15:28:25 X postfix/smtpd[23817]: generic_checks: name=reject_invalid_hostname status=0
  171. Dec 18 15:28:25 X postfix/smtpd[23817]: generic_checks: name=reject_unauth_pipelining
  172. Dec 18 15:28:25 X postfix/smtpd[23817]: reject_unauth_pipelining: RCPT
  173. Dec 18 15:28:25 X postfix/smtpd[23817]: generic_checks: name=reject_unauth_pipelining status=0
  174. Dec 18 15:28:25 X postfix/smtpd[23817]: generic_checks: name=reject_non_fqdn_hostname
  175. Dec 18 15:28:25 X postfix/smtpd[23817]: reject_non_fqdn_hostname: 27.mail-out.ovh.net
  176. Dec 18 15:28:25 X postfix/smtpd[23817]: generic_checks: name=reject_non_fqdn_hostname status=0
  177. Dec 18 15:28:25 X postfix/smtpd[23817]: >>> END Helo command RESTRICTIONS <<<
  178. Dec 18 15:28:25 X postfix/smtpd[23817]: >>> START Sender address RESTRICTIONS <<<
  179. Dec 18 15:28:25 X postfix/smtpd[23817]: generic_checks: name=permit_mynetworks
  180. Dec 18 15:28:25 X postfix/smtpd[23817]: permit_mynetworks: 27.mail-out.ovh.net 91.121.30.210
  181. Dec 18 15:28:25 X postfix/smtpd[23817]: match_hostname: 27.mail-out.ovh.net ~? x.x.x.x/x
  182. Dec 18 15:28:25 X postfix/smtpd[23817]: match_hostaddr: 91.121.30.210 ~? x.x.x.x/x
  183. Dec 18 15:28:25 X postfix/smtpd[23817]: match_hostname: 27.mail-out.ovh.net ~? 127.0.0.0/8
  184. Dec 18 15:28:25 X postfix/smtpd[23817]: match_hostaddr: 91.121.30.210 ~? 127.0.0.0/8
  185. Dec 18 15:28:25 X postfix/smtpd[23817]: match_list_match: 27.mail-out.ovh.net: no match
  186. Dec 18 15:28:25 X postfix/smtpd[23817]: match_list_match: 91.121.30.210: no match
  187. Dec 18 15:28:25 X postfix/smtpd[23817]: generic_checks: name=permit_mynetworks status=0
  188. Dec 18 15:28:25 X postfix/smtpd[23817]: generic_checks: name=reject_unknown_sender_domain
  189. Dec 18 15:28:25 X postfix/smtpd[23817]: reject_unknown_address: x@domaineduclient.com
  190. Dec 18 15:28:25 X postfix/smtpd[23817]: ctable_locate: move existing entry key x@domaineduclient.com
  191. Dec 18 15:28:25 X postfix/smtpd[23817]: reject_unknown_mailhost: domaineduclient.com
  192. Dec 18 15:28:25 X postfix/smtpd[23817]: lookup domaineduclient.com type MX flags 0
  193. Dec 18 15:28:25 X postfix/smtpd[23817]: dns_query: domaineduclient.com (MX): OK
  194. Dec 18 15:28:25 X postfix/smtpd[23817]: dns_get_answer: type MX for domaineduclient.com
  195. Dec 18 15:28:25 X postfix/smtpd[23817]: dns_get_answer: type MX for domaineduclient.com
  196. Dec 18 15:28:25 X postfix/smtpd[23817]: generic_checks: name=reject_unknown_sender_domain status=0
  197. Dec 18 15:28:25 X postfix/smtpd[23817]: generic_checks: name=reject_unauth_destination
  198. Dec 18 15:28:25 X postfix/smtpd[23817]: reject_unauth_destination: x@notredomaine
  199. Dec 18 15:28:25 X postfix/smtpd[23817]: permit_auth_destination: x@notredomaine
  200. Dec 18 15:28:25 X postfix/smtpd[23817]: ctable_locate: move existing entry key x@notredomaine
  201. Dec 18 15:28:25 X postfix/smtpd[23817]: generic_checks: name=reject_unauth_destination status=0
  202. Dec 18 15:28:25 X postfix/smtpd[23817]: generic_checks: name=check_sender_access
  203. Dec 18 15:28:25 X postfix/smtpd[23817]: check_mail_access: x@domaineduclient.com
  204. Dec 18 15:28:25 X postfix/smtpd[23817]: ctable_locate: move existing entry key x@domaineduclient.com
  205. Dec 18 15:28:25 X postfix/smtpd[23817]: check_access: x@domaineduclient.com
  206. Dec 18 15:28:25 X postfix/smtpd[23817]: check_domain_access: domaineduclient.com
  207. Dec 18 15:28:25 X postfix/smtpd[23817]: check_table_result: hash:/etc/postfix/sender_whitelist OK domaineduclient.com
  208. Dec 18 15:28:25 X postfix/smtpd[23817]: generic_checks: name=check_sender_access status=1
  209. Dec 18 15:28:25 X postfix/smtpd[23817]: >>> START Recipient address RESTRICTIONS <<<
  210. Dec 18 15:28:25 X postfix/smtpd[23817]: generic_checks: name=permit_mynetworks
  211. Dec 18 15:28:25 X postfix/smtpd[23817]: permit_mynetworks: 27.mail-out.ovh.net 91.121.30.210
  212. Dec 18 15:28:25 X postfix/smtpd[23817]: match_hostname: 27.mail-out.ovh.net ~? x.x.x.x/x
  213. Dec 18 15:28:25 X postfix/smtpd[23817]: match_hostaddr: 91.121.30.210 ~? x.x.x.x/x
  214. Dec 18 15:28:25 X postfix/smtpd[23817]: match_hostname: 27.mail-out.ovh.net ~? 127.0.0.0/8
  215. Dec 18 15:28:25 X postfix/smtpd[23817]: match_hostaddr: 91.121.30.210 ~? 127.0.0.0/8
  216. Dec 18 15:28:25 X postfix/smtpd[23817]: match_list_match: 27.mail-out.ovh.net: no match
  217. Dec 18 15:28:25 X postfix/smtpd[23817]: match_list_match: 91.121.30.210: no match
  218. Dec 18 15:28:25 X postfix/smtpd[23817]: generic_checks: name=permit_mynetworks status=0
  219. Dec 18 15:28:25 X postfix/smtpd[23817]: generic_checks: name=permit_sasl_authenticated
  220. Dec 18 15:28:25 X postfix/smtpd[23817]: generic_checks: name=permit_sasl_authenticated status=0
  221. Dec 18 15:28:25 X postfix/smtpd[23817]: generic_checks: name=reject_unverified_recipient
  222. Dec 18 15:28:25 X postfix/smtpd[23817]: reject_unverified_address: x@notredomaine
  223. Dec 18 15:28:25 X postfix/smtpd[23817]: connect to subsystem private/verify
  224. Dec 18 15:28:25 X postfix/smtpd[23817]: event_enable_read: fd 17
  225. Dec 18 15:28:25 X postfix/smtpd[23817]: event_request_timer: set 0xb7f79980 0x8092f28 100
  226. Dec 18 15:28:25 X postfix/smtpd[23817]: event_request_timer: set 0xb7f799c0 0x8092f28 1000
  227. Dec 18 15:28:25 X postfix/smtpd[23817]: send attr request = query
  228. Dec 18 15:28:25 X postfix/smtpd[23817]: send attr address = x@notredomaine
  229. Dec 18 15:28:25 X postfix/smtpd[23817]: vstream_fflush_some: fd 17 flush 36
  230. Dec 18 15:28:25 X postfix/smtpd[23817]: private/verify socket: wanted attribute: status
  231. Dec 18 15:28:25 X postfix/smtpd[23817]: vstream_buf_get_ready: fd 17 got 69
  232. Dec 18 15:28:25 X postfix/smtpd[23817]: input attribute name: status
  233. Dec 18 15:28:25 X postfix/smtpd[23817]: input attribute value: 0
  234. Dec 18 15:28:25 X postfix/smtpd[23817]: private/verify socket: wanted attribute: recipient_status
  235. Dec 18 15:28:25 X postfix/smtpd[23817]: input attribute name: recipient_status
  236. Dec 18 15:28:25 X postfix/smtpd[23817]: input attribute value: 3
  237. Dec 18 15:28:25 X postfix/smtpd[23817]: private/verify socket: wanted attribute: reason
  238. Dec 18 15:28:25 X postfix/smtpd[23817]: input attribute name: reason
  239. Dec 18 15:28:25 X postfix/smtpd[23817]: input attribute value: Address verification in progress
  240. Dec 18 15:28:25 X postfix/smtpd[23817]: private/verify socket: wanted attribute: (list terminator)
  241. Dec 18 15:28:25 X postfix/smtpd[23817]: input attribute name: (end)
  242. Dec 18 15:28:28 X postfix/smtpd[23817]: event_request_timer: reset 0xb7f79980 0x8092f28 100
  243. Dec 18 15:28:28 X postfix/smtpd[23817]: send attr request = query
  244. Dec 18 15:28:28 X postfix/smtpd[23817]: send attr address = x@notredomaine
  245. Dec 18 15:28:28 X postfix/smtpd[23817]: vstream_fflush_some: fd 17 flush 36
  246. Dec 18 15:28:28 X postfix/smtpd[23817]: private/verify socket: wanted attribute: status
  247. Dec 18 15:28:28 X postfix/smtpd[23817]: vstream_buf_get_ready: fd 17 got 50
  248. Dec 18 15:28:28 X postfix/smtpd[23817]: input attribute name: status
  249. Dec 18 15:28:28 X postfix/smtpd[23817]: input attribute value: 0
  250. Dec 18 15:28:28 X postfix/smtpd[23817]: private/verify socket: wanted attribute: recipient_status
  251. Dec 18 15:28:28 X postfix/smtpd[23817]: input attribute name: recipient_status
  252. Dec 18 15:28:28 X postfix/smtpd[23817]: input attribute value: 0
  253. Dec 18 15:28:28 X postfix/smtpd[23817]: private/verify socket: wanted attribute: reason
  254. Dec 18 15:28:28 X postfix/smtpd[23817]: input attribute name: reason
  255. Dec 18 15:28:28 X postfix/smtpd[23817]: input attribute value: aliased to x
  256. Dec 18 15:28:28 X postfix/smtpd[23817]: private/verify socket: wanted attribute: (list terminator)
  257. Dec 18 15:28:28 X postfix/smtpd[23817]: input attribute name: (end)
  258. Dec 18 15:28:28 X postfix/smtpd[23817]: generic_checks: name=reject_unverified_recipient status=0
  259. Dec 18 15:28:28 X postfix/smtpd[23817]: generic_checks: name=reject_non_fqdn_sender
  260. Dec 18 15:28:28 X postfix/smtpd[23817]: reject_non_fqdn_address: x@domaineduclient.com
  261. Dec 18 15:28:28 X postfix/smtpd[23817]: generic_checks: name=reject_non_fqdn_sender status=0
  262. Dec 18 15:28:28 X postfix/smtpd[23817]: generic_checks: name=reject_non_fqdn_recipient
  263. Dec 18 15:28:28 X postfix/smtpd[23817]: reject_non_fqdn_address: x@notredomaine
  264. Dec 18 15:28:28 X postfix/smtpd[23817]: generic_checks: name=reject_non_fqdn_recipient status=0
  265. Dec 18 15:28:28 X postfix/smtpd[23817]: generic_checks: name=reject_unknown_sender_domain
  266. Dec 18 15:28:28 X postfix/smtpd[23817]: reject_unknown_address: x@domaineduclient.com
  267. Dec 18 15:28:28 X postfix/smtpd[23817]: ctable_locate: leave existing entry key x@domaineduclient.com
  268. Dec 18 15:28:28 X postfix/smtpd[23817]: reject_unknown_mailhost: domaineduclient.com
  269. Dec 18 15:28:28 X postfix/smtpd[23817]: lookup domaineduclient.com type MX flags 0
  270. Dec 18 15:28:28 X postfix/smtpd[23817]: dns_query: domaineduclient.com (MX): OK
  271. Dec 18 15:28:28 X postfix/smtpd[23817]: dns_get_answer: type MX for domaineduclient.com
  272. Dec 18 15:28:28 X postfix/smtpd[23817]: dns_get_answer: type MX for domaineduclient.com
  273. Dec 18 15:28:28 X postfix/smtpd[23817]: generic_checks: name=reject_unknown_sender_domain status=0
  274. Dec 18 15:28:28 X postfix/smtpd[23817]: generic_checks: name=reject_unknown_recipient_domain
  275. Dec 18 15:28:28 X postfix/smtpd[23817]: reject_unknown_address: x@notredomaine
  276. Dec 18 15:28:28 X postfix/smtpd[23817]: ctable_locate: move existing entry key x@notredomaine
  277. Dec 18 15:28:28 X postfix/smtpd[23817]: generic_checks: name=reject_unknown_recipient_domain status=0
  278. Dec 18 15:28:28 X postfix/smtpd[23817]: generic_checks: name=reject_unauth_destination
  279. Dec 18 15:28:28 X postfix/smtpd[23817]: reject_unauth_destination: x@notredomaine
  280. Dec 18 15:28:28 X postfix/smtpd[23817]: permit_auth_destination: x@notredomaine
  281. Dec 18 15:28:28 X postfix/smtpd[23817]: ctable_locate: leave existing entry key x@notredomaine
  282. Dec 18 15:28:28 X postfix/smtpd[23817]: generic_checks: name=reject_unauth_destination status=0
  283. Dec 18 15:28:28 X postfix/smtpd[23817]: generic_checks: name=check_sender_access
  284. Dec 18 15:28:28 X postfix/smtpd[23817]: check_mail_access: x@domaineduclient.com
  285. Dec 18 15:28:28 X postfix/smtpd[23817]: ctable_locate: move existing entry key x@domaineduclient.com
  286. Dec 18 15:28:28 X postfix/smtpd[23817]: check_access: x@domaineduclient.com
  287. Dec 18 15:28:28 X postfix/smtpd[23817]: check_domain_access: domaineduclient.com
  288. Dec 18 15:28:28 X postfix/smtpd[23817]: check_table_result: hash:/etc/postfix/sender_whitelist OK domaineduclient.com
  289. Dec 18 15:28:28 X postfix/smtpd[23817]: generic_checks: name=check_sender_access status=1
  290. Dec 18 15:28:28 X postfix/smtpd[23817]: >>> CHECKING RECIPIENT MAPS <<<
  291. Dec 18 15:28:28 X postfix/smtpd[23817]: ctable_locate: move existing entry key x@notredomaine
  292. Dec 18 15:28:28 X postfix/smtpd[23817]: maps_find: recipient_canonical_maps: x@notredomaine: not found
  293. Dec 18 15:28:28 X postfix/smtpd[23817]: maps_find: recipient_canonical_maps: x: not found
  294. Dec 18 15:28:28 X postfix/smtpd[23817]: maps_find: recipient_canonical_maps: @notredomaine: not found
  295. Dec 18 15:28:28 X postfix/smtpd[23817]: mail_addr_find: x@notredomaine -> (not found)
  296. Dec 18 15:28:28 X postfix/smtpd[23817]: maps_find: canonical_maps: x@notredomaine: not found
  297. Dec 18 15:28:28 X postfix/smtpd[23817]: maps_find: canonical_maps: x: not found
  298. Dec 18 15:28:28 X postfix/smtpd[23817]: maps_find: canonical_maps: @notredomaine: not found
  299. Dec 18 15:28:28 X postfix/smtpd[23817]: mail_addr_find: x@notredomaine -> (not found)
  300. Dec 18 15:28:28 X postfix/smtpd[23817]: maps_find: virtual_alias_maps: x@notredomaine: not found
  301. Dec 18 15:28:28 X postfix/smtpd[23817]: maps_find: virtual_alias_maps: x: not found
  302. Dec 18 15:28:28 X postfix/smtpd[23817]: maps_find: virtual_alias_maps: @notredomaine: not found
  303. Dec 18 15:28:28 X postfix/smtpd[23817]: mail_addr_find: x@notredomaine -> (not found)
  304. Dec 18 15:28:28 X postfix/smtpd[23817]: maps_find: local_recipient_maps: x@notredomaine: not found
  305. Dec 18 15:28:28 X postfix/smtpd[23817]: maps_find: local_recipient_maps: hash:/etc/postfix/aliases(0,lock|fold_fix): x = x
  306. Dec 18 15:28:28 X postfix/smtpd[23817]: mail_addr_find: x@notredomaine -> x
  307. Dec 18 15:28:28 X postfix/smtpd[23817]: smtpd_check_rewrite: trying: permit_inet_interfaces
  308. Dec 18 15:28:28 X postfix/smtpd[23817]: permit_inet_interfaces: 27.mail-out.ovh.net 91.121.30.210
  309. Dec 18 15:28:28 X postfix/smtpd[23817]: before input_transp_cleanup: cleanup flags = enable_header_body_filter enable_automatic_bcc enable_address_mapping
  310. enable_milters
  311. Dec 18 15:28:28 X postfix/smtpd[23817]: after input_transp_cleanup: cleanup flags = enable_header_body_filter
  312. Dec 18 15:28:28 X postfix/smtpd[23817]: connect to subsystem public/cleanup
  313. Dec 18 15:28:28 X postfix/smtpd[23817]: public/cleanup socket: wanted attribute: queue_id
  314. Dec 18 15:28:28 X postfix/smtpd[23817]: vstream_buf_get_ready: fd 18 got 20
  315. Dec 18 15:28:28 X postfix/smtpd[23817]: input attribute name: queue_id
  316. Dec 18 15:28:28 X postfix/smtpd[23817]: input attribute value: 3F4A67DD2
  317. Dec 18 15:28:28 X postfix/smtpd[23817]: public/cleanup socket: wanted attribute: (list terminator)
  318. Dec 18 15:28:28 X postfix/smtpd[23817]: input attribute name: (end)
  319. Dec 18 15:28:28 X postfix/smtpd[23817]: send attr flags = 2
  320. Dec 18 15:28:28 X postfix/smtpd[23817]: rec_put: type T len 17 data 1197988104
  321. Dec 18 15:28:28 X postfix/smtpd[23817]: rec_put: type L len 29 data smtp-amavi
  322. Dec 18 15:28:28 X postfix/smtpd[23817]: rec_put: type A len 22 data rewrite_co
  323. Dec 18 15:28:28 X postfix/smtpd[23817]: rec_put: type S len 36 data administra
  324. Dec 18 15:28:28 X postfix/smtpd[23817]: rec_put: type A len 35 data log_client
  325. Dec 18 15:28:28 X postfix/smtpd[23817]: rec_put: type A len 32 data log_client
  326. Dec 18 15:28:28 X postfix/smtpd[23817]: rec_put: type A len 53 data log_messag
  327. Dec 18 15:28:28 X postfix/smtpd[23817]: rec_put: type A len 33 data log_helo_n
  328. Dec 18 15:28:28 X postfix/smtpd[23817]: rec_put: type A len 22 data log_protoc
  329. Dec 18 15:28:28 X postfix/smtpd[23817]: rec_put: type A len 31 data client_nam
  330. Dec 18 15:28:28 X postfix/smtpd[23817]: rec_put: type A len 39 data reverse_cl
  331. Dec 18 15:28:28 X postfix/smtpd[23817]: rec_put: type A len 28 data client_add
  332. Dec 18 15:28:28 X postfix/smtpd[23817]: rec_put: type A len 29 data helo_name=
  333. Dec 18 15:28:28 X postfix/smtpd[23817]: rec_put: type A len 21 data client_add
  334. Dec 18 15:28:28 X postfix/smtpd[23817]: 3F4A67DD2: client=27.mail-out.ovh.net[91.121.30.210]
  335. Dec 18 15:28:28 X postfix/smtpd[23817]: rec_put: type A len 33 data dsn_orig_r
  336. Dec 18 15:28:28 X postfix/smtpd[23817]: rec_put: type R len 12 data x@notredomaine
  337. Dec 18 15:28:28 X postfix/smtpd[23817]: vstream_fflush_some: fd 18 flush 513
  338. Dec 18 15:28:28 X postfix/smtpd[23817]: > 27.mail-out.ovh.net[91.121.30.210]: 250 2.1.5 Ok
  339. Dec 18 15:28:28 X postfix/smtpd[23817]: watchdog_pat: 0x8080bf0
  340. Dec 18 15:28:28 X postfix/smtpd[23817]: vstream_fflush_some: fd 14 flush 14
  341. Dec 18 15:28:28 X postfix/smtpd[23817]: vstream_buf_get_ready: fd 14 got 6
  342. Dec 18 15:28:28 X postfix/smtpd[23817]: < 27.mail-out.ovh.net[91.121.30.210]: DATA
  343. Dec 18 15:28:28 X postfix/smtpd[23817]: rec_put: type M len 0 data
  344. Dec 18 15:28:28 X postfix/smtpd[23817]: rec_put: type N len 72 data Received:
  345. Dec 18 15:28:28 X postfix/smtpd[23817]: rec_put: type N len 55 data ?by srvint
  346. Dec 18 15:28:28 X postfix/smtpd[23817]: rec_put: type N len 58 data ?for <x@x
  347. Dec 18 15:28:28 X postfix/smtpd[23817]: > 27.mail-out.ovh.net[91.121.30.210]: 354 End data with <CR><LF>.<CR><LF>
  348. Dec 18 15:28:28 X postfix/smtpd[23817]: vstream_fflush_some: fd 14 flush 37
  349. Dec 18 15:28:28 X postfix/smtpd[23817]: vstream_buf_get_ready: fd 14 got 994
  350. Dec 18 15:28:28 X postfix/smtpd[23817]: rec_put: type N len 70 data Received:
  351. Dec 18 15:28:28 X postfix/smtpd[23817]: rec_put: type N len 67 data Received:
  352. Dec 18 15:28:28 X postfix/smtpd[23817]: rec_put: type N len 62 data   by 27.ma
  353. Dec 18 15:28:28 X postfix/smtpd[23817]: rec_put: type N len 58 data Received:
  354. Dec 18 15:28:28 X postfix/smtpd[23817]: rec_put: type N len 52 data ?by b0.ovh
  355. Dec 18 15:28:28 X postfix/smtpd[23817]: rec_put: type N len 52 data Received:
  356. Dec 18 15:28:28 X postfix/smtpd[23817]: rec_put: type N len 54 data   by ns0.o
  357. Dec 18 15:28:28 X postfix/smtpd[23817]: rec_put: type N len 48 data Reply-To:
  358. Dec 18 15:28:28 X postfix/smtpd[23817]: rec_put: type N len 61 data From: "Adm
  359. Dec 18 15:28:28 X postfix/smtpd[23817]: rec_put: type N len 18 data To: <x@x
  360. Dec 18 15:28:28 X postfix/smtpd[23817]: rec_put: type N len 17 data Subject: T
  361. Dec 18 15:28:28 X postfix/smtpd[23817]: rec_put: type N len 37 data Date: Tue,
  362. Dec 18 15:28:28 X postfix/smtpd[23817]: rec_put: type N len 79 data Message-ID
  363. Dec 18 15:28:28 X postfix/smtpd[23817]: rec_put: type N len 17 data MIME-Versi
  364. Dec 18 15:28:28 X postfix/smtpd[23817]: rec_put: type N len 25 data Content-Ty
  365. Dec 18 15:28:28 X postfix/smtpd[23817]: rec_put: type N len 21 data ?charset="
  366. Dec 18 15:28:28 X postfix/smtpd[23817]: rec_put: type N len 31 data Content-Tr
  367. Dec 18 15:28:28 X postfix/smtpd[23817]: rec_put: type N len 22 data X-Priority
  368. Dec 18 15:28:28 X postfix/smtpd[23817]: rec_put: type N len 25 data X-MSMail-P
  369. Dec 18 15:28:28 X postfix/smtpd[23817]: rec_put: type N len 60 data X-Mailer:
  370. Dec 18 15:28:28 X postfix/smtpd[23817]: rec_put: type N len 56 data X-MimeOLE:
  371. Dec 18 15:28:28 X postfix/smtpd[23817]: rec_put: type N len 18 data Importance
  372. Dec 18 15:33:28 X postfix/smtpd[23817]: > 27.mail-out.ovh.net[91.121.30.210]: 421 4.4.2 x.notredomaine Error: timeout exceeded
  373. Dec 18 15:33:28 X postfix/smtpd[23817]: vstream_fflush_some: fd 14 flush 54
  374. Dec 18 15:33:28 X postfix/smtpd[23817]: match_hostname: 27.mail-out.ovh.net ~? x.x.x.x/16
  375. Dec 18 15:33:28 X postfix/smtpd[23817]: match_hostaddr: 91.121.30.210 ~? x.x.x.x/16
  376. Dec 18 15:33:28 X postfix/smtpd[23817]: match_hostname: 27.mail-out.ovh.net ~? 127.0.0.0/8
  377. Dec 18 15:33:28 X postfix/smtpd[23817]: match_hostaddr: 91.121.30.210 ~? 127.0.0.0/8
  378. Dec 18 15:33:28 X postfix/smtpd[23817]: match_list_match: 27.mail-out.ovh.net: no match
  379. Dec 18 15:33:28 X postfix/smtpd[23817]: match_list_match: 91.121.30.210: no match
  380. Dec 18 15:33:28 X postfix/smtpd[23817]: send attr request = disconnect
  381. Dec 18 15:33:28 X postfix/smtpd[23817]: send attr ident = smtp:91.121.30.210
  382. Dec 18 15:33:28 X postfix/smtpd[23817]: vstream_fflush_some: fd 15 flush 45
  383. Dec 18 15:33:28 X postfix/smtpd[23817]: private/anvil: wanted attribute: status
  384. Dec 18 15:33:28 X postfix/smtpd[23817]: vstream_buf_get_ready: fd 15 got 10
  385. Dec 18 15:33:28 X postfix/smtpd[23817]: input attribute name: status
  386. Dec 18 15:33:28 X postfix/smtpd[23817]: input attribute value: 0
  387. Dec 18 15:33:28 X postfix/smtpd[23817]: private/anvil: wanted attribute: (list terminator)
  388. Dec 18 15:33:28 X postfix/smtpd[23817]: input attribute name: (end)
  389. Dec 18 15:33:28 X postfix/smtpd[23817]: timeout after DATA from 27.mail-out.ovh.net[91.121.30.210]
  390. Dec 18 15:33:28 X postfix/smtpd[23817]: vstream_fflush_some: fd 18 flush 1187
  391. Dec 18 15:33:28 X postfix/smtpd[23817]: disconnect from 27.mail-out.ovh.net[91.121.30.210]


Message édité par jaymzwise le 18-12-2007 à 15:52:00
Reply

Marsh Posté le 18-12-2007 à 17:14:49    

ca ressemble a un pb reseau ici.
 
-deja pourquoi les valeurs par defaut des timeout ont été modifiées dans le main.cf ?  
essaie de retablir cela (commente les entrées)
 
-as tu un Cisco Pix dans ton reseau ?
 
-sinon cela peut etre un pb avec le MTU
 
-evidemment le pb peut etre aussi chez l'expediteur


Message édité par toniotonio le 18-12-2007 à 17:16:50

---------------
Messagerie dédiée, Relais Mail Antispam/Antivirus, Infogérance 24/7: http://www.eole-its.com
Reply

Marsh Posté le 19-12-2007 à 10:23:31    

Salut,
 
J'ai commenté les timeout dans le main.cf.
Non, je n'ai pas de Cisco Pix dans mon réseau.
C'est, à priori, le seul client qui ne parvient pas à nous envoyer d'emails.
 
Edit : Le fait d'avoir commenté les timeout n'a pas changé grand chose, 300s après la connection du serveur OVH j'ai le timeout after DATA.


Message édité par jaymzwise le 19-12-2007 à 10:30:18
Reply

Marsh Posté le 19-12-2007 à 10:45:58    

je penche pour le pb reseau.


---------------
Messagerie dédiée, Relais Mail Antispam/Antivirus, Infogérance 24/7: http://www.eole-its.com
Reply

Marsh Posté le 19-12-2007 à 10:50:25    

Ok.
 
Maintenant reste à savoir si le problème est chez nous ou plutôt chez eux.
D'après le client, ils n'ont aucun problème avec leurs autres destinataires, tout comme nous.
 
J'ai désactivé temporairement la restriction qui me semblait en cause, à savoir reject_unknown_sender_domain.
Même comportement...


Message édité par jaymzwise le 19-12-2007 à 10:53:45
Reply

Marsh Posté le 19-12-2007 à 10:50:25   

Reply

Marsh Posté le 19-12-2007 à 11:02:22    


as tu un iptables actif ?
combien d'interface reseau sur le serveur ?
as tu parfois des "link is down" dans les logs ?
combien de routeurs sont traversés dans ton reseau, leur marques/modeles et leur config.
quel kernel as tu ?
fais une capture reseau du pb


---------------
Messagerie dédiée, Relais Mail Antispam/Antivirus, Infogérance 24/7: http://www.eole-its.com
Reply

Marsh Posté le 19-12-2007 à 11:18:51    

Non, je n'ai pas d'iptables actif sur le serveur.
Il n'y a qu'une seule interface réseau sur ce serveur.
Un coup d'oeil dans les logs mais aucune trace de link down.
Un seul routeur est traversé, il s'agit d'un Bintec X2300 Compact. Niveau configuration c'est un prestataire qui s'en charge.
Le kernel : 2.6.18-4-686.
 
Je suis en train de faire une capture réseau.

Reply

Marsh Posté le 19-12-2007 à 11:22:24    

etant donné qu'en face c'est un smtp d'ovh il est peu probable que cela soit de leur coté que le pb reside. Mais on ne sait jamais.
 


---------------
Messagerie dédiée, Relais Mail Antispam/Antivirus, Infogérance 24/7: http://www.eole-its.com
Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed