postfixadmin-tracker Mailing List for PostfixAdmin (Page 31)
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-09-14 17:36:29
|
Bugs item #2858717, was opened at 2009-09-14 20:36 Message generated for change (Tracker Item Submitted) made by ksb4ever You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2858717&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: ksb (ksb4ever) Assigned to: Nobody/Anonymous (nobody) Summary: postgresql upgrade script error Initial Comment: Hi folks! 2.3rc7 Got error when sepup script upgrades db structure on postgresql db (adding indexes). Found a buggy line in upgrade.php CODE: if(!_pgsql_object_exists('mailbox_username_active')) { db_query_parsed('CREATE INDEX mailbox_username_active ON $table_mailbox(username,active)'); } $table_mailbox(username,active) not substituted with value, I think need to use double quotes instead. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2858717&group_id=191583 |
|
From: SourceForge.net <no...@so...> - 2009-09-11 01:16:03
|
Bugs item #2794247, was opened at 2009-05-20 01:41 Message generated for change (Settings changed) made by wvolz You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2794247&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: 9 Private: No Submitted By: wizard (wvolz) Assigned to: Nobody/Anonymous (nobody) >Summary: users are not shown when initial email is not sent Initial Comment: The database query used when "vacation_control_admin" and "used_quotas" are enabled will not show a new user if the admin unchecks the send welcome email option. In particular the issue is that "quota/storage" doesn't exist. Query for reference: $query = "SELECT $table_mailbox.*, $table_vacation.active AS v_active, $table_quota.current FROM $table_mailbox LEFT JOIN $table_vacation ON $table_mailbox.username=$table_vacation.email LEFT JOIN $table_quota ON $table_mailbox.username=$table_quota.username WHERE $table_mailbox.domain ='$fDomain' AND $table_quota.path='quota/storage' ORDER BY $table_mailbox.username LIMIT $page_size OFFSET $fDisplay"; ---------------------------------------------------------------------- >Comment By: wizard (wvolz) Date: 2009-09-10 19:16 Message: The initial title was correct. If a email is not sent to a newly created account the user does not show up in postfixadmin even though they exist in the database. There is a thread on the mailing list where users are talking about this as well, see https://sourceforge.net/mailarchive/message.php?msg_name=alpine.LFD.2.00.0904270925190.4731%40tigger.tntechs.com. ---------------------------------------------------------------------- Comment By: Christian Boltz (christian_boltz) Date: 2009-08-24 17:14 Message: (original summary was: "New accounts are not shown when welcome email is not sent") The table "quota" is not created by upgrade.php - it's hidden in DOCUMENTS/DOVECOT.txt. Create database in mysql: create table quota ( username varchar(255) not null, path varchar(100) not null, current integer, primary key (username, path) ); IMHO this query should be changed/extended a bit to avoid the usual problems: CREATE TABLE {IF_NOT_EXISTS} `quota` ( `username` VARCHAR(255) {LATIN1} NOT NULL, `path` VARCHAR(100) {LATIN1} NOT NULL, `current` BIGINT(20), # allow quota > 2 GB PRIMARY KEY `username_path` (username, path) ) TYPE=MyISAM ; GingerDog, what's the query for postgresql? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2794247&group_id=191583 |
|
From: SourceForge.net <no...@so...> - 2009-09-11 01:11:34
|
Patches item #2856577, was opened at 2009-09-10 19:11 Message generated for change (Tracker Item Submitted) made by wvolz You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937966&aid=2856577&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: wizard (wvolz) Assigned to: Nobody/Anonymous (nobody) Summary: Modify quota to be for the whole domain Initial Comment: This patch changes the behavior of the domain quota from per mailbox to per domain. Users are shown how much they have to allocate between mailboxes when editing and creating new mailboxes. The only change needed is a flag to enable this behavior. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937966&aid=2856577&group_id=191583 |
|
From: SourceForge.net <no...@so...> - 2009-09-10 10:30:06
|
Bugs item #2852526, was opened at 2009-09-05 21:27 Message generated for change (Settings changed) made by christian_boltz You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2852526&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: Duplicate Priority: 5 Private: No Submitted By: Tamas papp (sopmot) Assigned to: Nobody/Anonymous (nobody) Summary: DOVECOT.TXT Initial Comment: In the documentation for createing mysql table for quota you say: create table quota ( username varchar(255) not null, path varchar(100) not null, current integer, primary key (username, path) ); It's wrong, check this out: http://bugs.mysql.com/bug.php?id=6604 I think, there sould be: create table quota ( username varchar(100) not null, path varchar(100) not null, current integer, primary key (username, path) ); ---------------------------------------------------------------------- Comment By: Tamas papp (sopmot) Date: 2009-09-08 17:08 Message: Thank you. I sent another bugreport, but to th devel mailing list. Have any idea about it? ---------------------------------------------------------------------- Comment By: Christian Boltz (christian_boltz) Date: 2009-09-07 00:04 Message: The utf-8 charset (which seems to be your default) causes problems on multi-column indexes because it treats varchar(255) in utf-8 as 3x255 bytes, and a index may only have 1024 bytes in total. That's a known problem in MySQL, and already known for the quota table also: https://sourceforge.net/tracker/?func=detail&aid=2794247&group_id=191583&atid=937964 The solution is to make the username and varchar columns latin1-encoded instead of utf-8. I have updated the query in DOVECOT.txt, but the long-term solution will be that update.php creates the quota table. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2852526&group_id=191583 |
|
From: SourceForge.net <no...@so...> - 2009-09-09 19:36:25
|
Bugs item #2855430, was opened at 2009-09-09 21:36 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=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: Open Resolution: None 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 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2855430&group_id=191583 |
|
From: SourceForge.net <no...@so...> - 2009-09-08 15:08:10
|
Bugs item #2852526, was opened at 2009-09-05 21:27 Message generated for change (Comment added) made by sopmot You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2852526&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: Duplicate Priority: 5 Private: No Submitted By: Tamas papp (sopmot) Assigned to: Nobody/Anonymous (nobody) Summary: DOVECOT.TXT Initial Comment: In the documentation for createing mysql table for quota you say: create table quota ( username varchar(255) not null, path varchar(100) not null, current integer, primary key (username, path) ); It's wrong, check this out: http://bugs.mysql.com/bug.php?id=6604 I think, there sould be: create table quota ( username varchar(100) not null, path varchar(100) not null, current integer, primary key (username, path) ); ---------------------------------------------------------------------- Comment By: Tamas papp (sopmot) Date: 2009-09-08 17:08 Message: Thank you. I sent another bugreport, but to th devel mailing list. Have any idea about it? ---------------------------------------------------------------------- Comment By: Christian Boltz (christian_boltz) Date: 2009-09-07 00:04 Message: The utf-8 charset (which seems to be your default) causes problems on multi-column indexes because it treats varchar(255) in utf-8 as 3x255 bytes, and a index may only have 1024 bytes in total. That's a known problem in MySQL, and already known for the quota table also: https://sourceforge.net/tracker/?func=detail&aid=2794247&group_id=191583&atid=937964 The solution is to make the username and varchar columns latin1-encoded instead of utf-8. I have updated the query in DOVECOT.txt, but the long-term solution will be that update.php creates the quota table. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2852526&group_id=191583 |
|
From: SourceForge.net <no...@so...> - 2009-09-06 22:04:20
|
Bugs item #2852526, was opened at 2009-09-05 21:27 Message generated for change (Settings changed) made by christian_boltz You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2852526&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: Duplicate Priority: 5 Private: No Submitted By: Tamas papp (sopmot) Assigned to: Nobody/Anonymous (nobody) Summary: DOVECOT.TXT Initial Comment: In the documentation for createing mysql table for quota you say: create table quota ( username varchar(255) not null, path varchar(100) not null, current integer, primary key (username, path) ); It's wrong, check this out: http://bugs.mysql.com/bug.php?id=6604 I think, there sould be: create table quota ( username varchar(100) not null, path varchar(100) not null, current integer, primary key (username, path) ); ---------------------------------------------------------------------- >Comment By: Christian Boltz (christian_boltz) Date: 2009-09-07 00:04 Message: The utf-8 charset (which seems to be your default) causes problems on multi-column indexes because it treats varchar(255) in utf-8 as 3x255 bytes, and a index may only have 1024 bytes in total. That's a known problem in MySQL, and already known for the quota table also: https://sourceforge.net/tracker/?func=detail&aid=2794247&group_id=191583&atid=937964 The solution is to make the username and varchar columns latin1-encoded instead of utf-8. I have updated the query in DOVECOT.txt, but the long-term solution will be that update.php creates the quota table. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2852526&group_id=191583 |
|
From: SourceForge.net <no...@so...> - 2009-09-05 19:27:19
|
Bugs item #2852526, was opened at 2009-09-05 21:27 Message generated for change (Tracker Item Submitted) made by sopmot You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2852526&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: Tamas papp (sopmot) Assigned to: Nobody/Anonymous (nobody) Summary: DOVECOT.TXT Initial Comment: In the documentation for createing mysql table for quota you say: create table quota ( username varchar(255) not null, path varchar(100) not null, current integer, primary key (username, path) ); It's wrong, check this out: http://bugs.mysql.com/bug.php?id=6604 I think, there sould be: create table quota ( username varchar(100) not null, path varchar(100) not null, current integer, primary key (username, path) ); ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2852526&group_id=191583 |
|
From: SourceForge.net <no...@so...> - 2009-09-01 14:33:28
|
Patches item #2848439, was opened at 2009-09-01 15:45 Message generated for change (Comment added) made by someone20 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937966&aid=2848439&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: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Hans Bert (someone20) Assigned to: Nobody/Anonymous (nobody) Summary: Port for mysql(i)-connection can be specified Initial Comment: This patch should be applied to funtions.inc.php. In addition to the patch a configuration-directive in config.inc.php has to be added: $CONF['database_port'] = '3306' ---------------------------------------------------------------------- Comment By: Hans Bert (someone20) Date: 2009-09-01 16:33 Message: I added this, because I'm using mysqli which seems not to accept the notation you mention. and for consistency-reasons this should than be a conf-directive so it works also if you switch to mysql (or postgresql, but you would have to add this for yourself in functionsinc.php, i'm not into postgresql) ---------------------------------------------------------------------- Comment By: GingerDog (gingerdog) Date: 2009-09-01 15:53 Message: according to php.net/mysql_connect; you can specify the port for a MySQL connection by specifying hostname:port e.g. $CONF['database_host'] = '172.30.33.66:3309' ; So I'm not sure why your patch is needed - at least for a MySQL database. PostgreSQL seems to handle ports differently. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937966&aid=2848439&group_id=191583 |
|
From: SourceForge.net <no...@so...> - 2009-09-01 13:54:00
|
Patches item #2848439, was opened at 2009-09-01 13:45 Message generated for change (Comment added) made by gingerdog You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937966&aid=2848439&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: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Hans Bert (someone20) Assigned to: Nobody/Anonymous (nobody) Summary: Port for mysql(i)-connection can be specified Initial Comment: This patch should be applied to funtions.inc.php. In addition to the patch a configuration-directive in config.inc.php has to be added: $CONF['database_port'] = '3306' ---------------------------------------------------------------------- >Comment By: GingerDog (gingerdog) Date: 2009-09-01 13:53 Message: according to php.net/mysql_connect; you can specify the port for a MySQL connection by specifying hostname:port e.g. $CONF['database_host'] = '172.30.33.66:3309' ; So I'm not sure why your patch is needed - at least for a MySQL database. PostgreSQL seems to handle ports differently. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937966&aid=2848439&group_id=191583 |
|
From: SourceForge.net <no...@so...> - 2009-09-01 13:45:19
|
Patches item #2848439, was opened at 2009-09-01 15:45 Message generated for change (Tracker Item Submitted) made by someone20 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937966&aid=2848439&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: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Hans Bert (someone20) Assigned to: Nobody/Anonymous (nobody) Summary: Port for mysql(i)-connection can be specified Initial Comment: This patch should be applied to funtions.inc.php. In addition to the patch a configuration-directive in config.inc.php has to be added: $CONF['database_port'] = '3306' ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937966&aid=2848439&group_id=191583 |
|
From: SourceForge.net <no...@so...> - 2009-08-24 23:29:35
|
Patches item #2788250, was opened at 2009-05-07 09:53 Message generated for change (Comment added) made by christian_boltz You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937966&aid=2788250&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: Andrea Soster (soster) Assigned to: Nobody/Anonymous (nobody) Summary: Add transport informatio to virtual list Initial Comment: When I'm loking at the alias/mailboxes info I'd like to knwo if I'm the backup MX or not, and the transport for that domain ---------------------------------------------------------------------- >Comment By: Christian Boltz (christian_boltz) Date: 2009-08-25 01:29 Message: Basically a good idea, but there are some details that should be kept in mind: - domain admins currently don't see the transport and backup mx flag IIRC - should they see it in list-domain? - I'd prefer not to print "backup mx: no" - only "backup mx: yes" should be displayed. Reason: not that many uses have a backup mx, and it would probably confuse or at least annoy people who only have one mailserver. (In fact, a backup MX can cause more problems then it solves if not configured properly.) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937966&aid=2788250&group_id=191583 |
|
From: SourceForge.net <no...@so...> - 2009-08-24 23:23:06
|
Patches item #2795780, was opened at 2009-05-23 12:12 Message generated for change (Comment added) made by christian_boltz You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937966&aid=2795780&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: Andrea Soster (soster) Assigned to: Nobody/Anonymous (nobody) Summary: Add support for "cascading" domain aliases Initial Comment: This patch add support for aliases of domains which are an alias for another domain, if configured the common scenario is: domainA -> domainB -> domainC Applies to SVN 664 ---------------------------------------------------------------------- >Comment By: Christian Boltz (christian_boltz) Date: 2009-08-25 01:22 Message: I'm not sure if this patch is a good idea - it increases the risk of creating mail loops (@a -> @b -> @c -> @a)... ---------------------------------------------------------------------- Comment By: Andrea Soster (soster) Date: 2009-05-25 09:35 Message: My production postfix (2.1) is running postfixadmin2.1 DB with a custom gui, now I'm trying to switch to current postfixadmin...I still haven't teste my patches in production, but on my currente postfix I have the following aliases: @a -> @b @b -> @c and it's working as expected, so there shouldn't be any troubles. I hope to move the new server to production this week, I'll let you know thanks ---------------------------------------------------------------------- Comment By: Christian Boltz (christian_boltz) Date: 2009-05-24 20:42 Message: Andrea, does this change need any changes in the postfix configuration files? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937966&aid=2795780&group_id=191583 |
|
From: SourceForge.net <no...@so...> - 2009-08-24 23:14:25
|
Bugs item #2794247, was opened at 2009-05-20 09:41 Message generated for change (Settings changed) made by christian_boltz You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2794247&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: 9 Private: No Submitted By: wizard (wvolz) Assigned to: Nobody/Anonymous (nobody) >Summary: table "quota" not created by upgrade.php Initial Comment: The database query used when "vacation_control_admin" and "used_quotas" are enabled will not show a new user if the admin unchecks the send welcome email option. In particular the issue is that "quota/storage" doesn't exist. Query for reference: $query = "SELECT $table_mailbox.*, $table_vacation.active AS v_active, $table_quota.current FROM $table_mailbox LEFT JOIN $table_vacation ON $table_mailbox.username=$table_vacation.email LEFT JOIN $table_quota ON $table_mailbox.username=$table_quota.username WHERE $table_mailbox.domain ='$fDomain' AND $table_quota.path='quota/storage' ORDER BY $table_mailbox.username LIMIT $page_size OFFSET $fDisplay"; ---------------------------------------------------------------------- >Comment By: Christian Boltz (christian_boltz) Date: 2009-08-25 01:14 Message: (original summary was: "New accounts are not shown when welcome email is not sent") The table "quota" is not created by upgrade.php - it's hidden in DOCUMENTS/DOVECOT.txt. Create database in mysql: create table quota ( username varchar(255) not null, path varchar(100) not null, current integer, primary key (username, path) ); IMHO this query should be changed/extended a bit to avoid the usual problems: CREATE TABLE {IF_NOT_EXISTS} `quota` ( `username` VARCHAR(255) {LATIN1} NOT NULL, `path` VARCHAR(100) {LATIN1} NOT NULL, `current` BIGINT(20), # allow quota > 2 GB PRIMARY KEY `username_path` (username, path) ) TYPE=MyISAM ; GingerDog, what's the query for postgresql? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2794247&group_id=191583 |
|
From: SourceForge.net <no...@so...> - 2009-08-24 22:35:03
|
Feature Requests item #2843899, was opened at 2009-08-25 00:34 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=2843899&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: 5 Private: No Submitted By: Christian Boltz (christian_boltz) Assigned to: Nobody/Anonymous (nobody) Summary: config.inc.php: don't comment out rarery needed options Initial Comment: config.inc.php contains several options that are commented out because they are rarely needed. Practise shows that this also makes them less visible. -> all available options should be there as active code, with the default being the current state -> to be done after 2.3 release to avoid unintended changes or breakage ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937967&aid=2843899&group_id=191583 |
|
From: SourceForge.net <no...@so...> - 2009-08-12 06:39:44
|
Bugs item #2835877, was opened at 2009-08-12 00:23 Message generated for change (Comment added) made by sbajic 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: Open Resolution: None 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: 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-08-12 06:36:38
|
Bugs item #2835877, was opened at 2009-08-12 00:23 Message generated for change (Comment added) made by sbajic 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: Open Resolution: None 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: 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-08-12 06:21:39
|
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: Open Resolution: None 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-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-08-12 05:59:49
|
Bugs item #2835877, was opened at 2009-08-12 00:23 Message generated for change (Comment added) made by sbajic 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: Open Resolution: None 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: 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-08-12 05:58:41
|
Bugs item #2835877, was opened at 2009-08-12 00:23 Message generated for change (Comment added) made by sbajic 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: Open Resolution: None 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: 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-08-11 22:23:47
|
Bugs item #2835877, was opened at 2009-08-12 00:23 Message generated for change (Tracker Item Submitted) made by sbajic 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: Open Resolution: None 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; ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2835877&group_id=191583 |
|
From: SourceForge.net <no...@so...> - 2009-08-09 11:57:36
|
Bugs item #2834441, was opened at 2009-08-09 15:57 Message generated for change (Tracker Item Submitted) made by miandr You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2834441&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: Andrey Miheev (miandr) Assigned to: Nobody/Anonymous (nobody) Summary: setting create_mailbox_subdirs doesn't send welcome mail Initial Comment: Setting create_mailbox_subdirs does not set checkbox "Send Welcome mail" checked. This is because of error in create-mailbox.php: string <?php print (isset($CONF['create_mailbox_subdirs'])) ? '' : 'checked'; ?> should be <?php print (isset($CONF['create_mailbox_subdirs'])) ? 'checked' : ''; ?> ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2834441&group_id=191583 |
|
From: SourceForge.net <no...@so...> - 2009-08-07 16:08:13
|
Feature Requests item #2833790, was opened at 2009-08-07 17:08 Message generated for change (Tracker Item Submitted) made by zordrak You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937967&aid=2833790&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: Open Resolution: None Priority: 5 Private: No Submitted By: Zordrak (zordrak) Assigned to: Nobody/Anonymous (nobody) Summary: replyto address the same as from Initial Comment: Vacation is, at the moment, taking a reply-to address on the command line (ie the call in Postfix's master.cf) and using it as the reply to for all messages. I would like to be able to have the replyto set as the same as the from address. instead so someone can choose to reply to the message to send a message straight back to the vacation owner. To effect this, I have added 'replyto' -> $from, after line 448 where the hash is build in Mail::Sender. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937967&aid=2833790&group_id=191583 |
|
From: SourceForge.net <no...@so...> - 2009-08-07 16:05:10
|
Feature Requests item #2833239, was opened at 2009-08-06 17:26 Message generated for change (Comment added) made by zordrak You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937967&aid=2833239&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: Open Resolution: None Priority: 5 Private: No Submitted By: Zordrak (zordrak) Assigned to: Nobody/Anonymous (nobody) Summary: Configurable per-address reply options Initial Comment: Need to be able to provide per-address actions in the config so that certain addresses may have their own reply configurations. e.g. if ($recipient == fo...@ex...) { reply_each_time; else { reply once; } ---------------------------------------------------------------------- >Comment By: Zordrak (zordrak) Date: 2009-08-07 17:05 Message: IMO this is probably better done with a DB field that by default is set to follow the config file setting, but can be adjusted to specify "reply_always" "reply_once" etc ---------------------------------------------------------------------- Comment By: Charles (libertytrek) Date: 2009-08-06 17:53 Message: I really don't see any value in this.. Certainly, there are other Feature Requests that should have a much higher priority, like: https://sourceforge.net/tracker/?func=detail&aid=2752945&group_id=191583&atid=937967 and https://sourceforge.net/tracker/?func=detail&aid=2752992&group_id=191583&atid=937967 and https://sourceforge.net/tracker/?func=detail&aid=2813224&group_id=191583&atid=937967 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937967&aid=2833239&group_id=191583 |
|
From: SourceForge.net <no...@so...> - 2009-08-06 16:53:01
|
Feature Requests item #2833239, was opened at 2009-08-06 12:26 Message generated for change (Comment added) made by libertytrek You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937967&aid=2833239&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: Open Resolution: None Priority: 5 Private: No Submitted By: Zordrak (zordrak) Assigned to: Nobody/Anonymous (nobody) Summary: Configurable per-address reply options Initial Comment: Need to be able to provide per-address actions in the config so that certain addresses may have their own reply configurations. e.g. if ($recipient == fo...@ex...) { reply_each_time; else { reply once; } ---------------------------------------------------------------------- Comment By: Charles (libertytrek) Date: 2009-08-06 12:53 Message: I really don't see any value in this.. Certainly, there are other Feature Requests that should have a much higher priority, like: https://sourceforge.net/tracker/?func=detail&aid=2752945&group_id=191583&atid=937967 and https://sourceforge.net/tracker/?func=detail&aid=2752992&group_id=191583&atid=937967 and https://sourceforge.net/tracker/?func=detail&aid=2813224&group_id=191583&atid=937967 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937967&aid=2833239&group_id=191583 |