postfixadmin-tracker Mailing List for PostfixAdmin (Page 56)
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-01-20 18:57:28
|
Bugs item #1875897, was opened at 2008-01-20 10:57 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=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'); ---------------------------------------------------------------------- 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-14 08:03:47
|
Patches item #1870907, was opened at 2008-01-14 08:03 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=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: Open Resolution: None 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. ---------------------------------------------------------------------- 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-13 19:00:12
|
Feature Requests item #1870466, was opened at 2008-01-13 20:00 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=1870466&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: 4 Private: No Submitted By: Christian Boltz (christian_boltz) Assigned to: Nobody/Anonymous (nobody) Summary: create-domain: option to choose domain admin Initial Comment: Idea from somebody who mailed me privately: create-domain (and edit-domain) should have listboxes (or alike) to choose the admin(s) for this domain. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937967&aid=1870466&group_id=191583 |
From: SourceForge.net <no...@so...> - 2008-01-13 18:58:38
|
Feature Requests item #1690316, was opened at 2007-03-29 04:18 Message generated for change (Comment added) made by christian_boltz You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937967&aid=1690316&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: 4 Private: No Submitted By: Josh Cheney (sysandnet) Assigned to: Nobody/Anonymous (nobody) Summary: Domain administrator login - use mailbox passwords? Initial Comment: Is there any reason that the domain administrator shouldn't use the mail password associated with that account? I noticed the other day that the password for the domain admin accounts is stored seperately, but still uses an email address for the user name. I would think that it would be simpler for the users (and for the admins) to have the domain admin login use the same password as the mail account. If there is a reason that this has not been done yet, just let me know, otherwise, I can make the change and submit a patch. ---------------------------------------------------------------------- >Comment By: Christian Boltz (christian_boltz) Date: 2008-01-13 19:58 Message: Logged In: YES user_id=593261 Originator: NO In case we bind the admin password to the mailbox password, we should add a checkbox to create-mailbox: [ ] is admin for $this_domain ---------------------------------------------------------------------- Comment By: Christian Boltz (christian_boltz) Date: 2007-12-30 23:00 Message: Logged In: YES user_id=593261 Originator: NO Good question. My personal opinion is that the passwords should stay separated. Some random thoughts: - we (developers) discussed to always encrypt admin passwords independent of $CONF['encrypt']. This would mean that admin passwords _have to_ be separate. - if admin accounts have separate passwords, they don't necessarily need to use mail addresses as account names. (I often use postmaster@<domain>, but using names like "cboltz" would fit my need better.) This would be an easy change - just remove the syntax check for admin names. Anyway - this is nothing we'll change for 2.2. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937967&aid=1690316&group_id=191583 |
From: SourceForge.net <no...@so...> - 2008-01-13 17:25:31
|
Patches item #1869896, was opened at 2008-01-12 12:23 Message generated for change (Comment added) made by christian_boltz You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937966&aid=1869896&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: Closed >Resolution: Accepted Priority: 5 Private: No Submitted By: Pavel Usischev (pusischev) Assigned to: Nobody/Anonymous (nobody) Summary: Updated ru.lang Initial Comment: Updated ru.lang attached. ---------------------------------------------------------------------- >Comment By: Christian Boltz (christian_boltz) Date: 2008-01-13 18:24 Message: Logged In: YES user_id=593261 Originator: NO Submitted to SVN r292. Thanks! ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937966&aid=1869896&group_id=191583 |
From: SourceForge.net <no...@so...> - 2008-01-12 11:23:33
|
Patches item #1869896, was opened at 2008-01-12 14:23 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=1869896&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: Pavel Usischev (pusischev) Assigned to: Nobody/Anonymous (nobody) Summary: Updated ru.lang Initial Comment: Updated ru.lang attached. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937966&aid=1869896&group_id=191583 |
From: SourceForge.net <no...@so...> - 2008-01-10 19:05:22
|
Bugs item #1865123, was opened at 2008-01-06 07:21 Message generated for change (Comment added) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1865123&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: Raphael Schmid (sixtyfive) Assigned to: Nobody/Anonymous (nobody) Summary: unclear that Superadmin is the admin of all existing domains Initial Comment: Right now, you have to manually add any new domain to the superadmin. This should be done automatically. (Rev. 286) ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2008-01-10 11:05 Message: Logged In: NO Hi Christian, what about a simplified version of your idea #2: Idea 2.1: Show "All domains" as the first item of the list box when logged in as superadmin. Cheers, Raphael ---------------------------------------------------------------------- Comment By: Christian Boltz (christian_boltz) Date: 2008-01-06 13:10 Message: Logged In: YES user_id=593261 Originator: NO Idea 1: Simply add a note "Super admins have access to all domains, can manage domains and admin accounts." Idea 2, more work: radio buttons Domains: ( ) all domains (super admin) *) ( ) the following domains [listbox] *) not really a good text, because superadmins have more permissions (add/delete domains, edit domain settings, manage admins, ...) ---------------------------------------------------------------------- Comment By: Raphael Schmid (sixtyfive) Date: 2008-01-06 12:50 Message: Logged In: YES user_id=658318 Originator: YES Probably yeah... sorry, I might not have looked too closely. This _is_ a UI design problem however... ---------------------------------------------------------------------- Comment By: GingerDog (gingerdog) Date: 2008-01-06 09:10 Message: Logged In: YES user_id=1761957 Originator: NO Errm.. a superadmin can edit any domain; note the checkbox _overrides_ any domains selected through the edit-admin page. (Perhaps the UI needs modifying to make this obvious however) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1865123&group_id=191583 |
From: SourceForge.net <no...@so...> - 2008-01-09 22:10:27
|
Feature Requests item #1867959, was opened at 2008-01-09 23:10 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=1867959&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: Christian Boltz (christian_boltz) Assigned to: Nobody/Anonymous (nobody) Summary: remember last vacation message Initial Comment: from https://sourceforge.net/forum/message.php?msg_id=4709992 > Has it been considered to store the vacation message in such a way that when the user goes on vacation and enables their message, that it remembers the last message they used, so they only have to edit it? Good idea. The change is quite easy (DELETE -> UPDATE vacation SET active=$false), but we'll have to check for possible side effects. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937967&aid=1867959&group_id=191583 |
From: SourceForge.net <no...@so...> - 2008-01-09 21:21:18
|
Bugs item #1867893, was opened at 2008-01-09 20: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=1867893&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: Closed >Resolution: Works For Me >Priority: 1 Private: No Submitted By: Gianluca Varisco (gvarisco) Assigned to: Nobody/Anonymous (nobody) Summary: E-mail created in wrong directory Initial Comment: Hi, As Mischa suggested, I'm opening this bug report due to a problem that I have. See the description of the problem below: +-------------------------------------------------------+ I just re-installed my box and I decided to use, due to some problems in the last months with 2.1.0 and 2.2.0 rc1, the SVN version. It works! And I can add both aliases and mailboxes, but I only have one problem now: After that I create a mailbox, it is created over /home/virtual/na...@do...d instead of /home/virtual/domain.tld/name All my other mailboxes are under /home/virtual/domain.tld/name as I configured it in Postfix. I'm also using this parameter in the config.inc.php file: // If you don't want to have the domain in your mailbox set this to 'NO'. // Example: /usr/local/virtual/domain.tld/username $CONF['domain_in_mailbox'] = 'YES'; Which other parameter (or bash script?) I have to check and/or use? +-------------------------------------------------------+ [postfix main.cf] virtual_mailbox_base = /home/virtual [/postfix main.cf] Thanks and Best Regards, ---------------------------------------------------------------------- >Comment By: Christian Boltz (christian_boltz) Date: 2008-01-09 22:21 Message: Logged In: YES user_id=593261 Originator: NO $CONF['domain_path'] = 'YES'; $CONF['domain_in_mailbox'] = 'NO'; should work as expected. Please reopen if it doesn't ;-) Note: The maildir of existing mailboxes will not be changed. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1867893&group_id=191583 |
From: SourceForge.net <no...@so...> - 2008-01-09 19:57:36
|
Bugs item #1867893, was opened at 2008-01-09 19:57 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=1867893&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: Gianluca Varisco (gvarisco) Assigned to: Nobody/Anonymous (nobody) Summary: E-mail created in wrong directory Initial Comment: Hi, As Mischa suggested, I'm opening this bug report due to a problem that I have. See the description of the problem below: +-------------------------------------------------------+ I just re-installed my box and I decided to use, due to some problems in the last months with 2.1.0 and 2.2.0 rc1, the SVN version. It works! And I can add both aliases and mailboxes, but I only have one problem now: After that I create a mailbox, it is created over /home/virtual/na...@do...d instead of /home/virtual/domain.tld/name All my other mailboxes are under /home/virtual/domain.tld/name as I configured it in Postfix. I'm also using this parameter in the config.inc.php file: // If you don't want to have the domain in your mailbox set this to 'NO'. // Example: /usr/local/virtual/domain.tld/username $CONF['domain_in_mailbox'] = 'YES'; Which other parameter (or bash script?) I have to check and/or use? +-------------------------------------------------------+ [postfix main.cf] virtual_mailbox_base = /home/virtual [/postfix main.cf] Thanks and Best Regards, ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1867893&group_id=191583 |
From: SourceForge.net <no...@so...> - 2008-01-07 10:34:59
|
Bugs item #1859556, was opened at 2007-12-28 07:45 Message generated for change (Settings changed) made by christian_boltz You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1859556&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: v 2.1 >Status: Closed Resolution: Fixed Priority: 5 Private: No Submitted By: PRAEDO (praedo) Assigned to: Nobody/Anonymous (nobody) Summary: CSS Bug Initial Comment: Looks like there's some bug in CSS using Catalan language. Another different problem is that I have english language set in the config file but the browser isn't English and the language is changed even if I want to keep English. I include a JPG file attached. Thank you. -------------------- [04:59] <PRAEDO> the menu text appears overlapped and the default language in the conf file doesn't work because it detects the browser language [05:00] <PRAEDO> how can i fix that? [06:45] <GingerDog> as mentioned via /msg, that sounds like a css issue [06:45] <GingerDog> i'll presue you are using the svn version of postfixadmin?: [06:46] <GingerDog> i think i've sene people say it doesn't render quite right when you're not using english [06:46] <GingerDog> i presume this is due to e.g. word lengths changing [06:46] <GingerDog> i wouldn't be able to fix this, as i don't really know much about stylesheets etcl; which is where i presume the problem is [06:47] <GingerDog> if you can afford to wait a day or two, create a ticket on sourceforge, and if you can provide a screenshot illustrating the problem, that would be excellent ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2008-01-06 22:56 Message: Logged In: NO Great, it works, and I see magic quotes are no longer needed. Good job! ---------------------------------------------------------------------- Comment By: Christian Boltz (christian_boltz) Date: 2008-01-06 22:22 Message: Logged In: YES user_id=593261 Originator: NO Try the latest setup.php from SVN and it will tell you ;-) Probably you didn't set $CONF['configured']. ---------------------------------------------------------------------- Comment By: PRAEDO (praedo) Date: 2007-12-31 06:47 Message: Logged In: YES user_id=1968759 Originator: YES I try to use the SVN version but I get some problems. Here I explain my steps: I go to /admin and the setup.php page shows asking me to add an Admin. I do so and it says the Admin has been added correctly and I can delete setup.php So I delete setup.php and I go to /admin but it still wants to find setup.php and I get a 404 Object not found error. What am I doing wrong? ---------------------------------------------------------------------- Comment By: Christian Boltz (christian_boltz) Date: 2007-12-30 20:02 Message: Logged In: YES user_id=593261 Originator: NO I have added the missing JS code for the dropdown menu. It should work now in IE. (SVN r281). I have tested with IE 6 (running on Linux via wine) - the menu wraps correctly there. Unfortunately I have no idea why it doesn't wrap in IE 7, so I can't offer a fix for that. It might be a bug in 2.1 or a bug in IE 7. Since I basically rewrote the menu CSS two months ago (using the "son of suckerfish" menu), I guess it might be fixed in the SVN version. Please retest with the latest SVN version and reopen this report if it doesn't work in IE 7. (See http://sourceforge.net/svn/?group_id=191583 for info about SVN.) ---------------------------------------------------------------------- Comment By: PRAEDO (praedo) Date: 2007-12-30 02:55 Message: Logged In: YES user_id=1968759 Originator: YES Please let me know when I can test the dropdown menu. Removing the width fixes the bug and this is only trueif it's large enough. If I make the window smaller, it doesn't wrap correctly and the bug appears again. I'll have a look at 2.2rc2, thanks. ---------------------------------------------------------------------- Comment By: PRAEDO (praedo) Date: 2007-12-30 02:54 Message: Logged In: YES user_id=1968759 Originator: YES Please let me know when I can test the dropdown menu. Removing the width fixes the bug and this is only trueif it's large enough. If I make the window smaller, it doesn't wrap correctly and the bug appears again. I'll have a look at 2.2rc2, thanks. ---------------------------------------------------------------------- Comment By: Christian Boltz (christian_boltz) Date: 2007-12-30 01:18 Message: Logged In: YES user_id=593261 Originator: NO The config setting is a fallback if the browser language is not known to Postfixadmin. I'm already working on a language dropdown at the login page. Please follow the tracker item I referenced in my previous comment on this. Regarding the menu: You say removing the width restriction fixes the bug. Is this only true if the window is large enough so that the menu fits in one line? Or does it wrap correctly if you make the window smaller? (Unfortunately I don't have IE 7 here, so I can't test myself.) BTW: It seems you still use postfixadmin 2.1. Please update to 2.2 rc2 or the SVN version, it has lots of bugs fixed (not sure about the menu). ---------------------------------------------------------------------- Comment By: PRAEDO (praedo) Date: 2007-12-29 02:11 Message: Logged In: YES user_id=1968759 Originator: YES Thanks for your answer. I use IE7 in catalan language. I removed the line you said and it looks good now. I'll have a look at the translation file and I may update it when I have time. So now isn't it possible to force it to use English or Spanish instead of Catalan if I want so? If it detects the browser language and ignores the language set in the conf, then that setting is useless. ---------------------------------------------------------------------- Comment By: Christian Boltz (christian_boltz) Date: 2007-12-28 22:02 Message: Logged In: YES user_id=593261 Originator: NO Language selection first: There's already a feature request for a language chooser: http://sourceforge.net/tracker/index.php?func=detail&aid=1843281&group_id=191583&atid=937967 Menu: I can't reproduce the behaviour you see in Konqueror (KDE 3.5.7) and Firefox (2.0) - if the menu texts are too long, the menu wraps to a second line. (I used enlarged fonts instead of long texts, shouldn't really differ.) What Browser do you use? You can also test with modifying the CSS file: In the section "#menu {", remove the line "width: 750 px;". BTW: The catalan translation needs some updates ;-) If you are interested in doing the translation, read www.cboltz.de/tmp/postfixadmin-languages.txt and post the translated file to the tracker. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1859556&group_id=191583 |
From: SourceForge.net <no...@so...> - 2008-01-06 21:56:25
|
Bugs item #1859556, was opened at 2007-12-27 22:45 Message generated for change (Comment added) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1859556&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: v 2.1 Status: Open Resolution: Fixed Priority: 5 Private: No Submitted By: PRAEDO (praedo) Assigned to: Nobody/Anonymous (nobody) Summary: CSS Bug Initial Comment: Looks like there's some bug in CSS using Catalan language. Another different problem is that I have english language set in the config file but the browser isn't English and the language is changed even if I want to keep English. I include a JPG file attached. Thank you. -------------------- [04:59] <PRAEDO> the menu text appears overlapped and the default language in the conf file doesn't work because it detects the browser language [05:00] <PRAEDO> how can i fix that? [06:45] <GingerDog> as mentioned via /msg, that sounds like a css issue [06:45] <GingerDog> i'll presue you are using the svn version of postfixadmin?: [06:46] <GingerDog> i think i've sene people say it doesn't render quite right when you're not using english [06:46] <GingerDog> i presume this is due to e.g. word lengths changing [06:46] <GingerDog> i wouldn't be able to fix this, as i don't really know much about stylesheets etcl; which is where i presume the problem is [06:47] <GingerDog> if you can afford to wait a day or two, create a ticket on sourceforge, and if you can provide a screenshot illustrating the problem, that would be excellent ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2008-01-06 13:56 Message: Logged In: NO Great, it works, and I see magic quotes are no longer needed. Good job! ---------------------------------------------------------------------- Comment By: Christian Boltz (christian_boltz) Date: 2008-01-06 13:22 Message: Logged In: YES user_id=593261 Originator: NO Try the latest setup.php from SVN and it will tell you ;-) Probably you didn't set $CONF['configured']. ---------------------------------------------------------------------- Comment By: PRAEDO (praedo) Date: 2007-12-30 21:47 Message: Logged In: YES user_id=1968759 Originator: YES I try to use the SVN version but I get some problems. Here I explain my steps: I go to /admin and the setup.php page shows asking me to add an Admin. I do so and it says the Admin has been added correctly and I can delete setup.php So I delete setup.php and I go to /admin but it still wants to find setup.php and I get a 404 Object not found error. What am I doing wrong? ---------------------------------------------------------------------- Comment By: Christian Boltz (christian_boltz) Date: 2007-12-30 11:02 Message: Logged In: YES user_id=593261 Originator: NO I have added the missing JS code for the dropdown menu. It should work now in IE. (SVN r281). I have tested with IE 6 (running on Linux via wine) - the menu wraps correctly there. Unfortunately I have no idea why it doesn't wrap in IE 7, so I can't offer a fix for that. It might be a bug in 2.1 or a bug in IE 7. Since I basically rewrote the menu CSS two months ago (using the "son of suckerfish" menu), I guess it might be fixed in the SVN version. Please retest with the latest SVN version and reopen this report if it doesn't work in IE 7. (See http://sourceforge.net/svn/?group_id=191583 for info about SVN.) ---------------------------------------------------------------------- Comment By: PRAEDO (praedo) Date: 2007-12-29 17:55 Message: Logged In: YES user_id=1968759 Originator: YES Please let me know when I can test the dropdown menu. Removing the width fixes the bug and this is only trueif it's large enough. If I make the window smaller, it doesn't wrap correctly and the bug appears again. I'll have a look at 2.2rc2, thanks. ---------------------------------------------------------------------- Comment By: PRAEDO (praedo) Date: 2007-12-29 17:54 Message: Logged In: YES user_id=1968759 Originator: YES Please let me know when I can test the dropdown menu. Removing the width fixes the bug and this is only trueif it's large enough. If I make the window smaller, it doesn't wrap correctly and the bug appears again. I'll have a look at 2.2rc2, thanks. ---------------------------------------------------------------------- Comment By: Christian Boltz (christian_boltz) Date: 2007-12-29 16:18 Message: Logged In: YES user_id=593261 Originator: NO The config setting is a fallback if the browser language is not known to Postfixadmin. I'm already working on a language dropdown at the login page. Please follow the tracker item I referenced in my previous comment on this. Regarding the menu: You say removing the width restriction fixes the bug. Is this only true if the window is large enough so that the menu fits in one line? Or does it wrap correctly if you make the window smaller? (Unfortunately I don't have IE 7 here, so I can't test myself.) BTW: It seems you still use postfixadmin 2.1. Please update to 2.2 rc2 or the SVN version, it has lots of bugs fixed (not sure about the menu). ---------------------------------------------------------------------- Comment By: PRAEDO (praedo) Date: 2007-12-28 17:11 Message: Logged In: YES user_id=1968759 Originator: YES Thanks for your answer. I use IE7 in catalan language. I removed the line you said and it looks good now. I'll have a look at the translation file and I may update it when I have time. So now isn't it possible to force it to use English or Spanish instead of Catalan if I want so? If it detects the browser language and ignores the language set in the conf, then that setting is useless. ---------------------------------------------------------------------- Comment By: Christian Boltz (christian_boltz) Date: 2007-12-28 13:02 Message: Logged In: YES user_id=593261 Originator: NO Language selection first: There's already a feature request for a language chooser: http://sourceforge.net/tracker/index.php?func=detail&aid=1843281&group_id=191583&atid=937967 Menu: I can't reproduce the behaviour you see in Konqueror (KDE 3.5.7) and Firefox (2.0) - if the menu texts are too long, the menu wraps to a second line. (I used enlarged fonts instead of long texts, shouldn't really differ.) What Browser do you use? You can also test with modifying the CSS file: In the section "#menu {", remove the line "width: 750 px;". BTW: The catalan translation needs some updates ;-) If you are interested in doing the translation, read www.cboltz.de/tmp/postfixadmin-languages.txt and post the translated file to the tracker. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1859556&group_id=191583 |
From: SourceForge.net <no...@so...> - 2008-01-06 21:22:15
|
Bugs item #1859556, was opened at 2007-12-28 07:45 Message generated for change (Comment added) made by christian_boltz You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1859556&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: v 2.1 Status: Open Resolution: Fixed Priority: 5 Private: No Submitted By: PRAEDO (praedo) Assigned to: Nobody/Anonymous (nobody) Summary: CSS Bug Initial Comment: Looks like there's some bug in CSS using Catalan language. Another different problem is that I have english language set in the config file but the browser isn't English and the language is changed even if I want to keep English. I include a JPG file attached. Thank you. -------------------- [04:59] <PRAEDO> the menu text appears overlapped and the default language in the conf file doesn't work because it detects the browser language [05:00] <PRAEDO> how can i fix that? [06:45] <GingerDog> as mentioned via /msg, that sounds like a css issue [06:45] <GingerDog> i'll presue you are using the svn version of postfixadmin?: [06:46] <GingerDog> i think i've sene people say it doesn't render quite right when you're not using english [06:46] <GingerDog> i presume this is due to e.g. word lengths changing [06:46] <GingerDog> i wouldn't be able to fix this, as i don't really know much about stylesheets etcl; which is where i presume the problem is [06:47] <GingerDog> if you can afford to wait a day or two, create a ticket on sourceforge, and if you can provide a screenshot illustrating the problem, that would be excellent ---------------------------------------------------------------------- >Comment By: Christian Boltz (christian_boltz) Date: 2008-01-06 22:22 Message: Logged In: YES user_id=593261 Originator: NO Try the latest setup.php from SVN and it will tell you ;-) Probably you didn't set $CONF['configured']. ---------------------------------------------------------------------- Comment By: PRAEDO (praedo) Date: 2007-12-31 06:47 Message: Logged In: YES user_id=1968759 Originator: YES I try to use the SVN version but I get some problems. Here I explain my steps: I go to /admin and the setup.php page shows asking me to add an Admin. I do so and it says the Admin has been added correctly and I can delete setup.php So I delete setup.php and I go to /admin but it still wants to find setup.php and I get a 404 Object not found error. What am I doing wrong? ---------------------------------------------------------------------- Comment By: Christian Boltz (christian_boltz) Date: 2007-12-30 20:02 Message: Logged In: YES user_id=593261 Originator: NO I have added the missing JS code for the dropdown menu. It should work now in IE. (SVN r281). I have tested with IE 6 (running on Linux via wine) - the menu wraps correctly there. Unfortunately I have no idea why it doesn't wrap in IE 7, so I can't offer a fix for that. It might be a bug in 2.1 or a bug in IE 7. Since I basically rewrote the menu CSS two months ago (using the "son of suckerfish" menu), I guess it might be fixed in the SVN version. Please retest with the latest SVN version and reopen this report if it doesn't work in IE 7. (See http://sourceforge.net/svn/?group_id=191583 for info about SVN.) ---------------------------------------------------------------------- Comment By: PRAEDO (praedo) Date: 2007-12-30 02:55 Message: Logged In: YES user_id=1968759 Originator: YES Please let me know when I can test the dropdown menu. Removing the width fixes the bug and this is only trueif it's large enough. If I make the window smaller, it doesn't wrap correctly and the bug appears again. I'll have a look at 2.2rc2, thanks. ---------------------------------------------------------------------- Comment By: PRAEDO (praedo) Date: 2007-12-30 02:54 Message: Logged In: YES user_id=1968759 Originator: YES Please let me know when I can test the dropdown menu. Removing the width fixes the bug and this is only trueif it's large enough. If I make the window smaller, it doesn't wrap correctly and the bug appears again. I'll have a look at 2.2rc2, thanks. ---------------------------------------------------------------------- Comment By: Christian Boltz (christian_boltz) Date: 2007-12-30 01:18 Message: Logged In: YES user_id=593261 Originator: NO The config setting is a fallback if the browser language is not known to Postfixadmin. I'm already working on a language dropdown at the login page. Please follow the tracker item I referenced in my previous comment on this. Regarding the menu: You say removing the width restriction fixes the bug. Is this only true if the window is large enough so that the menu fits in one line? Or does it wrap correctly if you make the window smaller? (Unfortunately I don't have IE 7 here, so I can't test myself.) BTW: It seems you still use postfixadmin 2.1. Please update to 2.2 rc2 or the SVN version, it has lots of bugs fixed (not sure about the menu). ---------------------------------------------------------------------- Comment By: PRAEDO (praedo) Date: 2007-12-29 02:11 Message: Logged In: YES user_id=1968759 Originator: YES Thanks for your answer. I use IE7 in catalan language. I removed the line you said and it looks good now. I'll have a look at the translation file and I may update it when I have time. So now isn't it possible to force it to use English or Spanish instead of Catalan if I want so? If it detects the browser language and ignores the language set in the conf, then that setting is useless. ---------------------------------------------------------------------- Comment By: Christian Boltz (christian_boltz) Date: 2007-12-28 22:02 Message: Logged In: YES user_id=593261 Originator: NO Language selection first: There's already a feature request for a language chooser: http://sourceforge.net/tracker/index.php?func=detail&aid=1843281&group_id=191583&atid=937967 Menu: I can't reproduce the behaviour you see in Konqueror (KDE 3.5.7) and Firefox (2.0) - if the menu texts are too long, the menu wraps to a second line. (I used enlarged fonts instead of long texts, shouldn't really differ.) What Browser do you use? You can also test with modifying the CSS file: In the section "#menu {", remove the line "width: 750 px;". BTW: The catalan translation needs some updates ;-) If you are interested in doing the translation, read www.cboltz.de/tmp/postfixadmin-languages.txt and post the translated file to the tracker. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1859556&group_id=191583 |
From: SourceForge.net <no...@so...> - 2008-01-06 21:17:11
|
Feature Requests item #1865126, was opened at 2008-01-06 16:23 Message generated for change (Settings changed) made by christian_boltz You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937967&aid=1865126&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: SVN (please specify revision!) Status: Open Resolution: None Priority: 1 Private: No Submitted By: Raphael Schmid (sixtyfive) Assigned to: Nobody/Anonymous (nobody) Summary: I18N is horrible (sorry :-) ) - use gettext Initial Comment: Right now, there's a variable for every text that needs translation. You guys sure you don't wanna use proper _() and stuff? (Rev. 286). Also, translators just _love_ .po files ;-) ---------------------------------------------------------------------- Comment By: Christian Boltz (christian_boltz) Date: 2008-01-06 22:16 Message: Logged In: YES user_id=593261 Originator: NO [@GingerDog: "pending" means "need info from reporter". Please use a low priority instead. (Resolved/Later also isn't a good idea because SF only shows the status, but not the resolution in the overview. You can't even search for "Later" tickets.)] ---------------------------------------------------------------------- Comment By: GingerDog (gingerdog) Date: 2008-01-06 18:13 Message: Logged In: YES user_id=1761957 Originator: NO Yes, it should use gettext... for historical reasons it doesn't... it'll probably be one more thing to fix in 2.3 :) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937967&aid=1865126&group_id=191583 |
From: SourceForge.net <no...@so...> - 2008-01-06 21:16:41
|
Bugs item #1865126, was opened at 2008-01-06 16: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=1865126&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: 1 Private: No Submitted By: Raphael Schmid (sixtyfive) Assigned to: Nobody/Anonymous (nobody) >Summary: I18N is horrible (sorry :-) ) - use gettext Initial Comment: Right now, there's a variable for every text that needs translation. You guys sure you don't wanna use proper _() and stuff? (Rev. 286). Also, translators just _love_ .po files ;-) ---------------------------------------------------------------------- >Comment By: Christian Boltz (christian_boltz) Date: 2008-01-06 22:16 Message: Logged In: YES user_id=593261 Originator: NO [@GingerDog: "pending" means "need info from reporter". Please use a low priority instead. (Resolved/Later also isn't a good idea because SF only shows the status, but not the resolution in the overview. You can't even search for "Later" tickets.)] ---------------------------------------------------------------------- Comment By: GingerDog (gingerdog) Date: 2008-01-06 18:13 Message: Logged In: YES user_id=1761957 Originator: NO Yes, it should use gettext... for historical reasons it doesn't... it'll probably be one more thing to fix in 2.3 :) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1865126&group_id=191583 |
From: SourceForge.net <no...@so...> - 2008-01-06 21:11:18
|
Bugs item #1865124, was opened at 2008-01-06 16:21 Message generated for change (Settings changed) made by christian_boltz You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1865124&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: Raphael Schmid (sixtyfive) Assigned to: Nobody/Anonymous (nobody) Summary: Password too short doesn't show the minimum size Initial Comment: Shows "%s" instead (Rev. 286) ---------------------------------------------------------------------- Comment By: Raphael Schmid (sixtyfive) Date: 2008-01-06 21:48 Message: Logged In: YES user_id=658318 Originator: YES That was quick :-) ---------------------------------------------------------------------- Comment By: GingerDog (gingerdog) Date: 2008-01-06 18:12 Message: Logged In: YES user_id=1761957 Originator: NO fixed; see revision 287 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1865124&group_id=191583 |
From: SourceForge.net <no...@so...> - 2008-01-06 21:10:02
|
Bugs item #1865123, was opened at 2008-01-06 16:21 Message generated for change (Comment added) made by christian_boltz You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1865123&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: Raphael Schmid (sixtyfive) Assigned to: Nobody/Anonymous (nobody) >Summary: unclear that Superadmin is the admin of all existing domains Initial Comment: Right now, you have to manually add any new domain to the superadmin. This should be done automatically. (Rev. 286) ---------------------------------------------------------------------- >Comment By: Christian Boltz (christian_boltz) Date: 2008-01-06 22:10 Message: Logged In: YES user_id=593261 Originator: NO Idea 1: Simply add a note "Super admins have access to all domains, can manage domains and admin accounts." Idea 2, more work: radio buttons Domains: ( ) all domains (super admin) *) ( ) the following domains [listbox] *) not really a good text, because superadmins have more permissions (add/delete domains, edit domain settings, manage admins, ...) ---------------------------------------------------------------------- Comment By: Raphael Schmid (sixtyfive) Date: 2008-01-06 21:50 Message: Logged In: YES user_id=658318 Originator: YES Probably yeah... sorry, I might not have looked too closely. This _is_ a UI design problem however... ---------------------------------------------------------------------- Comment By: GingerDog (gingerdog) Date: 2008-01-06 18:10 Message: Logged In: YES user_id=1761957 Originator: NO Errm.. a superadmin can edit any domain; note the checkbox _overrides_ any domains selected through the edit-admin page. (Perhaps the UI needs modifying to make this obvious however) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1865123&group_id=191583 |
From: SourceForge.net <no...@so...> - 2008-01-06 20:50:46
|
Bugs item #1865123, was opened at 2008-01-06 16:21 Message generated for change (Comment added) made by sixtyfive You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1865123&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: Invalid Priority: 5 Private: No Submitted By: Raphael Schmid (sixtyfive) Assigned to: Nobody/Anonymous (nobody) Summary: Superadmin should be the admin of all existing domains Initial Comment: Right now, you have to manually add any new domain to the superadmin. This should be done automatically. (Rev. 286) ---------------------------------------------------------------------- >Comment By: Raphael Schmid (sixtyfive) Date: 2008-01-06 21:50 Message: Logged In: YES user_id=658318 Originator: YES Probably yeah... sorry, I might not have looked too closely. This _is_ a UI design problem however... ---------------------------------------------------------------------- Comment By: GingerDog (gingerdog) Date: 2008-01-06 18:10 Message: Logged In: YES user_id=1761957 Originator: NO Errm.. a superadmin can edit any domain; note the checkbox _overrides_ any domains selected through the edit-admin page. (Perhaps the UI needs modifying to make this obvious however) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1865123&group_id=191583 |
From: SourceForge.net <no...@so...> - 2008-01-06 20:49:20
|
Bugs item #1865122, was opened at 2008-01-06 16:19 Message generated for change (Comment added) made by sixtyfive You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1865122&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: None Priority: 5 Private: No Submitted By: Raphael Schmid (sixtyfive) Assigned to: Nobody/Anonymous (nobody) Summary: PFA doesn't know it works with LigHTTPd Initial Comment: setup.php should be modified to recognize LigHTTPd since PFA works just fine with it! (Rev. 286) ---------------------------------------------------------------------- Comment By: Raphael Schmid (sixtyfive) Date: 2008-01-06 21:49 Message: Logged In: YES user_id=658318 Originator: YES I can see what you mean, but I'll disagree if you allow :-) ... IMO the proper way would be to check whether Apache is the webserver and _if_ it is, _then_ show any warnings about it... ---------------------------------------------------------------------- Comment By: GingerDog (gingerdog) Date: 2008-01-06 18:08 Message: Logged In: YES user_id=1761957 Originator: NO I think this is invalid, namely the setup.php page says something like : "Unable to check for Apache version. (missing function: apache_get_version()) (Ignore this warning if you use another webserver software.)" ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1865122&group_id=191583 |
From: SourceForge.net <no...@so...> - 2008-01-06 20:48:09
|
Bugs item #1865124, was opened at 2008-01-06 16:21 Message generated for change (Comment added) made by sixtyfive You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1865124&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: Fixed Priority: 5 Private: No Submitted By: Raphael Schmid (sixtyfive) Assigned to: Nobody/Anonymous (nobody) Summary: Password too short doesn't show the minimum size Initial Comment: Shows "%s" instead (Rev. 286) ---------------------------------------------------------------------- >Comment By: Raphael Schmid (sixtyfive) Date: 2008-01-06 21:48 Message: Logged In: YES user_id=658318 Originator: YES That was quick :-) ---------------------------------------------------------------------- Comment By: GingerDog (gingerdog) Date: 2008-01-06 18:12 Message: Logged In: YES user_id=1761957 Originator: NO fixed; see revision 287 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1865124&group_id=191583 |
From: SourceForge.net <no...@so...> - 2008-01-06 20:31:18
|
Feature Requests item #1865294, was opened at 2008-01-06 21:31 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=1865294&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: Christian Boltz (christian_boltz) Assigned to: Nobody/Anonymous (nobody) Summary: "back to virtual list" links in create mailbox/alias Initial Comment: The create mailbox and create alias pages should have a backlink to list-virtual.php?domain=<domain of the latest added mailbox/alias> ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937967&aid=1865294&group_id=191583 |
From: SourceForge.net <no...@so...> - 2008-01-06 20:29:02
|
Feature Requests item #1865292, was opened at 2008-01-06 21:29 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=1865292&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: SVN (please specify revision!) Status: Open Resolution: None Priority: 3 Private: No Submitted By: Christian Boltz (christian_boltz) Assigned to: Nobody/Anonymous (nobody) Summary: mass-change mailboxes and domains Initial Comment: It would be nice if one could change multiple mailboxes or domains at once. (Having checkboxes at every mailbox and domain would be perfect, but a "change all mailboxes" / "change all domains" would probably be enough.) This would be useful at least for quota, maybe also for other things. Usecases: - set quota for all mailboxes @example.com to 50 MB - set quota for all domains to 40 MB - set mailbox limit for all domains to 100 - set alias limit for all domains to 200 [post-2.2] ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937967&aid=1865292&group_id=191583 |
From: SourceForge.net <no...@so...> - 2008-01-06 19:19:07
|
Bugs item #1865123, was opened at 2008-01-06 16:21 Message generated for change (Settings changed) made by christian_boltz You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1865123&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: Closed Resolution: Invalid Priority: 5 Private: No Submitted By: Raphael Schmid (sixtyfive) Assigned to: Nobody/Anonymous (nobody) Summary: Superadmin should be the admin of all existing domains Initial Comment: Right now, you have to manually add any new domain to the superadmin. This should be done automatically. (Rev. 286) ---------------------------------------------------------------------- Comment By: GingerDog (gingerdog) Date: 2008-01-06 18:10 Message: Logged In: YES user_id=1761957 Originator: NO Errm.. a superadmin can edit any domain; note the checkbox _overrides_ any domains selected through the edit-admin page. (Perhaps the UI needs modifying to make this obvious however) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1865123&group_id=191583 |
From: SourceForge.net <no...@so...> - 2008-01-06 19:17:24
|
Bugs item #1863321, was opened at 2008-01-03 19: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=1863321&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: Out of Date Priority: 5 Private: No Submitted By: Pierluigi Pretara (pretaz) Assigned to: Nobody/Anonymous (nobody) Summary: Mailboxes config Initial Comment: It seems that the following configuration in config.inc.php is not handled in release 2.1.0: $CONF['domain_path'] = 'NO'; $CONF['domain_in_mailbox'] = 'NO'; I've had to change create-mailbox.php as following: if ($CONF['domain_path'] == "YES") { if ($CONF['domain_in_mailbox'] == "YES") { $maildir = $fDomain . "/" . $fUsername . "/"; } else { $maildir = $fDomain . "/" . escape_string ($_POST['fUsername']) . "/ "; } } else { if ($CONF['domain_in_mailbox'] == "YES") { $maildir = $fUsername . "/"; } else // START OF NEW LINES { $maildir = escape_string ($_POST['fUsername']) . "/"; } // END OF NEW LINES } ---------------------------------------------------------------------- >Comment By: Christian Boltz (christian_boltz) Date: 2008-01-06 20:17 Message: Logged In: YES user_id=593261 Originator: NO SVN has: if ($CONF['domain_path'] == "YES") { if ($CONF['domain_in_mailbox'] == "YES") # unchanged } else { $maildir = $fUsername . "/"; } This means: If $CONF['domain_path'] is set to NO, $CONF['domain_in_mailbox'] is ignored. I consider this a feature because everything else will cause problems (just think about having multiple domains, each with a info@ mailbox - they would all have the same maildir). Closing as "out of date" - in case I misread the code, please reopen the bugreport. ---------------------------------------------------------------------- Comment By: GingerDog (gingerdog) Date: 2008-01-06 18:14 Message: Logged In: YES user_id=1761957 Originator: NO Does the above combination fail with what's in Subversion as well? thanks David. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1863321&group_id=191583 |
From: SourceForge.net <no...@so...> - 2008-01-06 17:14:51
|
Bugs item #1863321, was opened at 2008-01-03 18:23 Message generated for change (Comment added) made by gingerdog You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1863321&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: Pierluigi Pretara (pretaz) Assigned to: Nobody/Anonymous (nobody) Summary: Mailboxes config Initial Comment: It seems that the following configuration in config.inc.php is not handled in release 2.1.0: $CONF['domain_path'] = 'NO'; $CONF['domain_in_mailbox'] = 'NO'; I've had to change create-mailbox.php as following: if ($CONF['domain_path'] == "YES") { if ($CONF['domain_in_mailbox'] == "YES") { $maildir = $fDomain . "/" . $fUsername . "/"; } else { $maildir = $fDomain . "/" . escape_string ($_POST['fUsername']) . "/ "; } } else { if ($CONF['domain_in_mailbox'] == "YES") { $maildir = $fUsername . "/"; } else // START OF NEW LINES { $maildir = escape_string ($_POST['fUsername']) . "/"; } // END OF NEW LINES } ---------------------------------------------------------------------- >Comment By: GingerDog (gingerdog) Date: 2008-01-06 17:14 Message: Logged In: YES user_id=1761957 Originator: NO Does the above combination fail with what's in Subversion as well? thanks David. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1863321&group_id=191583 |