When sending E-Mail, the module is not formatting the headers correctly so the Email Server tries to send a message to:
entry
guestbook
New
In addition, the From address is from apache@myserver.com, so the bounce message is causing an additonal error because apache is not a user. The From address should be the owner of the Drupal Site, not the process trying to send the message.
From the Sendmail error Log:
----- The following addresses had permanent fatal errors -----
entry
(reason: 550 5.1.1 <entry@myserver.com>... User unknown)
guestbook
(reason: 550 5.1.1 <guestbook@myserver.com>... User unknown)
New
(reason: 550 5.1.1 <New@myserver.com>... User unknown)
Comments
Comment #1
sciman commentedchange this:
to this:
Add this function:
Problem solved.
Comment #2
sunAccording to the changelog, this should already be fixed in the latest development snapshot. Did you already test that?
Comment #3
sciman commented>> Did you already test that?
No, I was working with the Release version like I always try to do.
Shouldn't a fix like this warrant a new Release Candidate?
Thanks.
Comment #4
sunYes, probably. However, I want to get some other fixes from the queue into 1.0.
Comment #5
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.