Bug#606215: [PATCH] Initscript for gunicorn_django

2010-12-07 Thread Arthur Furlan
-myprojectname A more complete version of the code (with some documentation and usage examples) are available in my github page[3]. [3]. https://github.com/afurlan/debian-gunicorn_django -- Atenciosamente, Arthur Furlan (afurlan) afur...@afurlan.org http://blog.afurlan.org Public GPG KeyID

Bug#554627: [PATCH] Add the server hostname in the mail subject

2009-11-05 Thread Arthur Furlan
. -- Atenciosamente, Arthur Furlan arthur.fur...@gmail.com --- unattended-upgrade 2009-11-05 15:56:21.0 -0200 +++ unattended-upgrade-patched 2009-11-05 15:56:34.0 -0200 @@ -6,7 +6,7 @@ # Released under the GPL import apt_pkg, apt_inst -import sys, os, string, datetime +import sys

Bug#536237: Enable specific domain configuration in SquirrelMail

2009-07-08 Thread Arthur Furlan
in the SquirrelMail default package. I'm running Debian GNU/Linux 5.0 (Lenny) and Kernel 2.6.26-2-686. -- Atenciosamente, Arthur Furlan arthur.fur...@gmail.com --- config.php 2009-07-08 09:38:07.0 -0300 +++ config-patched.php 2009-07-08 09:39:46.0 -0300 @@ -219,3 +219,7

Bug#535168: The aide package should run the command aideinit during its installation

2009-06-30 Thread Arthur Furlan
that someone has removed it. I think it's a good idea to run this command by default once it's is needed to generate the reports and the user is able to change this default configuration using the command update-aide.conf. -- Atenciosamente, Arthur Furlan arthur.fur...@gmail.com

Bug#535178: Login page redirecting logged users to their Inbox pages

2009-06-30 Thread Arthur Furlan
, Arthur Furlan arthur.fur...@gmail.com --- index.php 2009-06-30 10:25:04.0 -0300 +++ index.php-patched 2009-06-30 10:23:53.0 -0300 @@ -8,13 +8,15 @@ // | http://opensource.org/licenses/apache2.0.php

Bug#518515: Adittional information

2009-05-15 Thread Arthur Furlan
and libjs-jquery 1.3.2-2. To fix the problem, I downgraded the libjs-jquery to the version of the etch-backports (version 1.2.6-2) and the fields back work again. - -- Atenciosamente, Arthur Furlan arthur.fur...@gmail.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux

Bug#528787: Problems to download attachment files with special characters in the name

2009-05-15 Thread Arthur Furlan
the problem I called the new method at some specific places the the /functions/mime.php. I'm sending the mime.php patch and the file containing the quoted_printable_encode function. I don't know if this is the best way to solve the problem but it worked for me. :) -- Atenciosamente, Arthur

Bug#527597: Atmail doesn't flush some user session from the database

2009-05-12 Thread Arthur Furlan
On Sat, May 9, 2009 at 11:23 AM, Giuseppe Iuculano giuse...@iuculano.it wrote: Hi Arthur, Hi Giuseppe, Arthur Furlan ha scritto:     I fixed these issues adding a new method in the Auth class (see Auth.php.patch) that destroys the any session for an user, both in php *and* database. To fix

Bug#527597: Atmail doesn't flush some user session from the database

2009-05-08 Thread Arthur Furlan
running Debian GNU/Linux 5.0 (Lenny) and Kernel 2.6.26-2-686. -- Regards, Arthur Furlan arthur.fur...@gmail.com --- Auth.php 2009-05-07 15:36:19.0 -0300 +++ Auth-patched.php 2009-05-07 15:36:03.0 -0300 @@ -1,5 +1,4 @@ ?php - require_once('header.php'); require_once('SQL.php

Bug#527394: Authenticating in SMTP using the POP3 username and password

2009-05-07 Thread Arthur Furlan
by Arthur Furlan arthur.fur...@gmail.com on 2009-04-27 * * Enable SMTP authentication using the POP username and password. */ if ($pref['smtpauth_use_pop3user'] == true) { $pref['smtpauth_username'] = $atmail-username; if ($pref['mailserver_auth']) $pref

Bug#527394: Adding the patch using the diff -u instead of diff command

2009-05-07 Thread Arthur Furlan
by Arthur Furlan arthur.fur...@gmail.com on 2009-04-27 + * + * Enable SMTP authentication using the POP username and password. + */ +if ($pref['smtpauth_use_pop3user'] == true) { + $pref['smtpauth_username'] = $atmail-username; + if ($pref['mailserver_auth']) + $pref

Bug#499418: New configuration of apache2.conf on lenny causes a syntax error

2008-09-18 Thread Arthur Furlan
(shared) status_module (shared) Syntax OK I'm using Debian Lenny BETA2 and kernel 2.6.26-1-486 -- Arthur Furlan [EMAIL PROTECTED]