RE: [Zope3-Users] Mail

2006-01-12 Thread Roger Ineichen
Hi David Zope uses a mail queue folder for "Mail Delivery" utilities. Take a look at the z3.log there sould ba a log entry for the undelivery mail. Just delete the mail in this mail queue folder. Regards Roger Ineichen Projekt01 GmbH www.projekt01.ch _ END OF MESSAG

Re: [Zope3-Users] Mail

2006-01-12 Thread Pawel Sawicki
David Johnson wrote: My zope server is trying to send me mail and failing, but I’m not sure why or how to stop it. Any ideas? (...snip...) SMTPRecipientsRefused: {'djohnson': (501, ': recipient address must contain a domain')} This gives a rather clear explanation I suppose. The straight

[Zope3-Users] Mail

2006-01-12 Thread David Johnson
My zope server is trying to send me mail and failing, but I’m not sure why or how to stop it.  Any ideas?   2006-01-12T16:12:36 ERROR QueueProcessorThread Error while sending mail from [EMAIL PROTECTED] to djohnson. Traceback (most recent call last):   File "/home/djohnson/Zope3/src/zop

Re: [Zope3-Users] Radius Server

2006-01-12 Thread Stephan Richter
On Thursday 12 January 2006 12:01, David Johnson wrote: > Does anyone use Zope as an authentication server? Specifically for Radius > clients? In Zope 3 not that I am aware of. Until the 3.2 release it was not easy to add new network protocols to Zope. Now that we are using twisted this might be

[Zope3-Users] Zope 3.2 Twisted FTP broken?

2006-01-12 Thread Paolo Invernizzi
I've read nothing in the changelog... it's a bug? I'm logging in with the Manager account defined in the zcml... And nothing is beint logged on the console or log files... C:\>ftp localhost Connected to gondolin. 220 Twisted 2.1.0 FTP Server User (gondolin:(none)): sysadmin 331 Password required

Re: [Zope3-Users] More MySQL

2006-01-12 Thread Brian Sutherland
On Thu, Jan 12, 2006 at 09:31:03AM -0500, Wade Leftwich wrote: > I use Ubuntu (derived from Debian), and while I appreciate Brian > Sutherland's fine work to provide a Debian package for Zope 3, I have Er, just let me correct that. I have only done a very small amount of work on the Debian zope3 p

[Zope3-Users] Radius Server

2006-01-12 Thread David Johnson
Does anyone use Zope as an authentication server? Specifically for Radius clients? Are there products out there for this? I see Radius client packages.       -- David Johnson [EMAIL PROTECTED] 201 Main Street Suite 1320 Fort Worth, TX 76102 (877) 572-8324 x2200  

Re: [Zope3-Users] More MySQL

2006-01-12 Thread Jim Washington
David Johnson wrote: Thanks to everyone for the MySQL assistance. We use Debian and I just installed the python-mysqlda (seems obvious in retrospect). In any case, after I install the python adapater, I get the following when starting zope: ConfigurationError: ('Invalid value for',

Re: [Zope3-Users] More MySQL

2006-01-12 Thread Wade Leftwich
David Johnson wrote: > Thanks to everyone for the MySQL assistance. We use Debian and I just > installed the python-mysqlda (seems obvious in retrospect). > > > > In any case, after I install the python adapater, I get the following > when starting zope: > > > > ConfigurationError: ('Inval

Re: [Zope3-Users] Permissions of a given object

2006-01-12 Thread Frank Burkhardt
Hi, On Thu, Jan 12, 2006 at 07:19:02AM -0500, Stephan Richter wrote: [snip] > > But canAccess never fails here - even if the object is inaccessible. > > canAccess() returns a boolean unless there is no security declaration at all. I changed the code fragement to for obj in catalog.searchResu

[Zope3-Users] More MySQL

2006-01-12 Thread David Johnson
Thanks to everyone for the MySQL assistance.  We use Debian and I just installed the python-mysqlda (seems obvious in retrospect).   In any case, after I install the python adapater, I get the following when starting zope:   ConfigurationError: ('Invalid value for', 'menu', "ImportError

Re: [Zope3-Users] Permissions of a given object

2006-01-12 Thread Stephan Richter
On Thursday 12 January 2006 07:01, Frank Burkhardt wrote: >  for obj in catalog.searchResults(content=searchquery): >     view=zapi.queryMultiAdapter((obj,self.request),name='view.html') >     try: >        canAccess(view,'__call__') >        search_results.append(obj) >     except: >        """obj

Re: [Zope3-Users] Permissions of a given object

2006-01-12 Thread Frank Burkhardt
Hi, On Thu, Dec 15, 2005 at 10:27:00AM +0100, Dominik Huber wrote: > Frank Burkhardt wrote: > > >Hi, > > > >when I search using a catalog, I get a list of persistent objects > >but maybe there are objects among them, the calling user > >doesn't have permissions for. > > > >How do I check, if the

Re: [Zope3-Users] MySQL

2006-01-12 Thread Wade Leftwich
David Johnson wrote: > I recently tried to add the MySQL Package. I’m not sure if this is the > proper list for this question. > > I added the package according to: > http://www.zope.org/DevHome/Wikis/DevSite/Projects/ComponentArchitecture/AddonPackageInstall > > When I go into my zope instance