Changeset 897

Show
Ignore:
Timestamp:
11/03/07 04:22:34 (13 months ago)
Author:
raphael
Message:

Fixed #853: requests manager not being run when changing domain's bandwidth limit
Fixed #854: typos in postfix's config files

Location:
trunk
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • trunk/CHANGELOG

    r896 r897  
    66|               * to fix: no errors on adding user (custom HP)    | 
    77\_________________________________________________________________/ 
     8 
     92007-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 
    814 
    9152007-11-1 Raphael Geissert 
  • trunk/configs/postfix/master.cf

    r808 r897  
    7171  flags=O user=vmail argv=/var/www/ispcp/engine/messager/ispcp-arpl-msgr 
    7272 
    73 # TSL - Activate, if TSL is avaiable/used 
     73# TLS - Activate, if TLS is avaiable/used 
    7474smtps     inet  n       -       -       -       -       smtpd 
    7575   -o smtpd_tls_wrappermode=yes 
  • trunk/docs/README

    r739 r897  
    3838 
    3939ispCP was originaly developed by moleSoftware http://molesoftware.com/ 
    40 After getting OpenSource it was set under the MPL (Mozilla Public License) 
    41 Version 1.1. We cannot change this licensing and the copyright of the parts 
    42 we're using out of the ispCP project. 
    43 The icons used by the omega_original theme for ispCP are copyrighted  
     40After getting OpenSource it was released under the MPL (Mozilla Public License) 
     41Version 1.1. 
     42 
     43The icons used by the omega_original theme for ispCP are copyrighted 
    44442006-2007 by Everaldo Coelho <everaldo@everaldo.com> and released under 
    4545the Lesser General Public License (LGPL) license. 
    4646 
     47The maillogconvert.pl script is from awstats which is licensed under the GNU 
     48General Public License version 2 and states the following: 
     49Copyright (C) 2000-2007 - Laurent Destailleur - eldy@users.sourceforge.net 
     50 
     51Unless otherwise stated all code is licensed under the MPL 1.1 and has a Copyright 
     522006-2007 by ispCP. 
     53 
    4754Please have a look at these Licenses if intrested. They are shipped with 
    48 this release in the next files:  
     55this release in the next files: 
    4956 
    5057LICENSE-MPL1.1 
  • trunk/gui/reseller/edit_domain.php

    r805 r897  
    391391                        $query = "UPDATE domain SET domain_status = 'change' WHERE domain_id = ?"; 
    392392                        exec_query($sql, $query, array($user_id)); 
     393                        check_for_lock_file(); 
     394                        send_request(); 
    393395                } 
    394396