[mail] Problem Mail() and Laposte.net

PHP language

Topic:

PHP language

  1. Guest wrote: 17/12/2006 at 7:45pm

Default [Mail] Problem mail() and laposte.net

  1. Good morning
  2. So far I’ve never had any problem sending e-mails to laposte.net with the mail() function of php. I have an account with them, so I’m testing with this address.
  3. Since today I keep getting this error from the postmaster:
  4. – These recipients have been processed by the mail server
    [email protected]; Failed; 5.7.0 (different or undefined security status)
  5. I understand the error but without further explanation I don’t know how to fix it! Besides, I’ve never had a problem, why now? 8O
  6. Oh yes, I would forget to say that I host my own server on a static ip so personal configuration: I’m not bothered by any host and I use postfix!
  7. If you see a solution, do not hesitate to leave a short message!
  8. Thank you. Thank you,
  9. webrider
  10. viviboss wrote: 17/12/2006 at 8:48pm

Default

  1. …What if you try with another address?
  2. Is the mail sent or not (the message from ereur says that the mail has been processed…) ?
  3. Maybe because of the FRom? Your email may be treated as SPAM….
  4. Did you activate filters in your box?
  5. Guest wrote: 17/12/2006 at 11:35pm

Default

  1. The other addresses work and when I send the mail through my client (thunderbird) all messages pass. Do you think the From field makes it look like spam? I haven’t activated any filters either.
  2. webrider
  3. viviboss wrote: 18/12/2006 at 00:23 am

Default

  1. Maybe…
  2. Try to make a simply formed email, in text format :
  3. You put the recipient, the sender, the subject… Anyway, you fill in the blanks… And see how that goes…
  4. Rodolphe_1940 wrote: 18/12/2006 at 01:02 am

Default We are not alone,

  1. I have exactly the same problem, messages to laposte.net do not go through the mail function and my message content is only text, no images. not even a link.
    I’ll follow this discussion if you find a solution…
    Rodolphe
  2. Guest wrote: 18/12/2006 at 12:17pm

Default

  1. For the moment it’s working, I’m touching wood.
  2. Here is the log of postfix when I had the problem yesterday:
  3. Dec 17 23:50:27 www postfix/anvil[21446]: statistics: max connection rate 1/60s for (smtp:195.238.4.73) at Dec 17 23:47:07
    Dec 17 23:50:27 wwww postfix/anvil[21446]: statistics: max connection count 1 for (smtp:195.238.4.73) at Dec 17 23:47:07
    Dec 17 23:50:27 www postfix/anvil[21446]: statistics: max cache size 1 at Dec 17 23:47:07
  4. Could this be due to too many e-mails being sent to the same address? So the Post Office smtp takes this as spam?
  5. Rodolphe_1940 do you have an excerpt from your postfix log? Normally in /var/log/mail.info.
  6. webrider

 

 

 

You May Also Like