Mailingproblem [message #1472] |
Tue, 16 April 2002 10:52 |
smike
Messages: 182 Registered: April 2002 Location: Munich/Germany
Karma: 0
|
Senior Member |
|
|
I have the problem, that most of new users didn't receive their email notification. Also if they click on the button to receive an extra notification. I have to disable this feature.
This problem occurs at version 1.2.4 and the new RC1 version.
Thanks for any ideas, Mike
|
|
|
Re: Mailingproblem [message #1476 is a reply to message #1472] |
Tue, 16 April 2002 15:35 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Can you verify that you can send email using php's mail() function?
This is what FUdforum uses to send email.
FUDforum Core Developer
|
|
|
|
Re: Mailingproblem [message #1478 is a reply to message #1477] |
Tue, 16 April 2002 16:14 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Okie here is a simple test.
Take an email of one of the users who says they didn't recieve notification. And then run the following test script on your server:
mail(USER_EMAIL_ADDRESS, "Test Message", "Please let the admin know if you got this message, by sending an email to YOUR_EMAIL");
It could be that the people who failed to recieve the email have slow mail servers, block your server from sending them email etc... There are many reasons for this, since some people ARE able to recieve email 99% chance this is NOT a FUDforum bug.
FUDforum Core Developer
|
|
|
Re: Mailingproblem [message #1533 is a reply to message #1478] |
Thu, 18 April 2002 11:30 |
smike
Messages: 182 Registered: April 2002 Location: Munich/Germany
Karma: 0
|
Senior Member |
|
|
Thanks for the php-skript. I checked it out and noticed some error-messages of our local mailserver (shown below). Fake-address and my-domain are changed domainnames. So, I think my problem isn't a FUD-problem, but a problem of a missconfigured mailserver. Yet I don't know how to fix it, but I let you know, if all works fine. Bye, Mike
----------------------------------------------------------- The original message was received at Thu, 18 Apr 2002 13:20:21 +0200 from apache@localhost with id g3IBKLZ13437
----- The following addresses had permanent fatal errors ----- smike(at)fake-address(dot)de (reason: 552 {mx021-rz3} Cannot resolve your domain - ungueltiger Domain-Name in Adresse)
----- Transcript of session follows ----- ... while talking to mx0.fake-address.net.: >>> MAIL From:<apache(at)linux-server2(dot)my-domain(dot)de> <<< 552 {mx021-rz3} Cannot resolve your domain - ungueltiger Domain-Name in Adresse 554 5.0.0 smike(at)fake-address(dot)de... Service unavailable -----------------------------------------------------------
|
|
|