postfixadmin-tracker Mailing List for PostfixAdmin (Page 55)
Brought to you by:
christian_boltz,
gingerdog
You can subscribe to this list here.
2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(5) |
Oct
(67) |
Nov
(83) |
Dec
(47) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2008 |
Jan
(57) |
Feb
(15) |
Mar
(21) |
Apr
(38) |
May
(27) |
Jun
(38) |
Jul
(35) |
Aug
(50) |
Sep
(8) |
Oct
(9) |
Nov
(59) |
Dec
(59) |
2009 |
Jan
(27) |
Feb
(42) |
Mar
(63) |
Apr
(46) |
May
(26) |
Jun
(25) |
Jul
(40) |
Aug
(19) |
Sep
(17) |
Oct
(35) |
Nov
(26) |
Dec
(21) |
2010 |
Jan
(11) |
Feb
(19) |
Mar
(40) |
Apr
(25) |
May
(23) |
Jun
(17) |
Jul
(10) |
Aug
(18) |
Sep
(21) |
Oct
(12) |
Nov
(10) |
Dec
(22) |
2011 |
Jan
(30) |
Feb
(23) |
Mar
(23) |
Apr
(38) |
May
(32) |
Jun
(19) |
Jul
(20) |
Aug
(36) |
Sep
(11) |
Oct
(28) |
Nov
(4) |
Dec
(4) |
2012 |
Jan
(6) |
Feb
(3) |
Mar
(16) |
Apr
(28) |
May
(29) |
Jun
(10) |
Jul
(2) |
Aug
(3) |
Sep
|
Oct
(13) |
Nov
(1) |
Dec
(1) |
2013 |
Jan
(11) |
Feb
(7) |
Mar
(29) |
Apr
(2) |
May
(3) |
Jun
(15) |
Jul
(8) |
Aug
(5) |
Sep
(5) |
Oct
(4) |
Nov
(27) |
Dec
(81) |
2014 |
Jan
(12) |
Feb
(13) |
Mar
(5) |
Apr
|
May
(41) |
Jun
(16) |
Jul
(7) |
Aug
(10) |
Sep
(24) |
Oct
(50) |
Nov
|
Dec
(2) |
2015 |
Jan
(5) |
Feb
(2) |
Mar
(7) |
Apr
(20) |
May
(1) |
Jun
(3) |
Jul
(12) |
Aug
(1) |
Sep
(17) |
Oct
(5) |
Nov
(20) |
Dec
(10) |
2016 |
Jan
(10) |
Feb
(11) |
Mar
(22) |
Apr
(30) |
May
(33) |
Jun
(3) |
Jul
|
Aug
(12) |
Sep
(20) |
Oct
(11) |
Nov
(15) |
Dec
(8) |
2017 |
Jan
(1) |
Feb
(11) |
Mar
(10) |
Apr
|
May
(3) |
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
(1) |
Nov
|
Dec
(3) |
2018 |
Jan
(2) |
Feb
|
Mar
(1) |
Apr
|
May
(4) |
Jun
(2) |
Jul
(4) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2019 |
Jan
|
Feb
|
Mar
|
Apr
(3) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2021 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: SourceForge.net <no...@so...> - 2008-02-25 01:42:23
|
Patches item #1901104, was opened at 2008-02-25 02:42 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937966&aid=1901104&group_id=191583 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Core Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Guido Boehm (lenix) Assigned to: Nobody/Anonymous (nobody) Summary: domain aliases without bounces/backscatter Initial Comment: see http://sourceforge.net/forum/message.php?msg_id=4678100 for full problem description. in short: the current mechanism to do domain-aliasing (joh...@al... goes to joh...@re..., fo...@al... goes to fo...@re..., ...) is to insert a record into the alias-table, like address:@alias.com goto:@real.com. unless @real.com has catchall configured (address:@real.com, goto:us...@re...) this solution will generate bounce-mails. postfix will accept all mail for @alias.com, and only afterwards notice that there's no such user @real.com. this "backscatter"-problem makes you unpopular among other postmasters, so you would better try to avoid bouncing many messages. unfortunately, the only way to handle such situations in postfix without producing backscatter involves creating another table and modifying some main.cf configuration. this patch adds an alias_domain table to the setup, includes documentation for postfix-configuration and adds proper listing and forms for handling those alias-domains. it can peacefully co-exists with the "old" way to do domain-aliasing, that means that @alias.com -> @real.com in 'alias'-table will keep working, but it'll still have the same problems described above. since there are new forms/errors/... there are a lot of new strings to translate, i'll provide a german translation myself the next days. Do these new items have to be added to DOCUMENTS/LANGUAGE.txt? regarding PgSQL, i tried to support it everywhere i added new queries, but since i have no postgres-installation at hand i didn't test the relevant parts. it would be nice if somebody could provide some feedback/fixups on this topic. have fun, guido 'lenix' boehm ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937966&aid=1901104&group_id=191583 |
From: SourceForge.net <no...@so...> - 2008-02-22 13:29:53
|
Feature Requests item #1899601, was opened at 2008-02-22 14:30 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937967&aid=1899601&group_id=191583 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Martin Valasek (mvalasek) Assigned to: Nobody/Anonymous (nobody) Summary: Adding specific transport options for backup MX Initial Comment: Hello, i'd like to think about possibility to include extended transport options for backup MX domains. i.e. protocol, hostname, port for explicit specification of host where emails for backup MX should be delivered. Thanks, BR Martin Valasek ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937967&aid=1899601&group_id=191583 |
From: SourceForge.net <no...@so...> - 2008-02-21 21:45:07
|
Patches item #1898481, was opened at 2008-02-21 07:19 Message generated for change (Comment added) made by gingerdog You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937966&aid=1898481&group_id=191583 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed >Resolution: Accepted Priority: 5 Private: No Submitted By: Guido Boehm (lenix) Assigned to: Nobody/Anonymous (nobody) Summary: configurable css / logo Initial Comment: - combined 2 previous logo-images into one (.xcf) - added $CONF['theme_logo'] and $CONF['theme_css'] - added a "css/" for providing multiple themes in the future - modified php/html in templates/header.php and index.php - diffed against svn 298 - had some fun, more to come ---------------------------------------------------------------------- >Comment By: GingerDog (gingerdog) Date: 2008-02-21 21:45 Message: Logged In: YES user_id=1761957 Originator: NO Thank you; patch applied; see changeset 299. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937966&aid=1898481&group_id=191583 |
From: SourceForge.net <no...@so...> - 2008-02-21 07:18:59
|
Patches item #1898481, was opened at 2008-02-21 08:19 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937966&aid=1898481&group_id=191583 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Guido Boehm (lenix) Assigned to: Nobody/Anonymous (nobody) Summary: configurable css / logo Initial Comment: - combined 2 previous logo-images into one (.xcf) - added $CONF['theme_logo'] and $CONF['theme_css'] - added a "css/" for providing multiple themes in the future - modified php/html in templates/header.php and index.php - diffed against svn 298 - had some fun, more to come ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937966&aid=1898481&group_id=191583 |
From: SourceForge.net <no...@so...> - 2008-02-09 19:19:40
|
Feature Requests item #1890259, was opened at 2008-02-09 11:19 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937967&aid=1890259&group_id=191583 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Import domain, mailbox or alias list from file Initial Comment: It'd be a nice feature if one could upload a list of new domains/mailboxes/aliases defined in a file (CSV for example). If you're deploying a new system and have to create hundreds or thousands of domains/mailboxes/aliases, it'd be a real life saver. I know that examinig the DB schema and creating the proper SQL script is an option, but why not include it as a feature on the GUI? Thanks, and keep up the good work. Nagy Daniel ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937967&aid=1890259&group_id=191583 |
From: SourceForge.net <no...@so...> - 2008-02-07 15:27:44
|
Bugs item #1888847, was opened at 2008-02-07 07:27 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1888847&group_id=191583 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Cancel also save changes Initial Comment: In "Edit Mailbox" click "Cancel" (German Verlassen). Changes will be stored. I changed edit_mailbox.php: if ($_SERVER['REQUEST_METHOD'] == "POST" && $_POST['submit']) .... .... if ($_SERVER['REQUEST_METHOD'] == "POST" && $_POST['cancel']) { header ("Location: list-virtual.php?domain=$fDomain"); exit(); } ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1888847&group_id=191583 |
From: SourceForge.net <no...@so...> - 2008-01-31 11:05:27
|
Bugs item #1694669, was opened at 2007-04-04 17:14 Message generated for change (Comment added) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1694669&group_id=191583 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Core Group: SVN (please specify revision!) Status: Open Resolution: None Priority: 2 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Improper Use of crypt() Initial Comment: Inside the pacrypt() function in functions.inc.php, crypt() is used for the 'system' encryption type. Salt is first calculated, with the below code: if (ereg ("\$1\$", $pw_db)) { $split_salt = preg_split ('/\$/', $pw_db); $salt = $split_salt[2]; } else { $salt = substr ($pw_db, 0, 2); } ... however, that is improper according to the php.net documentation (http://www.php.net/crypt) for the crypt() call: ... You should pass the entire results of crypt() as the salt for comparing a password, to avoid problems when different hashing algorithms are used. (As it says above, standard DES-based password hashing uses a 2-character salt, but MD5-based hashing uses 12.) ... Simply modifying the code to read: if ($pw_db) { $password = crypt ($pw, $pw_db); } else { $password = crypt ($pw); } ... fixed the problem in my case. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2008-01-31 03:05 Message: Logged In: NO I can certify this does not break anything on GNU/Linux or FreeBSD systems; passing the entire hash as salt is the proper way. Splitting, like you currently do in pacrypt(), does not work -- If you create a new user, he cannot log in. Copying /etc/passwd entries breaks also. -- Morten Hustveit ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2008-01-27 09:56 Message: Logged In: NO i changed it in following way: .... if (ereg ('\$1\$', $pw_db)) { $split_salt = preg_split ('/\$/', $pw_db); $salt = "$1$".$split_salt[2]; } .... i think that is without any side effects. ---------------------------------------------------------------------- Comment By: GingerDog (gingerdog) Date: 2007-10-09 10:05 Message: Logged In: YES user_id=1761957 Originator: NO I'd be tempted to think not - after all people must (!?) be using crypt'ed passwords with other 3rd party applications (e.g. imap/pop3 clients).... doesn't this imply we can fix this without any side effects? ---------------------------------------------------------------------- Comment By: Christian Boltz (christian_boltz) Date: 2007-10-07 13:03 Message: Logged In: YES user_id=593261 Originator: NO Your arguments are valid, but the question is: Will this break existing passwords? (If yes, it will be problematic to do this change.) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1694669&group_id=191583 |
From: SourceForge.net <no...@so...> - 2008-01-29 23:09:21
|
Bugs item #1882082, was opened at 2008-01-29 22:23 Message generated for change (Comment added) made by christian_boltz You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1882082&group_id=191583 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Languages Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Norwegian bokmål-support Initial Comment: I have translated all the strings to Norwegian bokmål, the majority language in Norway. -- Morten Hustveit ---------------------------------------------------------------------- >Comment By: Christian Boltz (christian_boltz) Date: 2008-01-30 00:09 Message: Logged In: YES user_id=593261 Originator: NO Hmmm, I have some "problems" with your translation: - we already have a norwegian translation (nn.lang) - you have translated an old version of the language file, which means I will need some time to merge it for the current version - and the number of translated strings in nn.lang and your file are roughly the same The latest norwegian translation file is: http://postfixadmin.svn.sourceforge.net/viewvc/*checkout*/postfixadmin/trunk/languages/nn.lang Is it possible for you to use this file as base for your translation? I would really appreciate that. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1882082&group_id=191583 |
From: SourceForge.net <no...@so...> - 2008-01-29 21:23:05
|
Bugs item #1882082, was opened at 2008-01-29 13:23 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1882082&group_id=191583 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Languages Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Norwegian bokmål-support Initial Comment: I have translated all the strings to Norwegian bokmål, the majority language in Norway. -- Morten Hustveit ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1882082&group_id=191583 |
From: SourceForge.net <no...@so...> - 2008-01-27 17:56:10
|
Bugs item #1694669, was opened at 2007-04-04 17:14 Message generated for change (Comment added) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1694669&group_id=191583 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Core Group: SVN (please specify revision!) Status: Open Resolution: None Priority: 2 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Improper Use of crypt() Initial Comment: Inside the pacrypt() function in functions.inc.php, crypt() is used for the 'system' encryption type. Salt is first calculated, with the below code: if (ereg ("\$1\$", $pw_db)) { $split_salt = preg_split ('/\$/', $pw_db); $salt = $split_salt[2]; } else { $salt = substr ($pw_db, 0, 2); } ... however, that is improper according to the php.net documentation (http://www.php.net/crypt) for the crypt() call: ... You should pass the entire results of crypt() as the salt for comparing a password, to avoid problems when different hashing algorithms are used. (As it says above, standard DES-based password hashing uses a 2-character salt, but MD5-based hashing uses 12.) ... Simply modifying the code to read: if ($pw_db) { $password = crypt ($pw, $pw_db); } else { $password = crypt ($pw); } ... fixed the problem in my case. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2008-01-27 09:56 Message: Logged In: NO i changed it in following way: .... if (ereg ('\$1\$', $pw_db)) { $split_salt = preg_split ('/\$/', $pw_db); $salt = "$1$".$split_salt[2]; } .... i think that is without any side effects. ---------------------------------------------------------------------- Comment By: GingerDog (gingerdog) Date: 2007-10-09 10:05 Message: Logged In: YES user_id=1761957 Originator: NO I'd be tempted to think not - after all people must (!?) be using crypt'ed passwords with other 3rd party applications (e.g. imap/pop3 clients).... doesn't this imply we can fix this without any side effects? ---------------------------------------------------------------------- Comment By: Christian Boltz (christian_boltz) Date: 2007-10-07 13:03 Message: Logged In: YES user_id=593261 Originator: NO Your arguments are valid, but the question is: Will this break existing passwords? (If yes, it will be problematic to do this change.) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1694669&group_id=191583 |
From: SourceForge.net <no...@so...> - 2008-01-26 22:55:28
|
Bugs item #1876354, was opened at 2008-01-21 11:24 Message generated for change (Settings changed) made by christian_boltz You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1876354&group_id=191583 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed Resolution: Wont Fix Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: register_globals Initial Comment: How to force postfixadmin to accept the register_globals=On ??? I need the register_globals on my web site, but this version of postfixadmin says : Please turn off register_globals; edit your php.ini Thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2008-01-26 20:58 Message: Logged In: NO register_global is a true risk for web sites... you really should not use ! ---------------------------------------------------------------------- Comment By: Ocean Sky (oceanskyltd) Date: 2008-01-21 16:26 Message: Logged In: YES user_id=1987306 Originator: NO Thanks very much !!! Like this i choose to put the register_globals=Off Very good ---------------------------------------------------------------------- Comment By: Christian Boltz (christian_boltz) Date: 2008-01-21 13:14 Message: Logged In: YES user_id=593261 Originator: NO You can (and should) disable register_globals per directory. Or even better, disable it globally and enable for the directories that really need it. To disable it only for postfixadmin, add the following to your apache config: <Directory /path/to/postfixadmin> php_admin_flag register_globals 0 </Directory> Or if you decide to disable register_globals globally: <Directory /path/to/my/dinosaur> php_admin_flag register_globals 1 </Directory> You can also add the php_admin_flag statement to a .htaccess if allow_override permits it. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1876354&group_id=191583 |
From: SourceForge.net <no...@so...> - 2008-01-26 19:58:04
|
Bugs item #1876354, was opened at 2008-01-21 02:24 Message generated for change (Comment added) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1876354&group_id=191583 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: Wont Fix Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: register_globals Initial Comment: How to force postfixadmin to accept the register_globals=On ??? I need the register_globals on my web site, but this version of postfixadmin says : Please turn off register_globals; edit your php.ini Thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2008-01-26 11:58 Message: Logged In: NO register_global is a true risk for web sites... you really should not use ! ---------------------------------------------------------------------- Comment By: Ocean Sky (oceanskyltd) Date: 2008-01-21 07:26 Message: Logged In: YES user_id=1987306 Originator: NO Thanks very much !!! Like this i choose to put the register_globals=Off Very good ---------------------------------------------------------------------- Comment By: Christian Boltz (christian_boltz) Date: 2008-01-21 04:14 Message: Logged In: YES user_id=593261 Originator: NO You can (and should) disable register_globals per directory. Or even better, disable it globally and enable for the directories that really need it. To disable it only for postfixadmin, add the following to your apache config: <Directory /path/to/postfixadmin> php_admin_flag register_globals 0 </Directory> Or if you decide to disable register_globals globally: <Directory /path/to/my/dinosaur> php_admin_flag register_globals 1 </Directory> You can also add the php_admin_flag statement to a .htaccess if allow_override permits it. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1876354&group_id=191583 |
From: SourceForge.net <no...@so...> - 2008-01-24 01:12:28
|
Bugs item #1876457, was opened at 2008-01-21 05:40 Message generated for change (Comment added) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1876457&group_id=191583 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Core Group: SVN (please specify revision!) Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: vacation status message Initial Comment: SVN 298 when you create vacation message for user in users menu and than you remove and next time you will edit message, you will see message under edit dialog "You already have an auto response configured!", but your vacation is not active. file users/main.php @@-54,1@@ - $tMessage = $PALANG['pUsersVacation_welcome_text']; @@+59,7@@ + $Active = db_get_boolean(True); + $result = db_query("SELECT * FROM $table_vacation WHERE email='$USERID_USERNAME' AND active='$Active'"); + if ($result['rows'] == 1) { $tMessage = PALANG['pUsersVacation_welcome_text']; } ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2008-01-23 17:12 Message: Logged In: NO last night I had a idea how it maked better and here is solution: @@-54,1@@ - $tMessage = $PALANG['pUsersVacation_welcome_text']; @@+57,6@@ $Active = db_get_boolean(True); if ($row['active'] == $Active) { $tMessage = $PALANG['pUsersVacation_welcome_text']; } good luck qaso ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1876457&group_id=191583 |
From: SourceForge.net <no...@so...> - 2008-01-21 16:20:55
|
Bugs item #1875897, was opened at 2008-01-20 10:57 Message generated for change (Comment added) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1875897&group_id=191583 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Interface (example) Group: SVN (please specify revision!) Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: can`t create backup from menu Initial Comment: SVN version 2008-01-19T16:48:15.336774Z 297 in file backup.php - $result = db_query ("SHOW CREATE TABLE ".table_by_pos($i)); + $result = db_query ("SHOW CREATE TABLE $tables[$i]"); - $result = db_query ("SELECT * FROM ".table_by_pos($i)); + $result = db_query ("SELECT * FROM $tables[$i]"); - $tables = array('admin','alias','config','domain','domain_admins','log','mailbox','vacation','vacation_notification'); + $tables = array('admin','alias','domain','domain_admins','log','mailbox','vacation','vacation_notification'); ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2008-01-21 08:21 Message: Logged In: NO sorry, I run upgrade.php and problem was solved. But when I run the upgrade.php, I saw this problem: ALTER TABLE `vacation` CHANGE `email` `email` VARCHAR( 255 ) /*!40100 CHARACTER SET latin1 COLLATE latin1_swedish_ci */ NOT NULL DEBUG INFORMATION: Invalid query: Error on rename of './postfix/#sql-33c0_2b1' to './postfix/vacation' (errno: 150) if I remove table vacation and vacation_notificaion and then I create it using CREATE TABLE `vacation` ( `email` varchar(255) /*!40100 CHARACTER SET latin1 COLLATE latin1_swedish_ci */ NOT NULL default '', `subject` varchar(255) /*!40100 CHARACTER SET latin1 COLLATE latin1_swedish_ci */ NOT NULL default '', `body` text NOT NULL, `cache` text NOT NULL, `domain` varchar(255) /*!40100 CHARACTER SET latin1 COLLATE latin1_swedish_ci */ NOT NULL default '', `created` datetime NOT NULL default '0000-00-00 00:00:00', `active` tinyint(4) NOT NULL default '1', PRIMARY KEY (`email`), KEY `email` (`email`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Postfix Admin - Virtual Vacation'; everything is done, but I can`t create table vacation_notification using CREATE TABLE vacation_notification ( on_vacation varchar(255) NOT NULL, notified varchar(255) NOT NULL, notified_at timestamp NOT NULL default now(), CONSTRAINT vacation_notification_pkey PRIMARY KEY(on_vacation, notified), FOREIGN KEY (on_vacation) REFERENCES vacation(email) ON DELETE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci TYPE=InnoDB COMMENT='Postfix Admin - Virtual Vacation Notifications'; I obtain error that table /postfix/vacation_notification.frm can`t be created errono=150 ---------------------------------------------------------------------- Comment By: Christian Boltz (christian_boltz) Date: 2008-01-20 12:37 Message: Logged In: YES user_id=593261 Originator: NO Hmm, I can't see what fails here - I just tested and the backup seems to work. Can you please add some details? What is the problem you want to solve? BTW: Your $tables does not include the "config" table. If you have updated from an earlier version of postfixadmin, please run upgrade.php to create it (and to update your other tables also). ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1875897&group_id=191583 |
From: SourceForge.net <no...@so...> - 2008-01-21 15:26:19
|
Bugs item #1876354, was opened at 2008-01-21 10:24 Message generated for change (Comment added) made by oceanskyltd You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1876354&group_id=191583 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Closed Resolution: Wont Fix Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: register_globals Initial Comment: How to force postfixadmin to accept the register_globals=On ??? I need the register_globals on my web site, but this version of postfixadmin says : Please turn off register_globals; edit your php.ini Thanks ---------------------------------------------------------------------- Comment By: Ocean Sky (oceanskyltd) Date: 2008-01-21 15:26 Message: Logged In: YES user_id=1987306 Originator: NO Thanks very much !!! Like this i choose to put the register_globals=Off Very good ---------------------------------------------------------------------- Comment By: Christian Boltz (christian_boltz) Date: 2008-01-21 12:14 Message: Logged In: YES user_id=593261 Originator: NO You can (and should) disable register_globals per directory. Or even better, disable it globally and enable for the directories that really need it. To disable it only for postfixadmin, add the following to your apache config: <Directory /path/to/postfixadmin> php_admin_flag register_globals 0 </Directory> Or if you decide to disable register_globals globally: <Directory /path/to/my/dinosaur> php_admin_flag register_globals 1 </Directory> You can also add the php_admin_flag statement to a .htaccess if allow_override permits it. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1876354&group_id=191583 |
From: SourceForge.net <no...@so...> - 2008-01-21 13:40:24
|
Bugs item #1876457, was opened at 2008-01-21 05:40 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1876457&group_id=191583 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Core Group: SVN (please specify revision!) Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: vacation status message Initial Comment: SVN 298 when you create vacation message for user in users menu and than you remove and next time you will edit message, you will see message under edit dialog "You already have an auto response configured!", but your vacation is not active. file users/main.php @@-54,1@@ - $tMessage = $PALANG['pUsersVacation_welcome_text']; @@+59,7@@ + $Active = db_get_boolean(True); + $result = db_query("SELECT * FROM $table_vacation WHERE email='$USERID_USERNAME' AND active='$Active'"); + if ($result['rows'] == 1) { $tMessage = PALANG['pUsersVacation_welcome_text']; } ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1876457&group_id=191583 |
From: SourceForge.net <no...@so...> - 2008-01-21 12:14:28
|
Bugs item #1876354, was opened at 2008-01-21 11:24 Message generated for change (Settings changed) made by christian_boltz You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1876354&group_id=191583 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed >Resolution: Wont Fix Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: register_globals Initial Comment: How to force postfixadmin to accept the register_globals=On ??? I need the register_globals on my web site, but this version of postfixadmin says : Please turn off register_globals; edit your php.ini Thanks ---------------------------------------------------------------------- >Comment By: Christian Boltz (christian_boltz) Date: 2008-01-21 13:14 Message: Logged In: YES user_id=593261 Originator: NO You can (and should) disable register_globals per directory. Or even better, disable it globally and enable for the directories that really need it. To disable it only for postfixadmin, add the following to your apache config: <Directory /path/to/postfixadmin> php_admin_flag register_globals 0 </Directory> Or if you decide to disable register_globals globally: <Directory /path/to/my/dinosaur> php_admin_flag register_globals 1 </Directory> You can also add the php_admin_flag statement to a .htaccess if allow_override permits it. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1876354&group_id=191583 |
From: SourceForge.net <no...@so...> - 2008-01-21 10:24:01
|
Bugs item #1876354, was opened at 2008-01-21 02:24 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1876354&group_id=191583 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: register_globals Initial Comment: How to force postfixadmin to accept the register_globals=On ??? I need the register_globals on my web site, but this version of postfixadmin says : Please turn off register_globals; edit your php.ini Thanks ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1876354&group_id=191583 |
From: SourceForge.net <no...@so...> - 2008-01-20 21:52:34
|
Bugs item #1875959, was opened at 2008-01-20 22:52 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1875959&group_id=191583 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Interface (example) Group: SVN (please specify revision!) Status: Open Resolution: None Priority: 5 Private: No Submitted By: Sascha Bendix (scrubb) Assigned to: Nobody/Anonymous (nobody) Summary: Web-forwarding wrong if login fails Initial Comment: When installing postfixadmin into another location than the webserver root (for example /postfixadmin/)and your login fails you will forwarded to /login.php if you the config as follows: $CONF['postfix_admin_url'] = ''; $CONF['postfix_admin_path'] = dirname(__FILE__); Version:2.2.0-rc1 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1875959&group_id=191583 |
From: SourceForge.net <no...@so...> - 2008-01-20 21:33:14
|
Bugs item #1875950, was opened at 2008-01-20 22:33 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1875950&group_id=191583 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Core Group: SVN (please specify revision!) Status: Open Resolution: None Priority: 5 Private: No Submitted By: Sascha Bendix (scrubb) Assigned to: Nobody/Anonymous (nobody) Summary: Wrong Description Initial Comment: The descriptions of the config items domain_path and domain_in_mailbox seems to be exchanged in version 2.2.0-rc1 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1875950&group_id=191583 |
From: SourceForge.net <no...@so...> - 2008-01-20 21:04:32
|
Feature Requests item #1829511, was opened at 2007-11-10 14:40 Message generated for change (Comment added) made by christian_boltz You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937967&aid=1829511&group_id=191583 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Database Group: SVN (please specify revision!) Status: Open Resolution: None Priority: 5 Private: No Submitted By: Benny Pedersen (xpunkt) Assigned to: Nobody/Anonymous (nobody) Summary: quota per admin Initial Comment: when new domain is added by super-admin the domain quotas does not being set, domain is left with 0 for each field in domain table :/ there is maxquota and quota, what is the diffrents ? as it is now only maxquotas can be set from postfixadmin when edit the domain after its created quotas in domain is internal for postfixadmin quotas in mailbox is for mta/lda and all external programs that should react on quotas ---------------------------------------------------------------------- >Comment By: Christian Boltz (christian_boltz) Date: 2008-01-20 22:04 Message: Logged In: YES user_id=593261 Originator: NO Another feature request from https://sourceforge.net/forum/message.php?msg_id=4713077 Have a quota (in MB) per domain (or admin), and let the admin decide if he wants 100 mailboxes with 20 MB or 2 mailboxes with 1 GB. The lowest limit (number of mailboxes, size in MB) should be horored, of course. ---------------------------------------------------------------------- Comment By: Christian Boltz (christian_boltz) Date: 2007-11-13 00:27 Message: Logged In: YES user_id=593261 Originator: NO To make bug handling easier, I have split off a) into https://sourceforge.net/tracker/index.php?func=detail&aid=1830742&group_id=191583&atid=937964 After discussing b) with xpoint/xpunkt in IRC, it turned out that this is meant as feature request: - have a quota _per admin_ - allow admins to edit the quota of their domains (limited by the admin's quota) -> The admin could choose on which of his domains he wants to "spend" his quota. One domain for all mailboxes, or some mailboxes on each domain. Possible problem: handling will be "interesting" if there's more than one admin for a domain ;-) (not in postfixadmin from the programming POV, but the results might be interesting) (changing summary again and moving to feature requests) ---------------------------------------------------------------------- Comment By: Christian Boltz (christian_boltz) Date: 2007-11-11 20:36 Message: Logged In: YES user_id=593261 Originator: NO (changed summary from "trunc 202" to something more meaningful) I only had a quick look at this, so someone should correct me if I'm wrong ;-) a) quota vs. maxquota in domain table It seems the "quota" field in domain table is not used anywhere. The actual quota is stored in "maxquota". b) default quota The default quota from config.inc.php ($CONF['maxquota']) is given as starting value in create-domain.php. The default quota of 0 only applies if you actively clear out the quota field at domain creation. Is this really a problem for you? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937967&aid=1829511&group_id=191583 |
From: SourceForge.net <no...@so...> - 2008-01-20 20:43:13
|
Patches item #1870907, was opened at 2008-01-14 09:03 Message generated for change (Comment added) made by christian_boltz You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937966&aid=1870907&group_id=191583 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Vacation Group: SVN (please specify revision!) >Status: Closed >Resolution: Accepted Priority: 5 Private: No Submitted By: GingerDog (gingerdog) Assigned to: Nobody/Anonymous (nobody) Summary: changes to make vacation remember the away message Initial Comment: See : https://sourceforge.net/forum/forum.php?thread_id=1908895&forum_id=676076 This patch attempts to implement that functionality; I've not tested it _at_ _all_ as I don't have a working DB locally to try it on :( Changes should apply to SVN revision 293. thanks David. ---------------------------------------------------------------------- >Comment By: Christian Boltz (christian_boltz) Date: 2008-01-20 21:43 Message: Logged In: YES user_id=593261 Originator: NO These changes are in SVN (r297) now, no need to keep this tracker item open. A side effect was already reported in the bug tracker and is fixed in r298. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937966&aid=1870907&group_id=191583 |
From: SourceForge.net <no...@so...> - 2008-01-20 20:37:50
|
Bugs item #1875897, was opened at 2008-01-20 19:57 Message generated for change (Comment added) made by christian_boltz You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1875897&group_id=191583 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Interface (example) Group: SVN (please specify revision!) Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: can`t create backup from menu Initial Comment: SVN version 2008-01-19T16:48:15.336774Z 297 in file backup.php - $result = db_query ("SHOW CREATE TABLE ".table_by_pos($i)); + $result = db_query ("SHOW CREATE TABLE $tables[$i]"); - $result = db_query ("SELECT * FROM ".table_by_pos($i)); + $result = db_query ("SELECT * FROM $tables[$i]"); - $tables = array('admin','alias','config','domain','domain_admins','log','mailbox','vacation','vacation_notification'); + $tables = array('admin','alias','domain','domain_admins','log','mailbox','vacation','vacation_notification'); ---------------------------------------------------------------------- >Comment By: Christian Boltz (christian_boltz) Date: 2008-01-20 21:37 Message: Logged In: YES user_id=593261 Originator: NO Hmm, I can't see what fails here - I just tested and the backup seems to work. Can you please add some details? What is the problem you want to solve? BTW: Your $tables does not include the "config" table. If you have updated from an earlier version of postfixadmin, please run upgrade.php to create it (and to update your other tables also). ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1875897&group_id=191583 |
From: SourceForge.net <no...@so...> - 2008-01-20 20:31:50
|
Bugs item #1875901, was opened at 2008-01-20 20:02 Message generated for change (Settings changed) made by christian_boltz You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1875901&group_id=191583 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Interface (example) Group: SVN (please specify revision!) >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: vacation status in user mode Initial Comment: SVN 297 when you create vacation message in users mode and than you delete, you will still see that it is enable. users/main.php - $result = db_query("SELECT * FROM $table_vacation WHERE email='$USERID_USERNAME'"); +$Active = db_get_boolean(True); + $result = db_query("SELECT * FROM $table_vacation WHERE email='$USERID_USERNAME' AND active='$Active'"); ---------------------------------------------------------------------- >Comment By: Christian Boltz (christian_boltz) Date: 2008-01-20 21:31 Message: Logged In: YES user_id=593261 Originator: NO Fixed in SVN r298. Thanks for reporting this! ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1875901&group_id=191583 |
From: SourceForge.net <no...@so...> - 2008-01-20 19:02:33
|
Bugs item #1875901, was opened at 2008-01-20 11:02 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1875901&group_id=191583 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Interface (example) Group: SVN (please specify revision!) Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: vacation status in user mode Initial Comment: SVN 297 when you create vacation message in users mode and than you delete, you will still see that it is enable. users/main.php - $result = db_query("SELECT * FROM $table_vacation WHERE email='$USERID_USERNAME'"); +$Active = db_get_boolean(True); + $result = db_query("SELECT * FROM $table_vacation WHERE email='$USERID_USERNAME' AND active='$Active'"); ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1875901&group_id=191583 |