All posts in the topic Web posting Ok - nothing sent to mail server (Short link)
Summary
- There are 2 posts — by 2 authors — in this topic.
- Latest post made by Richard Waid at 2006 Nov 21 01:26 UTC
I have got to the stage where GS0.9 accepts and posts to groups from the web
interface, but none of these postings are sent to the subscribed users.
Nothing is sent to the mail server on the same box.
Registration, group subscription etc notification emails are sent to the email
server as expected.
It may or may not be related to the use of python 2.4 as opposed to the
apparent default of 2.3 ?
No errors on the web interace and nothing in the server mail log. (The
postings from the web interface are not sent to the unix mail server)
In the instance event log one gets the following:
"2006-11-13T15:03:31 ERROR root Exception while rendering an error message
Traceback (most recent call last):
File "/usr/lib/zope2.9/lib/python/OFS/SimpleItem.py", line 223, in
raise_standardErrorMessage
v = s(**kwargs)
File "/usr/lib/zope2.9/lib/python/ZPublisher/Publish.py", line 106, in
publish
object=request.traverse(path, validated_hook=validated_hook)
File "/usr/lib/zope2.9/lib/python/ZPublisher/BaseRequest.py", line 361, in
traverse
return response.notFoundError(URL)
File "/usr/lib/zope2.9/lib/python/ZPublisher/HTTPResponse.py", line 646, in
notFoundError
"Sorry, the requested resource does not exist." +
NotFound: <h2>Site Error</h2>
<p>An error was encountered while publishing this resource.
</p>
<p><strong>Resource not found</strong></p>
Sorry, the requested resource does not exist.<p>Check the URL and try
again.</p><p><b>Resource:</b>
http://g27.melbpc.org.au/PresentationCustom/Tofu</p>
<hr noshade="noshade"/>
<p>Troubleshooting Suggestions</p>
<ul>
<li>The URL may be incorrect.</li>
<li>The parameters passed to this resource may be incorrect.</li>
<li>A resource that this resource relies on may be
encountering an error.</li>
</ul>
<p>For more detailed information about the error, please
refer to the error log.
</p>
<p>If the error persists please contact the site maintainer.
Thank you for your patience.
</p>
"
On the web screen, the posting appears in the group as one would expect, but
are not being sent by email to those subscribed. GroupServer does not sent
them to the mail server.
Thus the question is: Where does one look to see what might prevent a web
posting being distributed to those subscribed by email?
Thanks
Richard
Richard Solly
http://eforum.darebin.vic.gov.au/
On Mon, 2006-11-13 at 18:07 +1300, Richard wrote:
> I have got to the stage where GS0.9 accepts and posts to groups from the web
interface, but none of these postings are sent to the subscribed users.
Nothing is sent to the mail server on the same box.
>
> Registration, group subscription etc notification emails are sent to the
email server as expected.
>
> It may or may not be related to the use of python 2.4 as opposed to the
apparent default of 2.3 ?
>
> No errors on the web interace and nothing in the server mail log. (The
postings from the web interface are not sent to the unix mail server)
>
> In the instance event log one gets the following:
<snip>
Looking at it further, I don't think that particular message is related,
I think that is just it looking for a CSS file in the PresentationCustom
folder.
As mentioned in the other topic, it could be that spooling is turned on.
Highly likely actually. Check if there is a /tmp/mailboxer_spool2 (or
something like that) ... if so, I'll let you know how to process it.
Next release I'll get people to actually test the install first ...
(The install should hopefully be a lot cleaner actually -- we have
shifted a load of stuff out of the ZODB and into the filesystem in the
past 2 months).