Changeset 1113

Show
Ignore:
Timestamp:
04/13/08 23:54:57 (5 months ago)
Author:
rats
Message:

Fixed #1185: 2 postfix parameters no longer/not existing
Fixed: orderpanel layout
Fixed #1172: Regenerate proftpd config fails in update

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/CHANGELOG

    r1109 r1113  
    11ispCP ω 1.0.0 Changelog 
    22~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
     3 
     42008-04-13 Benedikt Heintel 
     5        - CONFIGS: 
     6                * Fixed #1185: 2 postfix parameters no longer/not existing 
     7        - GUI: 
     8                * Fixed: orderpanel layout 
     9        - SETUP: 
     10                * Fixed #1172: Regenerate proftpd config fails in update 
    311 
    4122008-04-11 Benedikt Heintel 
  • trunk/configs/centos/postfix/main.cf

    r1084 r1113  
    2222command_directory            = /usr/sbin 
    2323daemon_directory             = /usr/lib/postfix 
    24 program_directory            = /usr/lib/postfix 
    2524 
    2625# Some common configuration parameters 
     
    7877# SASL paramters 
    7978smtpd_sasl_auth_enable       = yes 
    80 smtpd_sasl2_auth_enable      = yes 
    8179smtpd_sasl_security_options  = noanonymous 
    8280smtpd_sasl_local_domain      = 
  • trunk/configs/debian/postfix/main.cf

    r1082 r1113  
    2222command_directory            = /usr/sbin 
    2323daemon_directory             = /usr/lib/postfix 
    24 program_directory            = /usr/lib/postfix 
    2524 
    2625# Some common configuration parameters 
     
    7877# SASL paramters 
    7978smtpd_sasl_auth_enable       = yes 
    80 smtpd_sasl2_auth_enable      = yes 
    8179smtpd_sasl_security_options  = noanonymous 
    8280smtpd_sasl_local_domain      = 
  • trunk/configs/fedora/postfix/main.cf

    r1102 r1113  
    2222command_directory            = /usr/sbin 
    2323daemon_directory             = /usr/libexec/postfix 
    24 program_directory            = /usr/libexec/postfix 
    2524 
    2625# Some common configuration parameters 
     
    7877# SASL paramters 
    7978smtpd_sasl_auth_enable       = yes 
    80 smtpd_sasl2_auth_enable      = yes 
    8179smtpd_sasl_security_options  = noanonymous 
    8280smtpd_sasl_local_domain      = 
  • trunk/configs/freebsd/postfix/main.cf

    r1084 r1113  
    2222command_directory            = /usr/local/sbin 
    2323daemon_directory             = /usr/local/libexec/postfix 
    24 program_directory            = /usr/local/libexec/postfix 
    2524 
    2625# Some common configuration parameters 
     
    7877# SASL paramters 
    7978smtpd_sasl_auth_enable       = yes 
    80 smtpd_sasl2_auth_enable      = yes 
    8179smtpd_sasl_security_options  = noanonymous 
    8280smtpd_sasl_local_domain      = 
  • trunk/configs/gentoo/postfix/main.cf

    r1084 r1113  
    2222command_directory            = /usr/sbin 
    2323daemon_directory             = /usr/lib/postfix 
    24 program_directory            = /usr/lib/postfix 
    2524 
    2625# Some common configuration parameters 
     
    7877# SASL paramters 
    7978smtpd_sasl_auth_enable       = yes 
    80 smtpd_sasl2_auth_enable      = yes 
    8179smtpd_sasl_security_options  = noanonymous 
    8280smtpd_sasl_local_domain      = 
  • trunk/configs/openbsd/postfix/main.cf

    r1084 r1113  
     1# 
     2# ispCP ω (OMEGA) a Virtual Hosting Control System 
     3# 
     4# @copyright    2001-2006 by moleSoftware GmbH 
     5# @copyright    2006-2008 by ispCP | http://isp-control.net 
     6# @version              SVN: $ID$ 
     7# @link                 http://isp-control.net 
     8# @author               ispCP Team 
     9# 
     10# @license 
     11#   This program is free software; you can redistribute it and/or modify it under 
     12#   the terms of the MPL General Public License as published by the Free Software 
     13#   Foundation; either version 1.1 of the License, or (at your option) any later 
     14#   version. 
     15#   You should have received a copy of the MPL Mozilla Public License along with 
     16#   this program; if not, write to the Open Source Initiative (OSI) 
     17#   http://opensource.org | osi@opensource.org 
     18# 
     19################################################################################ 
    120 
    2 # 
    3 # Postfix MTA Manager Main Configuration File; 
    4 # 
    5 # Please do NOT edit this file manually; 
    6 # 
    7  
    8 # 
    921# Postfix directory settings; These are critical for normal Postfix MTA functionallity; 
    10 # 
    11  
    1222command_directory = /usr/local/sbin 
    1323daemon_directory = /usr/local/libexec/postfix 
    14 program_directory = /usr/local/libexec/postfix 
    1524sendmail_path = /usr/local/sbin/sendmail 
    1625newaliases_path = /usr/local/sbin/newaliases 
     
    1827unknown_local_recipient_reject_code = 550 
    1928mail_owner = _postfix 
    20 
     29 
     30 
    2131# Some common configuration parameters; 
    22 # 
    23  
    2432inet_interfaces  = all 
    2533mynetworks_style = host 
     
    3240setgid_group = postdrop 
    3341 
    34 # 
    3542# Receiving messages parameters; 
    36 # 
    37  
    3843mydestination       = $myhostname, $mydomain 
    3944append_dot_mydomain = no 
     
    4449alias_maps                      = hash:{MTA_LOCAL_ALIAS_HASH} 
    4550 
    46 # 
    4751# Delivering local messages parameters; 
    48 # 
    49  
    5052mail_spool_directory = {MTA_LOCAL_MAIL_DIR} 
    5153 
     
    6365local_recipient_maps              = unix:passwd.byname $alias_database 
    6466 
    65 
    66 # ISPCP Autoresponder parameters; 
    67 
    68  
     67# ispCP Autoresponder parameters; 
    6968ispcp-arpl_destination_recipient_limit = 1 
    7069 
    71 # 
    7270# Delivering virtual messages parameters; 
    73 # 
    74  
    7571virtual_mailbox_base    = {MTA_VIRTUAL_MAIL_DIR} 
    7672virtual_mailbox_limit   = 0 
     
    8581virtual_gid_maps        = static:{MTA_MAILBOX_GID} 
    8682 
    87 # 
    8883# SASL paramters; 
    89 # 
    90  
    9184smtpd_sasl_auth_enable       = yes 
    92 smtpd_sasl2_auth_enable      = yes 
    9385smtpd_sasl_security_options  = noanonymous 
    9486smtpd_sasl_local_domain      = 
    9587broken_sasl_auth_clients     = yes 
    9688 
    97 smtpd_helo_required = yes 
     89smtpd_helo_required             = yes 
    9890 
    9991smtpd_helo_restrictions      = permit_mynetworks, 
     
    121113 
    122114 
    123 
     115 
    124116# TLS parameters; activate, if avaible/used 
    125 # 
    126  
    127117#smtpd_tls_loglevel        = 2 
    128118#smtpd_tls_cert_file       = /etc/postfix/cert.pem 
     
    133123 
    134124 
    135 # 
    136125# AMaViS parameters; activate, if available/used 
    137 # 
    138  
    139126#content_filter = amavis:[127.0.0.1]:10024 
    140127 
    141 # 
    142128# Quota support; activate, if available/used 
    143 # 
    144  
    145129#virtual_create_maildirsize     = yes 
    146130#virtual_mailbox_extended       = yes 
  • trunk/configs/opensuse/postfix/main.cf

    r1084 r1113  
    2222command_directory            = /usr/sbin 
    2323daemon_directory             = /usr/lib/postfix 
    24 program_directory            = /usr/lib/postfix 
    2524 
    2625# Some common configuration parameters 
     
    7877# SASL paramters 
    7978smtpd_sasl_auth_enable       = yes 
    80 smtpd_sasl2_auth_enable      = yes 
    8179smtpd_sasl_security_options  = noanonymous 
    8280smtpd_sasl_local_domain      = 
  • trunk/configs/redhat/postfix/main.cf

    r1084 r1113  
    2222command_directory            = /usr/sbin 
    2323daemon_directory             = /usr/lib/postfix 
    24 program_directory            = /usr/lib/postfix 
    2524 
    2625# Some common configuration parameters 
     
    7877# SASL paramters 
    7978smtpd_sasl_auth_enable       = yes 
    80 smtpd_sasl2_auth_enable      = yes 
    8179smtpd_sasl_security_options  = noanonymous 
    8280smtpd_sasl_local_domain      = 
  • trunk/configs/ubuntu/postfix/main.cf

    r1084 r1113  
    2222command_directory            = /usr/sbin 
    2323daemon_directory             = /usr/lib/postfix 
    24 program_directory            = /usr/lib/postfix 
    2524 
    2625# Some common configuration parameters 
     
    7877# SASL paramters 
    7978smtpd_sasl_auth_enable       = yes 
    80 smtpd_sasl2_auth_enable      = yes 
    8179smtpd_sasl_security_options  = noanonymous 
    8280smtpd_sasl_local_domain      = 
  • trunk/engine/setup/ispcp-setup-methods.pl

    r1098 r1113  
    15811581                return $rs if ($rs != 0); 
    15821582 
     1583                # 
     1584                # If we're doing an update, we haven't yet asked the user for the db_ftp user and password, 
     1585                # so we do this here, to get these values. 
     1586                # 
     1587 
     1588                if (!defined($main::ua{'db_ftp_user'}) || !defined($main::ua{'db_ftp_password'})) { 
     1589                        $rs = ask_db_ftp_user(); 
     1590                        return $rs if ($rs != 0); 
     1591 
     1592                        do { 
     1593                                $rs = ask_db_ftp_password(); 
     1594                        } while ($rs == 1); 
     1595                } 
     1596 
    15831597                my %tag_hash = ( 
    15841598                                                '{HOST_NAME}' => $main::cfg{'SERVER_HOSTNAME'}, 
  • trunk/gui/include/admin-functions.php

    r1076 r1113  
    22512251 <head> 
    22522252  <meta http-equiv="Content-Type" content="text/html; charset={THEME_CHARSET}"> 
    2253   <link href="../{$theme}/css/ispcp_orderpanel.css" rel="stylesheet" type="text/css"> 
    2254   <title>$title</title> 
     2253  <link href="../themes/{$theme}/css/ispcp_orderpanel.css" rel="stylesheet" type="text/css"> 
     2254  <title>{$title}</title> 
    22552255 </head> 
    22562256 <body>