[Trac] smtplib issue in my notification.py

2008-03-27 Thread [EMAIL PROTECTED]
Hi, I'm running Trac 0.11dev-r6658 with Python: 2.5.2, mod_python: 3.3.1) and I've got some difficulties in making the notification work. My Trac.ini notification section looks like: [notification] always_notify_owner = true always_notify_reporter = true smtp_always_bcc = [EMAIL PROTECTED]

[Trac] Re: smtplib issue in my notification.py

2008-03-27 Thread Emmanuel Blot
Did you try to run the same test *with* the same user as your web server (i.e. the user of the web server process) ? Sometimes, default security rules on servers prevent the web server process to create outgoing connection to the SMTP port, among others... HTH, Manu On Thu, Mar 27, 2008 at

[Trac] Re: smtplib issue in my notification.py

2008-03-27 Thread [EMAIL PROTECTED]
thanks manu but the user is the same and it still does not work... i don't really know where to dig now... On 27 mar, 11:34, Emmanuel Blot [EMAIL PROTECTED] wrote: Did you try to run the same test *with* the same user as your web server (i.e. the user of the web server process) ? Sometimes,

[Trac] Re: smtplib issue in my notification.py

2008-03-27 Thread Emmanuel Blot
thanks manu but the user is the same and it still does not work... i don't really know where to dig now... You meant that when you run the interactive python shell as the web server user, you are able to connect to the SMTP server? which Linux distrib are you using?

[Trac] Re: smtplib issue in my notification.py

2008-03-27 Thread [EMAIL PROTECTED]
On 27 mar, 14:16, Emmanuel Blot [EMAIL PROTECTED] wrote: thanks manu but the user is the same and it still does not work... i don't really know where to dig now... You meant that when you run the interactive python shell as the web server user, you are able to connect to the SMTP

[Trac] Re: smtplib issue in my notification.py

2008-03-27 Thread Emmanuel Blot
...unfortunately everything's running on a M$oft Windows platform at work... Wow, Windows. I give up ;-) Double-check anti-virus and other network protection services. Cheers, Manu --~--~-~--~~~---~--~~ You received this message because you are subscribed to

[Trac] Re: smtplib issue in my notification.py

2008-03-27 Thread [EMAIL PROTECTED]
On 27 mar, 14:36, Emmanuel Blot [EMAIL PROTECTED] wrote: ...unfortunately everything's running on a M$oft Windows platform at work... Wow, Windows. I give up ;-) I understand you so much... :-( Double-check anti-virus and other network protection services. Yes I found this thread

[Trac] trouble getting tracdownloads working

2008-03-27 Thread eleight
Hello, I'm having problems getting the downloads plug-in working correctly. I did not do the initial system/python/trac installations, but have successfully added the DateFieldPlugIn before. I downloaded the plugin, did a python setup.py bdist_egg, then installed the egg file through the web

[Trac] group permissions on trac.db after initenv

2008-03-27 Thread galens
In trac 0.10.4, when I create a new project with initenv, the trac.db file does not have group write permissions, despite my umask being set to 002. Is this intentional, or perhaps a side effect of sqlite? All other files that are created during initenv have the proper permissions. [EMAIL

[Trac] Re: Better copy-n-paste for source code in Trac browser

2008-03-27 Thread benhoyt
So, should we add it as a Trac enhancement ticket? -Ben Please do, prevents things from getting lost. Done. Ticket 7055: 'Add toggle line numbers JavaScript to source browser': http://trac.edgewall.org/ticket/7055 If anyone here is more involved with Trac or an admin, I wasn't sure

[Trac] Re: windows noob needs help w trac on lighttpd/freebsd (authentication)

2008-03-27 Thread Bentton
On Mar 26, 10:04 pm, Neil M [EMAIL PROTECTED] wrote: Trac detected an internal error: Authentication information not available. when i try to login Checking on Google gives me these two links: http://dev.fckeditor.net/wiki/TracFastCgi

[Trac] How to use subversion's authz.conf file to control the permission of different folder in a single repository

2008-03-27 Thread max
Hi All, I have a repository such as /home/svnroot/myrepository, an authz.conf file for many users. I give a user the BROWSER_VIEW permission, but he can browser all the folders in the repository though i give him only the permission of a folder in the subversion. How can do to realize my goal?

[Trac] Re: How to use subversion's authz.conf file to control the permission of different folder in a single repository

2008-03-27 Thread Noah Kantrowitz
Please do not reply off list, I will generally delete such messages as spam. --Noah max wrote: I have done it , but it seems it is not the whole story On 3月28日, 上午9时39分, Noah Kantrowitz [EMAIL PROTECTED] wrote: authz_file in trac.ini. --Noah On Mar 27, 2008, at 9:18 PM, max wrote: