postfixadmin-tracker Mailing List for PostfixAdmin (Page 29)
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...> - 2009-11-09 11:37:45
|
Patches item #2894512, was opened at 2009-11-09 12:37 Message generated for change (Tracker Item Submitted) made by virtualminds You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937966&aid=2894512&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: Iñaki R. (virtualminds) Assigned to: Nobody/Anonymous (nobody) Summary: ES translation Initial Comment: ES translation update ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937966&aid=2894512&group_id=191583 |
|
From: SourceForge.net <no...@so...> - 2009-11-08 21:39:31
|
Bugs item #2894287, was opened at 2009-11-08 13:39 Message generated for change (Tracker Item Submitted) made by phord You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2894287&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: v 2.3 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Phil Hord (phord) Assigned to: Nobody/Anonymous (nobody) Summary: Postgres installation broken on Ubuntu/Deb Initial Comment: Postgres install fails in .deb package (and in other scripts) because "postfixadmin" user is not the owner of the "postfixadmin" database. The database should be created "with owner postfixadmin;" Not sure if this is relevant: Ubuntu default uses "ident" authentication on Postgres. The "postgres" user is the only super-user. When I installed PostfixAdmin using the .deb, it did create the database and user but it did not create any tables. I tried dpkg-reconfigure several times to rebuild the database. I finally figured out what was wrong by running upgrade.php?debug=1. Then I modified the database to have owner postfixadmin: postgres:~$ psql Welcome to psql 8.3.8, the PostgreSQL interactive terminal. postgres=# alter database postfixadmin owner to postfixadmin; ALTER DATABASE postgres=# \q I ran the dpkg-reconfigure script again; I also ran the upgrade script, which reported it had more to do. Not sure if this is because I had used other DB's in the process. I had more trouble trying to run setup.php. I didn't realize I needed to. I should find the documentation, I guess. It just seemed like this is what dpkg-reconfigure was doing. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2894287&group_id=191583 |
|
From: SourceForge.net <no...@so...> - 2009-11-06 11:27:37
|
Bugs item #1902476, was opened at 2008-02-26 22:13 Message generated for change (Comment added) made by You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1902476&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: Fixed Priority: 6 Private: No Submitted By: Christian Boltz (christian_boltz) Assigned to: Nobody/Anonymous (nobody) Summary: Mailbox list should show alias targets Initial Comment: Right now, we have a) the alias list which shows the targets of all aliases. Good. b) the mailbox list which does NOT show if the alias for the mailbox was modified. The mailbox list should - show a flag if the alias does _not_ point to the mailbox (forward only mode) - show all alias targets (except the mailbox) (We'll probably need a two-line format for this - the table is already wide enough.) ---------------------------------------------------------------------- Comment By: tsokura () Date: 2009-11-06 13:27 Message: I just ran into this "feature" as well. In 2.3 if the user sets up forwards from his postfixadmin user interface, the super/domain admin 1) doesn't see them and thus 2) can't change them. In my opinion point 2) here is also important, as the domain admins should be able to fix things the users have screwed up. Good to know a fix is coming. ---------------------------------------------------------------------- Comment By: Christian Boltz (christian_boltz) Date: 2009-11-03 00:26 Message: Done in SVN r751. Needs $CONF['special_alias_control'] = 'YES' (which results in an additional "To" column in the mailbox list), but I'm not yet sure if this is the right config option to check against. ---------------------------------------------------------------------- Comment By: Christian Boltz (christian_boltz) Date: 2009-05-08 02:27 Message: Reverted most changes from r572 in r652, therefore the previous comment is obsolete. BTW: $CONF['show_popimap'] = 'YES' shows a flag on all mailboxes with aliases pointing to the mailbox - maybe this check should be inverted to highlight mailboxes that don't receive mail because of a changed alias. ---------------------------------------------------------------------- Comment By: Christian Boltz (christian_boltz) Date: 2009-05-04 01:47 Message: Current status: (tested as superadmin, svn r650) - default mailbox aliases (just pointing to the mailbox) are not shown (as expected) - non-default mailbox aliases (for example pointing to mailbox + external address) are shown in the "Aliases" list - independent of $CONF[alias_control/alias_control_admin/special_alias_control]. That's not what I would call "expected behaviour"... This problem was introduced in r572 (not the first one with the patch from https://sourceforge.net/tracker/index.php?func=detail&aid=2567466&group_id=191583&atid=937966 ) - seems I'll have to (re)read this patch carefully if it brings more side effects... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1902476&group_id=191583 |
|
From: SourceForge.net <no...@so...> - 2009-11-04 11:52:24
|
Feature Requests item #2891863, was opened at 2009-11-04 13:52 Message generated for change (Tracker Item Submitted) made by You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937967&aid=2891863&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: tsokura () Assigned to: Nobody/Anonymous (nobody) Summary: mailbox name creation filter improvements Initial Comment: Currently it is possible to create mailboxes where the left part of the email address is for example "." or "..". These can cause unexpected behavior and security issues when mapped to the actual mailbox directory on the filesystem. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937967&aid=2891863&group_id=191583 |
|
From: SourceForge.net <no...@so...> - 2009-11-02 22:26:13
|
Bugs item #1902476, was opened at 2008-02-26 21:13 Message generated for change (Settings changed) made by christian_boltz You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1902476&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: Fixed Priority: 6 Private: No Submitted By: Christian Boltz (christian_boltz) Assigned to: Nobody/Anonymous (nobody) Summary: Mailbox list should show alias targets Initial Comment: Right now, we have a) the alias list which shows the targets of all aliases. Good. b) the mailbox list which does NOT show if the alias for the mailbox was modified. The mailbox list should - show a flag if the alias does _not_ point to the mailbox (forward only mode) - show all alias targets (except the mailbox) (We'll probably need a two-line format for this - the table is already wide enough.) ---------------------------------------------------------------------- >Comment By: Christian Boltz (christian_boltz) Date: 2009-11-02 23:26 Message: Done in SVN r751. Needs $CONF['special_alias_control'] = 'YES' (which results in an additional "To" column in the mailbox list), but I'm not yet sure if this is the right config option to check against. ---------------------------------------------------------------------- Comment By: Christian Boltz (christian_boltz) Date: 2009-05-08 01:27 Message: Reverted most changes from r572 in r652, therefore the previous comment is obsolete. BTW: $CONF['show_popimap'] = 'YES' shows a flag on all mailboxes with aliases pointing to the mailbox - maybe this check should be inverted to highlight mailboxes that don't receive mail because of a changed alias. ---------------------------------------------------------------------- Comment By: Christian Boltz (christian_boltz) Date: 2009-05-04 00:47 Message: Current status: (tested as superadmin, svn r650) - default mailbox aliases (just pointing to the mailbox) are not shown (as expected) - non-default mailbox aliases (for example pointing to mailbox + external address) are shown in the "Aliases" list - independent of $CONF[alias_control/alias_control_admin/special_alias_control]. That's not what I would call "expected behaviour"... This problem was introduced in r572 (not the first one with the patch from https://sourceforge.net/tracker/index.php?func=detail&aid=2567466&group_id=191583&atid=937966 ) - seems I'll have to (re)read this patch carefully if it brings more side effects... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1902476&group_id=191583 |
|
From: SourceForge.net <no...@so...> - 2009-11-02 18:47:48
|
Patches item #2890471, was opened at 2009-11-02 00:28 Message generated for change (Settings changed) made by christian_boltz You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937966&aid=2890471&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: Closed >Resolution: Accepted Priority: 5 Private: No Submitted By: Aleksandr () Assigned to: Nobody/Anonymous (nobody) Summary: php safe_mode fix Initial Comment: When the safe _mode is "on" does not work encrypting/decrypting the password using dovecotpw ---------------------------------------------------------------------- >Comment By: Christian Boltz (christian_boltz) Date: 2009-11-02 19:47 Message: Thanks for your patch! I just applied it to SVN r752, with one difference: writing the encrypted password to a tempfile just to read it from there again afterwards is superfluous. Instead, I just hand over the result as variable ;-) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937966&aid=2890471&group_id=191583 |
|
From: SourceForge.net <no...@so...> - 2009-11-02 02:23:56
|
Bugs item #2793458, was opened at 2009-05-18 16:44 Message generated for change (Settings changed) made by sf-robot You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2793458&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: None >Status: Closed Resolution: None Priority: 4 Private: No Submitted By: roque moy (roquesao) Assigned to: Nobody/Anonymous (nobody) Summary: bad transport type: user=vacation Initial Comment: i can't configure vacations , my master.cf has this line: vacation unix - n n - - pipe flags=Rq user=vacation argv=/var/spool/vacation/vacation.pl -f ${sender} -- ${recipient} in /var/log/mail.log postfix/master[5154]: fatal: /etc/postfix/master.cf: line 94: bad transport type: user=vacation the file vacation exists in var/spool/vacation/ helpme please !!! excuseme my english , i am from argentina . thanks ---------------------------------------------------------------------- >Comment By: SourceForge Robot (sf-robot) Date: 2009-11-02 02:23 Message: This Tracker item was closed automatically by the system. It was previously set to a Pending status, and the original submitter did not respond within 14 days (the time period specified by the administrator of this Tracker). ---------------------------------------------------------------------- Comment By: Christian Boltz (christian_boltz) Date: 2009-10-18 23:40 Message: I'm using the same line, and it works well. When asking google for your error message, I only find hints about whitespace errors. Please check again that everything from "vacation unix ..." till "${recipient}" is in one line. This line must _not_ start with whitespace. If you can't solve the problem, please upload your master.cf as attachment. ---------------------------------------------------------------------- Comment By: roque moy (roquesao) Date: 2009-05-18 18:35 Message: hello was all on one line, which will not be the problem ---------------------------------------------------------------------- Comment By: GingerDog (gingerdog) Date: 2009-05-18 18:24 Message: Hi, Make sure it's all on one line. If you have a line break, the following line MUST start with whitespace. David. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2793458&group_id=191583 |
|
From: SourceForge.net <no...@so...> - 2009-11-01 23:29:04
|
Patches item #2890471, was opened at 2009-11-02 02:28 Message generated for change (Tracker Item Submitted) made by You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937966&aid=2890471&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: Aleksandr () Assigned to: Nobody/Anonymous (nobody) Summary: php safe_mode fix Initial Comment: When the safe _mode is "on" does not work encrypting/decrypting the password using dovecotpw ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937966&aid=2890471&group_id=191583 |
|
From: SourceForge.net <no...@so...> - 2009-11-01 18:44:21
|
Feature Requests item #2890375, was opened at 2009-11-01 19:44 Message generated for change (Tracker Item Submitted) made by christian_boltz You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937967&aid=2890375&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 Improvements (example) Group: SVN (please specify revision!) Status: Open Resolution: None Priority: 5 Private: No Submitted By: Christian Boltz (christian_boltz) Assigned to: Nobody/Anonymous (nobody) Summary: display alias domains less confusing Initial Comment: Alias domains are displayed somewhat confusing in list-virtual.php ("Alias domains" and "is alias domain for"). The better solution would be to have a list similar to the alias list with two columns ("from" and "to"). (SVN r748) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937967&aid=2890375&group_id=191583 |
|
From: SourceForge.net <no...@so...> - 2009-10-30 13:06:55
|
Bugs item #2889335, was opened at 2009-10-30 10:47 Message generated for change (Comment added) made by christian_boltz You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2889335&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: None Status: Closed Resolution: Accepted Priority: 5 Private: No Submitted By: () Assigned to: Nobody/Anonymous (nobody) Summary: list-virtual.php used quota display incorrect Initial Comment: Used quota isn't shown correctly (always zero) on list-virtual.php, if dovecot v1.2 quotas are used. An attached patch file contains a q&d fix for the problem. ---------------------------------------------------------------------- >Comment By: Christian Boltz (christian_boltz) Date: 2009-10-30 14:06 Message: I just reverted the patch in the template file and commited a better fix (SELECT quota2.bytes _as current_ in list-virtual.php) to SVN r747. This means the used quota will always be available in the "current" column even if the field name in the database differs. That's easier than having to use if statements in the template file ;-) Nevertheless: thanks for reporting this bug! ---------------------------------------------------------------------- Comment By: GingerDog (gingerdog) Date: 2009-10-30 11:04 Message: merged in changeset 746; thanks for the patch. ---------------------------------------------------------------------- Comment By: GingerDog (gingerdog) Date: 2009-10-30 11:04 Message: Thanks for the bug report; we believe this has been fixed in subversion. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2889335&group_id=191583 |
|
From: SourceForge.net <no...@so...> - 2009-10-30 10:04:16
|
Bugs item #2889335, was opened at 2009-10-30 09:47 Message generated for change (Comment added) made by gingerdog You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2889335&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: None >Status: Closed >Resolution: Accepted Priority: 5 Private: No Submitted By: () Assigned to: Nobody/Anonymous (nobody) Summary: list-virtual.php used quota display incorrect Initial Comment: Used quota isn't shown correctly (always zero) on list-virtual.php, if dovecot v1.2 quotas are used. An attached patch file contains a q&d fix for the problem. ---------------------------------------------------------------------- >Comment By: GingerDog (gingerdog) Date: 2009-10-30 10:04 Message: merged in changeset 746; thanks for the patch. ---------------------------------------------------------------------- Comment By: GingerDog (gingerdog) Date: 2009-10-30 10:04 Message: Thanks for the bug report; we believe this has been fixed in subversion. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2889335&group_id=191583 |
|
From: SourceForge.net <no...@so...> - 2009-10-30 09:47:40
|
Bugs item #2889335, was opened at 2009-10-30 11:47 Message generated for change (Tracker Item Submitted) made by You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2889335&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: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: () Assigned to: Nobody/Anonymous (nobody) Summary: list-virtual.php used quota display incorrect Initial Comment: Used quota isn't shown correctly (always zero) on list-virtual.php, if dovecot v1.2 quotas are used. An attached patch file contains a q&d fix for the problem. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2889335&group_id=191583 |
|
From: SourceForge.net <no...@so...> - 2009-10-28 01:05:14
|
Bugs item #2887630, was opened at 2009-10-28 02:05 Message generated for change (Tracker Item Submitted) made by christian_boltz You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2887630&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: v 2.3 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Christian Boltz (christian_boltz) Assigned to: Nobody/Anonymous (nobody) Summary: fetchmail.php does not log anything Initial Comment: fetchmail.php does not log any changes to db_log() ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2887630&group_id=191583 |
|
From: SourceForge.net <no...@so...> - 2009-10-26 17:58:53
|
Patches item #2886618, was opened at 2009-10-26 18:58 Message generated for change (Tracker Item Submitted) made by virtualminds You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937966&aid=2886618&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: Iñaki R. (virtualminds) Assigned to: Nobody/Anonymous (nobody) Summary: ADDITION: Hooks for create, delete and edit cyrus mailboxes Initial Comment: Hooks for create, delete and edit cyrus mailboxes. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937966&aid=2886618&group_id=191583 |
|
From: SourceForge.net <no...@so...> - 2009-10-25 23:13:36
|
Bugs item #2886179, was opened at 2009-10-26 00:13 Message generated for change (Tracker Item Submitted) made by christian_boltz You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2886179&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: v 2.3 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Christian Boltz (christian_boltz) Assigned to: Nobody/Anonymous (nobody) Summary: domain changes not logged Initial Comment: enabling/disabling a domain, creating and editing a domain are not logged to the log table. Found by p5yk0tik, see https://sourceforge.net/projects/postfixadmin/forums/forum/676076/topic/3406252 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2886179&group_id=191583 |
|
From: SourceForge.net <no...@so...> - 2009-10-23 23:53:39
|
Feature Requests item #1724759, was opened at 2007-05-24 13:25 Message generated for change (Settings changed) made by christian_boltz You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937967&aid=1724759&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 Improvements (example) Group: None >Status: Closed Resolution: Fixed Priority: 1 Private: No Submitted By: superlolo (superlolo) Assigned to: Nobody/Anonymous (nobody) Summary: Show Mailbox disk space Initial Comment: It's possible to have an information for the diskspace quota used for each mailbox (ex: 70% full ...) ? in the old forum, someone have post a solution for this (i think) Sorry for my poor english! ---------------------------------------------------------------------- Comment By: superlolo (superlolo) Date: 2009-10-23 12:13 Message: thanks you for the work! I will try it as soon as possible! ---------------------------------------------------------------------- Comment By: Christian Boltz (christian_boltz) Date: 2009-10-19 02:17 Message: Just going through the feature requests, and I have good news: This feature is available :-) You have to use Dovecot (because it can store quota usage in the database), and you have to enable $CONF['used_quotas'] to enable displaying the quota usage. This feature is available in the latest version of postfixadmin (2.3rc8 or, if you use dovecot >= 1.2, the SVN version or the [to-be-released] 2.3 final). ---------------------------------------------------------------------- Comment By: Christian Boltz (christian_boltz) Date: 2007-12-30 23:04 Message: Logged In: YES user_id=593261 Originator: NO I'm afraid this might become technically difficult. There are two possible solutions: a) login to the mailboxes with IMAP - requires unencrypted passwords b) run "du" in the maildir - needs read access for wwwrun user Both are not good for security :-( (If you find the post in the old forum archive, please add the link here.) [downgrading priority until someone has a good idea how to implement this in a secure way.] ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937967&aid=1724759&group_id=191583 |
|
From: SourceForge.net <no...@so...> - 2009-10-23 10:13:55
|
Feature Requests item #1724759, was opened at 2007-05-24 13:25 Message generated for change (Comment added) made by superlolo You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937967&aid=1724759&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 Improvements (example) Group: None Status: Closed Resolution: Fixed Priority: 1 Private: No Submitted By: superlolo (superlolo) Assigned to: Nobody/Anonymous (nobody) Summary: Show Mailbox disk space Initial Comment: It's possible to have an information for the diskspace quota used for each mailbox (ex: 70% full ...) ? in the old forum, someone have post a solution for this (i think) Sorry for my poor english! ---------------------------------------------------------------------- Comment By: superlolo (superlolo) Date: 2009-10-23 12:13 Message: thanks you for the work! I will try it as soon as possible! ---------------------------------------------------------------------- Comment By: Christian Boltz (christian_boltz) Date: 2009-10-19 02:17 Message: Just going through the feature requests, and I have good news: This feature is available :-) You have to use Dovecot (because it can store quota usage in the database), and you have to enable $CONF['used_quotas'] to enable displaying the quota usage. This feature is available in the latest version of postfixadmin (2.3rc8 or, if you use dovecot >= 1.2, the SVN version or the [to-be-released] 2.3 final). ---------------------------------------------------------------------- Comment By: Christian Boltz (christian_boltz) Date: 2007-12-30 23:04 Message: Logged In: YES user_id=593261 Originator: NO I'm afraid this might become technically difficult. There are two possible solutions: a) login to the mailboxes with IMAP - requires unencrypted passwords b) run "du" in the maildir - needs read access for wwwrun user Both are not good for security :-( (If you find the post in the old forum archive, please add the link here.) [downgrading priority until someone has a good idea how to implement this in a secure way.] ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937967&aid=1724759&group_id=191583 |
|
From: SourceForge.net <no...@so...> - 2009-10-21 11:45:59
|
Bugs item #2835877, was opened at 2009-08-12 00:23 Message generated for change (Settings changed) made by christian_boltz You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2835877&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: None Status: Closed Resolution: Fixed Priority: 5 Private: No Submitted By: Stevan Bajic (sbajic) Assigned to: Nobody/Anonymous (nobody) Summary: Small SQL error in vacation Initial Comment: Hello all there is a small error in one of the SQL clauses for vacation. The problem is in this part here: # Recipient has vacation if ($rv == 1) { $realemail = $email; $logger->debug("Found '\$email'\ has vacation active"); } else { $logger->debug("Looking for alias records that \'$email\' resolves to with vacation turned on"); $query = qq{SELECT goto FROM alias WHERE address=? AND (goto LIKE ?,% OR goto LIKE %,? OR goto LIKE %,?,%)}; $stm = $dbh->prepare($query) or panic_prepare($query); $stm->execute($email,$email,$email,$email) or panic_execute($query,"address='$email'"); $rv = $stm->rows; That should be: # Recipient has vacation if ($rv == 1) { $realemail = $email; $logger->debug("Found '\$email'\ has vacation active"); } else { my $vemail = $email; $vemail =~ s/\@/#/g; $logger->debug("Looking for alias records that \'$email\' resolves to with vacation turned on"); $query = qq{SELECT goto FROM alias WHERE address=? AND (goto LIKE ? OR goto LIKE ? OR goto LIKE ?)}; $stm = $dbh->prepare($query) or panic_prepare($query); $stm->execute($email,$vemail.",%","%,".$vemail,"%,".$vemail.",%") or panic_execute($query,"address='$email'"); $rv = $stm->rows; ---------------------------------------------------------------------- Comment By: GingerDog (gingerdog) Date: 2009-10-21 10:00 Message: Hi, merged in changeset [734] - thanks for taking the time to explain it to me :-) ---------------------------------------------------------------------- Comment By: GingerDog (gingerdog) Date: 2009-10-21 10:00 Message: Thanks for the bug report; we believe this has been fixed in subversion. ---------------------------------------------------------------------- Comment By: GingerDog (gingerdog) Date: 2009-10-20 12:50 Message: I don't think this is necessary; before find_receipient() is called, we take the SMTP recipient and convert it from foo#ba...@au... to fo...@ba... ---------------------------------------------------------------------- Comment By: Stevan Bajic (sbajic) Date: 2009-08-12 08:39 Message: It's morning and I make to much errors. The message should be: ------ Hallo gingerdog The $vemail is needed. Let me explain: Normal email: us...@do... Vacation domain: myvacation.local Now Postfix.Admin will add this alias if vacation is active: user#dom...@my... So we need to replace in the original email the @ with an # in order to be able to match against it. And then the SQL clause checking that should be: SELECT goto FROM alias WHERE address='us...@do...' AND (goto LIKE 'user#domain.com@%' OR goto LIKE '%,user#domain.com@%' ) ------ ---------------------------------------------------------------------- Comment By: Stevan Bajic (sbajic) Date: 2009-08-12 08:36 Message: Halo gingerdog The $vemail is needed. Let me explain: Normal email: us...@do... Vacation domain: myvacation.local Now Postfix.Admin will add this alias if vacation is active: user#dom...@my... And then the SQL clause checking that should be: SELECT goto FROM alias WHERE address='us...@do...' AND (goto LIKE 'user#domain.com@%' OR goto LIKE '%,us...@do...@%' ) ---------------------------------------------------------------------- Comment By: GingerDog (gingerdog) Date: 2009-08-12 08:21 Message: Err.. I can see the initial problem with the comma's being placed outside of the bound parameters... and this should be fixed. What are you doing with the $vemail parameter though? ---------------------------------------------------------------------- Comment By: Stevan Bajic (sbajic) Date: 2009-08-12 07:59 Message: Aggrr! Again wrong. This one is the right one: # Recipient has vacation if ($rv == 1) { $realemail = $email; $logger->debug("Found '\$email'\ has vacation active"); } else { my $vemail = $email; $vemail =~ s/\@/#/g; $logger->debug("Looking for alias records that \'$email\' resolves to with vacation turned on"); $query = qq{SELECT goto FROM alias WHERE address=? AND (goto LIKE ? OR goto LIKE ?)}; $stm = $dbh->prepare($query) or panic_prepare($query); $stm->execute($email,$vemail."@%","%,".$vemail."@%") or panic_execute($query,"address='$email'"); $rv = $stm->rows; ---------------------------------------------------------------------- Comment By: Stevan Bajic (sbajic) Date: 2009-08-12 07:58 Message: I looked again at the SQL clause and my above posted code is wrong. The fixed code should be: # Recipient has vacation if ($rv == 1) { $realemail = $email; $logger->debug("Found '\$email'\ has vacation active"); } else { my $vemail = $email; $vemail =~ s/\@/#/g; $logger->debug("Looking for alias records that \'$email\' resolves to with vacation turned on"); $query = qq{SELECT goto FROM alias WHERE address=? AND (goto LIKE ? OR goto LIKE ??)}; $stm = $dbh->prepare($query) or panic_prepare($query); $stm->execute($email,$vemail."@%","%,".$vemail."@%") or panic_execute($query,"address='$email'"); $rv = $stm->rows; ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2835877&group_id=191583 |
|
From: SourceForge.net <no...@so...> - 2009-10-21 08:00:34
|
Bugs item #2835877, was opened at 2009-08-11 22:23 Message generated for change (Comment added) made by gingerdog You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2835877&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: None Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Stevan Bajic (sbajic) Assigned to: Nobody/Anonymous (nobody) Summary: Small SQL error in vacation Initial Comment: Hello all there is a small error in one of the SQL clauses for vacation. The problem is in this part here: # Recipient has vacation if ($rv == 1) { $realemail = $email; $logger->debug("Found '\$email'\ has vacation active"); } else { $logger->debug("Looking for alias records that \'$email\' resolves to with vacation turned on"); $query = qq{SELECT goto FROM alias WHERE address=? AND (goto LIKE ?,% OR goto LIKE %,? OR goto LIKE %,?,%)}; $stm = $dbh->prepare($query) or panic_prepare($query); $stm->execute($email,$email,$email,$email) or panic_execute($query,"address='$email'"); $rv = $stm->rows; That should be: # Recipient has vacation if ($rv == 1) { $realemail = $email; $logger->debug("Found '\$email'\ has vacation active"); } else { my $vemail = $email; $vemail =~ s/\@/#/g; $logger->debug("Looking for alias records that \'$email\' resolves to with vacation turned on"); $query = qq{SELECT goto FROM alias WHERE address=? AND (goto LIKE ? OR goto LIKE ? OR goto LIKE ?)}; $stm = $dbh->prepare($query) or panic_prepare($query); $stm->execute($email,$vemail.",%","%,".$vemail,"%,".$vemail.",%") or panic_execute($query,"address='$email'"); $rv = $stm->rows; ---------------------------------------------------------------------- >Comment By: GingerDog (gingerdog) Date: 2009-10-21 08:00 Message: Hi, merged in changeset [734] - thanks for taking the time to explain it to me :-) ---------------------------------------------------------------------- Comment By: GingerDog (gingerdog) Date: 2009-10-21 08:00 Message: Thanks for the bug report; we believe this has been fixed in subversion. ---------------------------------------------------------------------- Comment By: GingerDog (gingerdog) Date: 2009-10-20 10:50 Message: I don't think this is necessary; before find_receipient() is called, we take the SMTP recipient and convert it from foo#ba...@au... to fo...@ba... ---------------------------------------------------------------------- Comment By: Stevan Bajic (sbajic) Date: 2009-08-12 06:39 Message: It's morning and I make to much errors. The message should be: ------ Hallo gingerdog The $vemail is needed. Let me explain: Normal email: us...@do... Vacation domain: myvacation.local Now Postfix.Admin will add this alias if vacation is active: user#dom...@my... So we need to replace in the original email the @ with an # in order to be able to match against it. And then the SQL clause checking that should be: SELECT goto FROM alias WHERE address='us...@do...' AND (goto LIKE 'user#domain.com@%' OR goto LIKE '%,user#domain.com@%' ) ------ ---------------------------------------------------------------------- Comment By: Stevan Bajic (sbajic) Date: 2009-08-12 06:36 Message: Halo gingerdog The $vemail is needed. Let me explain: Normal email: us...@do... Vacation domain: myvacation.local Now Postfix.Admin will add this alias if vacation is active: user#dom...@my... And then the SQL clause checking that should be: SELECT goto FROM alias WHERE address='us...@do...' AND (goto LIKE 'user#domain.com@%' OR goto LIKE '%,us...@do...@%' ) ---------------------------------------------------------------------- Comment By: GingerDog (gingerdog) Date: 2009-08-12 06:21 Message: Err.. I can see the initial problem with the comma's being placed outside of the bound parameters... and this should be fixed. What are you doing with the $vemail parameter though? ---------------------------------------------------------------------- Comment By: Stevan Bajic (sbajic) Date: 2009-08-12 05:59 Message: Aggrr! Again wrong. This one is the right one: # Recipient has vacation if ($rv == 1) { $realemail = $email; $logger->debug("Found '\$email'\ has vacation active"); } else { my $vemail = $email; $vemail =~ s/\@/#/g; $logger->debug("Looking for alias records that \'$email\' resolves to with vacation turned on"); $query = qq{SELECT goto FROM alias WHERE address=? AND (goto LIKE ? OR goto LIKE ?)}; $stm = $dbh->prepare($query) or panic_prepare($query); $stm->execute($email,$vemail."@%","%,".$vemail."@%") or panic_execute($query,"address='$email'"); $rv = $stm->rows; ---------------------------------------------------------------------- Comment By: Stevan Bajic (sbajic) Date: 2009-08-12 05:58 Message: I looked again at the SQL clause and my above posted code is wrong. The fixed code should be: # Recipient has vacation if ($rv == 1) { $realemail = $email; $logger->debug("Found '\$email'\ has vacation active"); } else { my $vemail = $email; $vemail =~ s/\@/#/g; $logger->debug("Looking for alias records that \'$email\' resolves to with vacation turned on"); $query = qq{SELECT goto FROM alias WHERE address=? AND (goto LIKE ? OR goto LIKE ??)}; $stm = $dbh->prepare($query) or panic_prepare($query); $stm->execute($email,$vemail."@%","%,".$vemail."@%") or panic_execute($query,"address='$email'"); $rv = $stm->rows; ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2835877&group_id=191583 |
|
From: SourceForge.net <no...@so...> - 2009-10-20 20:06:12
|
Feature Requests item #2794867, was opened at 2009-05-21 17:07 Message generated for change (Comment added) made by christian_boltz You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937967&aid=2794867&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 Improvements (example) Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Ruede (ruede2000) Assigned to: Nobody/Anonymous (nobody) Summary: alias-create domain list dropdown menu Initial Comment: hi, i would like to have a dropdown menu with all the domains listed for one admin so that the alias-create only works within a few domains and not any domain/mail address. see picture: http://imagebin.ca/view/rF6gKr.html greetings ---------------------------------------------------------------------- >Comment By: Christian Boltz (christian_boltz) Date: 2009-10-20 22:06 Message: I understand your idea, but I also see a big problem - with this change, it would be impossible to create aliases that forward mail to external adresses. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937967&aid=2794867&group_id=191583 |
|
From: SourceForge.net <no...@so...> - 2009-10-20 19:27:58
|
Bugs item #2855430, was opened at 2009-09-09 21:36 Message generated for change (Comment added) made by christian_boltz You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2855430&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: Closed >Resolution: Fixed Priority: 6 Private: No Submitted By: Christian Boltz (christian_boltz) Assigned to: Nobody/Anonymous (nobody) Summary: setup.php: session support checked broken / too late Initial Comment: |Mike| just told me on IRC that he got an error message "Call to undefined function session_start() in .../common.php" when calling setup.php. He uses FreeBSD 7.2, which has a separate php5-session package. The problem: setup.php includes common.php at the beginning, which executes a session_start(). There's already a check for session support in setup.php, but it is done _after_ including common.php. A possible solution is to "define('POSTFIXADMIN', 1);" in setup.php which would avoid the session_start() call. The question is if this breaks something ;-) -> needs testing before commiting to SVN ---------------------------------------------------------------------- >Comment By: Christian Boltz (christian_boltz) Date: 2009-10-20 21:27 Message: A small section at the beginning of common.php is the only place where the define(POSTFIXADMIN) in setup.php could break anything at all. Tested, does not break ;-) (except a "already defined" warning, also fixed in the commit) Also tested that setup.php now works as expected be using php.ini disable_function. Commited to SVN r733. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2855430&group_id=191583 |
|
From: SourceForge.net <no...@so...> - 2009-10-20 11:19:20
|
Bugs item #2821172, was opened at 2009-07-14 09:33 Message generated for change (Settings changed) made by christian_boltz You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2821172&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: v 2.3 >Status: Closed >Resolution: Fixed Priority: 6 Private: No Submitted By: Ulf Simmer (ulfsimmer) Assigned to: Nobody/Anonymous (nobody) Summary: \r\n visible in automatic answer Initial Comment: When enabling vacation, the original sender gets the (automatic) answer with visible \r\n (carriage return, new line). Perl is v5.8.9 2009/07/14 09:14:04 DEBUG> /home/vacation/vacation.pl:401 main::send_vacation_email - Vacation response sent, Mail::Sendmail said : Mail::Sendmail v. 0.79 - Tue Jul 1 4 09:14:04 2009 ---------------------------------------------------------------------- >Comment By: Christian Boltz (christian_boltz) Date: 2009-10-20 13:19 Message: This was most probably fixed in SVN r646. If you still can reproduce this bug with 2.3rc7, please reopen this bug. (Note: you might need to fix existing vacation messages manually.) ---------------------------------------------------------------------- Comment By: Ulf Simmer (ulfsimmer) Date: 2009-07-28 15:18 Message: it's from 2.3rc2 #!/usr/bin/perl -w # # Virtual Vacation 4.0 # $Revision: 535 $ # Originally by Mischa Peters <mischa at high5 dot net> # ---------------------------------------------------------------------- Comment By: GingerDog (gingerdog) Date: 2009-07-28 13:48 Message: any idea of what version of vacation.pl you are using? Is it from e.g. svn or an older release? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2821172&group_id=191583 |
|
From: SourceForge.net <no...@so...> - 2009-10-20 10:50:38
|
Bugs item #2835877, was opened at 2009-08-11 22:23 Message generated for change (Settings changed) made by gingerdog You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2835877&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: None >Status: Closed >Resolution: Invalid >Priority: 5 Private: No Submitted By: Stevan Bajic (sbajic) Assigned to: Nobody/Anonymous (nobody) Summary: Small SQL error in vacation Initial Comment: Hello all there is a small error in one of the SQL clauses for vacation. The problem is in this part here: # Recipient has vacation if ($rv == 1) { $realemail = $email; $logger->debug("Found '\$email'\ has vacation active"); } else { $logger->debug("Looking for alias records that \'$email\' resolves to with vacation turned on"); $query = qq{SELECT goto FROM alias WHERE address=? AND (goto LIKE ?,% OR goto LIKE %,? OR goto LIKE %,?,%)}; $stm = $dbh->prepare($query) or panic_prepare($query); $stm->execute($email,$email,$email,$email) or panic_execute($query,"address='$email'"); $rv = $stm->rows; That should be: # Recipient has vacation if ($rv == 1) { $realemail = $email; $logger->debug("Found '\$email'\ has vacation active"); } else { my $vemail = $email; $vemail =~ s/\@/#/g; $logger->debug("Looking for alias records that \'$email\' resolves to with vacation turned on"); $query = qq{SELECT goto FROM alias WHERE address=? AND (goto LIKE ? OR goto LIKE ? OR goto LIKE ?)}; $stm = $dbh->prepare($query) or panic_prepare($query); $stm->execute($email,$vemail.",%","%,".$vemail,"%,".$vemail.",%") or panic_execute($query,"address='$email'"); $rv = $stm->rows; ---------------------------------------------------------------------- >Comment By: GingerDog (gingerdog) Date: 2009-10-20 10:50 Message: I don't think this is necessary; before find_receipient() is called, we take the SMTP recipient and convert it from foo#ba...@au... to fo...@ba... ---------------------------------------------------------------------- Comment By: Stevan Bajic (sbajic) Date: 2009-08-12 06:39 Message: It's morning and I make to much errors. The message should be: ------ Hallo gingerdog The $vemail is needed. Let me explain: Normal email: us...@do... Vacation domain: myvacation.local Now Postfix.Admin will add this alias if vacation is active: user#dom...@my... So we need to replace in the original email the @ with an # in order to be able to match against it. And then the SQL clause checking that should be: SELECT goto FROM alias WHERE address='us...@do...' AND (goto LIKE 'user#domain.com@%' OR goto LIKE '%,user#domain.com@%' ) ------ ---------------------------------------------------------------------- Comment By: Stevan Bajic (sbajic) Date: 2009-08-12 06:36 Message: Halo gingerdog The $vemail is needed. Let me explain: Normal email: us...@do... Vacation domain: myvacation.local Now Postfix.Admin will add this alias if vacation is active: user#dom...@my... And then the SQL clause checking that should be: SELECT goto FROM alias WHERE address='us...@do...' AND (goto LIKE 'user#domain.com@%' OR goto LIKE '%,us...@do...@%' ) ---------------------------------------------------------------------- Comment By: GingerDog (gingerdog) Date: 2009-08-12 06:21 Message: Err.. I can see the initial problem with the comma's being placed outside of the bound parameters... and this should be fixed. What are you doing with the $vemail parameter though? ---------------------------------------------------------------------- Comment By: Stevan Bajic (sbajic) Date: 2009-08-12 05:59 Message: Aggrr! Again wrong. This one is the right one: # Recipient has vacation if ($rv == 1) { $realemail = $email; $logger->debug("Found '\$email'\ has vacation active"); } else { my $vemail = $email; $vemail =~ s/\@/#/g; $logger->debug("Looking for alias records that \'$email\' resolves to with vacation turned on"); $query = qq{SELECT goto FROM alias WHERE address=? AND (goto LIKE ? OR goto LIKE ?)}; $stm = $dbh->prepare($query) or panic_prepare($query); $stm->execute($email,$vemail."@%","%,".$vemail."@%") or panic_execute($query,"address='$email'"); $rv = $stm->rows; ---------------------------------------------------------------------- Comment By: Stevan Bajic (sbajic) Date: 2009-08-12 05:58 Message: I looked again at the SQL clause and my above posted code is wrong. The fixed code should be: # Recipient has vacation if ($rv == 1) { $realemail = $email; $logger->debug("Found '\$email'\ has vacation active"); } else { my $vemail = $email; $vemail =~ s/\@/#/g; $logger->debug("Looking for alias records that \'$email\' resolves to with vacation turned on"); $query = qq{SELECT goto FROM alias WHERE address=? AND (goto LIKE ? OR goto LIKE ??)}; $stm = $dbh->prepare($query) or panic_prepare($query); $stm->execute($email,$vemail."@%","%,".$vemail."@%") or panic_execute($query,"address='$email'"); $rv = $stm->rows; ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2835877&group_id=191583 |
|
From: SourceForge.net <no...@so...> - 2009-10-20 10:24:06
|
Feature Requests item #2882264, was opened at 2009-10-20 12:24 Message generated for change (Tracker Item Submitted) made by nidla You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937967&aid=2882264&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 Improvements (example) Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Aldin Kapetanovic (nidla) Assigned to: Nobody/Anonymous (nobody) Summary: Lock editing for default mail aliases Initial Comment: When "super admin" is adding new domain, there is option "Add default mail aliases:", ok i do that always for RFC reasons :), but problem is when i give some user admin account for that newly created domain, and he deletes default aliases, the point is that i want to restrict him to do that. For example, when creating new domain it would be useful to have these steps: "1. Add default mail aliases" "2. Forbid editing default aliases". 'alias' table structure |address|goto|domain|created|modified|active| alter add column 'edit' default 't' |address|goto|domain|created|modified|active||edit| *forbid editing might be colored different in web interface or being non clickable ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937967&aid=2882264&group_id=191583 |
|
From: SourceForge.net <no...@so...> - 2009-10-19 00:38:34
|
Bugs item #2864890, was opened at 2009-09-23 11:52 Message generated for change (Comment added) made by christian_boltz You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2864890&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.3 Status: Open Resolution: None >Priority: 4 Private: No Submitted By: Mikael Österberg (mikaelost) Assigned to: Nobody/Anonymous (nobody) Summary: Save alias edit Initial Comment: Warning: in_array() [function.in-array]: Wrong datatype for second argument in /var/www-webmail/postfixadmin/edit-alias.php on line 129 Warning: Cannot modify header information - headers already sent by (output started at /var/www-webmail/postfixadmin/edit-alias.php:129) in /var/www-webmail/postfixadmin/edit-alias.php on line 165 ---------------------------------------------------------------------- >Comment By: Christian Boltz (christian_boltz) Date: 2009-10-19 02:05 Message: Hmm, that looks OK. Unfortunately I don't have an idea what causes your problem because it works for me without the error message, and I also don't see any obvious errors in the code. For debugging, you can add a var_dump($CONF['default_aliases']) in edit-alias.php line 127 (above the foreach block) to ensure the variable has the value it should have. echo'ing $address inside the foreach block might also be interesting. ---------------------------------------------------------------------- Comment By: Mikael Österberg (mikaelost) Date: 2009-09-24 13:55 Message: $CONF['default_aliases'] = array ( 'abuse' => 'ab...@ro...', 'hostmaster' => 'hostmasterArocksolidDOTse', 'postmaster' => 'postmasterArocksolidDOTse', 'webmaster' => 'webmasterArocksolidDOTse' ); No SPMA 4me: In file A is @, DOT is . ---------------------------------------------------------------------- Comment By: Christian Boltz (christian_boltz) Date: 2009-09-24 13:49 Message: edit-alias.php, line 129 is: if (in_array($address, $CONF['default_aliases'])) continue; What is your setting in $CONF['default_aliases'] ? (see config.inc.php / config.local.php) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2864890&group_id=191583 |