Changeset 897
- Timestamp:
- 11/03/07 04:22:34 (13 months ago)
- Location:
- trunk
- Files:
-
- 4 modified
-
CHANGELOG (modified) (1 diff)
-
configs/postfix/master.cf (modified) (1 diff)
-
docs/README (modified) (1 diff)
-
gui/reseller/edit_domain.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/CHANGELOG
r896 r897 6 6 | * to fix: no errors on adding user (custom HP) | 7 7 \_________________________________________________________________/ 8 9 2007-11-2 Raphael Geissert 10 - GUI: 11 * Fixed #853: requests manager not being run when changing domain's bandwidth limit 12 - CONFIGS: 13 * Fixed #854: typos in postfix's config files 8 14 9 15 2007-11-1 Raphael Geissert -
trunk/configs/postfix/master.cf
r808 r897 71 71 flags=O user=vmail argv=/var/www/ispcp/engine/messager/ispcp-arpl-msgr 72 72 73 # T SL - Activate, if TSLis avaiable/used73 # TLS - Activate, if TLS is avaiable/used 74 74 smtps inet n - - - - smtpd 75 75 -o smtpd_tls_wrappermode=yes -
trunk/docs/README
r739 r897 38 38 39 39 ispCP was originaly developed by moleSoftware http://molesoftware.com/ 40 After getting OpenSource it was setunder the MPL (Mozilla Public License)41 Version 1.1. We cannot change this licensing and the copyright of the parts42 we're using out of the ispCP project. 43 The icons used by the omega_original theme for ispCP are copyrighted 40 After getting OpenSource it was released under the MPL (Mozilla Public License) 41 Version 1.1. 42 43 The icons used by the omega_original theme for ispCP are copyrighted 44 44 2006-2007 by Everaldo Coelho <everaldo@everaldo.com> and released under 45 45 the Lesser General Public License (LGPL) license. 46 46 47 The maillogconvert.pl script is from awstats which is licensed under the GNU 48 General Public License version 2 and states the following: 49 Copyright (C) 2000-2007 - Laurent Destailleur - eldy@users.sourceforge.net 50 51 Unless otherwise stated all code is licensed under the MPL 1.1 and has a Copyright 52 2006-2007 by ispCP. 53 47 54 Please have a look at these Licenses if intrested. They are shipped with 48 this release in the next files: 55 this release in the next files: 49 56 50 57 LICENSE-MPL1.1 -
trunk/gui/reseller/edit_domain.php
r805 r897 391 391 $query = "UPDATE domain SET domain_status = 'change' WHERE domain_id = ?"; 392 392 exec_query($sql, $query, array($user_id)); 393 check_for_lock_file(); 394 send_request(); 393 395 } 394 396
