FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum » FUDforum Installation Issues » Mail probs
Show: Today's Messages :: Polls :: Message Navigator
Switch to threaded view of this topic Create a new topic Submit Reply
Mail probs [message #12634] Tue, 19 August 2003 07:49 Go to next message
Eddie is currently offline  Eddie   Germany
Messages: 40
Registered: March 2003
Karma: 0
Member
I have problems with the email notification. From som users I get error messages in my mailbox with the error:

host smtp.wanadoo.fr[193.252.22.83] said: 553
<wwwrun(at)linux(dot)local>: Sender address rejected: Domain not found

I don't understand why mails are sended from wwwrun(at)linux(dot)local instead of the email address in NOTIFY_FROM.

Can you tell me what is the problem? I have the version 2.5.3RC1.

Eddie
Re: Mail probs [message #12638 is a reply to message #12634] Tue, 19 August 2003 12:33 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
What is your admin email set to and are you using built-in SMTP to send e-mail or default mail() ?

FUDforum Core Developer
Re: Mail probs [message #12639 is a reply to message #12638] Tue, 19 August 2003 15:49 Go to previous messageGo to next message
Eddie is currently offline  Eddie   Germany
Messages: 40
Registered: March 2003
Karma: 0
Member
Both admins email and notify email are set to eddie(dot)kreutz(at)tenovis(dot)com and I use default mail. SMTP is switched off.
Re: Mail probs [message #12729 is a reply to message #12634] Wed, 27 August 2003 06:57 Go to previous messageGo to next message
Eddie is currently offline  Eddie   Germany
Messages: 40
Registered: March 2003
Karma: 0
Member
Hi Prottos,

do you have absolutely no idea what could be the problem? I looked over the config-file and I compared it with others where the forum makes no problem but I found nothing.

One information I have for you, when a mail cannot be sent I get an error mail into my mail account on an other server.

FROM: MAILER-DAEMON(at)linux(dot)local
TO: eddie(dot)kreutz(at)tenovis(dot)com
Undelivered Mail Returned to Sender

There are 2 attachements, where the first is this one:

Reporting-MTA: dns; linux.local
Arrival-Date: Tue, 26 Aug 2003 16:55:12 +0200 (CEST)

Final-Recipient: rfc822; berrybyche(at)aol(dot)com
Action: failed
Status: 5.0.0
Diagnostic-Code: X-Postfix; host mailin-01.mx.aol.com[64.12.138.152] said: 550
REQUESTED ACTION NOT TAKEN: DNS FAILURE


The second I will upload for you.
Re: Mail probs [message #12782 is a reply to message #12729] Sun, 31 August 2003 18:36 Go to previous message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
Unusual, by default (what you are using) FUDforum uses php mail() command when sending e-mails. It appends 2 headers to the e-mail which should affect the 'From & Reply-To' headers.

You can try this manually

<?php
mail
("me(at)me(dot)com", "Test", "Test", "From: me(at)me(dot)com\nReply-To: me@me,com");
?>


If your test fails to properly specify From/Reply-to something is likely to be broken in your PHP.


FUDforum Core Developer
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Strange forum behaviour after upgrade from 2.3.5 to 2.5.2
Next Topic: Trouble 2.3.8 -> 2.5.*
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Sun Oct 06 05:35:52 GMT 2024

Total time taken to generate the page: 0.03396 seconds