Changeset 1127

Show
Ignore:
Timestamp:
04/27/08 10:39:19 (4 months ago)
Author:
zothos
Message:

* Fixed #1217: mail auto responder doesn't work
* Fixed #1216: Password protection for cgi-bin

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/CHANGELOG

    r1126 r1127  
    11ispCP ω 1.0.0 Changelog 
    22~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
     3 
     42008-04-27 Jochen Manz 
     5        - GUI: 
     6                * Fixed #1217: mail auto responder doesn't work 
     7        - CONFIGS: 
     8                * Fixed #1216: Password protection for cgi-bin 
     9 
    3102008-04-25 Malte Geierhos 
    411        - CONFIGS: 
     
    916                * Fixed #1205: webtools - small layout issue... 
    1017                * Fixed #1206: german languag error -> variable not replaced 
    11                 * Enhanced DB update functionality 
     18                * Enhanced the DB update functionality 
    1219 
    13202008-04-24 Benedikt Heintel 
     
    1825                * Fixed #1196: New mail account/forward and auto responder handling 
    1926 
    20 2008-04-14 Jochen Manz 
     272008-04-21 Jochen Manz 
    2128        - CONFIGS: 
    2229                * Corrected gentoo postfix main.cnf 
  • trunk/configs/centos/apache/parts/als_cgi_entry.tpl

    r847 r1127  
    11    ScriptAlias /cgi-bin/ {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin/ 
    22    <Directory {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin> 
    3         AllowOverride None 
     3        AllowOverride AuthConfig 
    44        #Options ExecCGI 
    55        Order allow,deny 
  • trunk/configs/centos/apache/parts/dmn_cgi_entry.tpl

    r847 r1127  
    11    ScriptAlias /cgi-bin/ {WWW_DIR}/{DMN_NAME}/cgi-bin/ 
    22    <Directory {WWW_DIR}/{DMN_NAME}/cgi-bin> 
    3         AllowOverride None 
     3        AllowOverride AuthConfig 
    44        #Options ExecCGI 
    55        Order allow,deny 
  • trunk/configs/centos/apache/parts/sub_cgi_entry.tpl

    r847 r1127  
    11    ScriptAlias /cgi-bin/ {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin/ 
    22    <Directory {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin> 
    3         AllowOverride None 
     3        AllowOverride AuthConfig 
    44        #Options ExecCGI 
    55        Order allow,deny 
  • trunk/configs/debian/apache/parts/als_cgi_entry.tpl

    r154 r1127  
    11    ScriptAlias /cgi-bin/ {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin/ 
    22    <Directory {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin> 
    3         AllowOverride None 
     3        AllowOverride AuthConfig 
    44        #Options ExecCGI 
    55        Order allow,deny 
  • trunk/configs/debian/apache/parts/dmn_cgi_entry.tpl

    r154 r1127  
    11    ScriptAlias /cgi-bin/ {WWW_DIR}/{DMN_NAME}/cgi-bin/ 
    22    <Directory {WWW_DIR}/{DMN_NAME}/cgi-bin> 
    3         AllowOverride None 
     3        AllowOverride AuthConfig 
    44        #Options ExecCGI 
    55        Order allow,deny 
  • trunk/configs/debian/apache/parts/sub_cgi_entry.tpl

    r154 r1127  
    11    ScriptAlias /cgi-bin/ {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin/ 
    22    <Directory {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin> 
    3         AllowOverride None 
     3        AllowOverride AuthConfig 
    44        #Options ExecCGI 
    55        Order allow,deny 
  • trunk/configs/fedora/apache/parts/als_cgi_entry.tpl

    r154 r1127  
    11    ScriptAlias /cgi-bin/ {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin/ 
    22    <Directory {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin> 
    3         AllowOverride None 
     3        AllowOverride AuthConfig 
    44        #Options ExecCGI 
    55        Order allow,deny 
  • trunk/configs/fedora/apache/parts/dmn_cgi_entry.tpl

    r154 r1127  
    11    ScriptAlias /cgi-bin/ {WWW_DIR}/{DMN_NAME}/cgi-bin/ 
    22    <Directory {WWW_DIR}/{DMN_NAME}/cgi-bin> 
    3         AllowOverride None 
     3        AllowOverride AuthConfig 
    44        #Options ExecCGI 
    55        Order allow,deny 
  • trunk/configs/fedora/apache/parts/sub_cgi_entry.tpl

    r154 r1127  
    11    ScriptAlias /cgi-bin/ {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin/ 
    22    <Directory {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin> 
    3         AllowOverride None 
     3        AllowOverride AuthConfig 
    44        #Options ExecCGI 
    55        Order allow,deny 
  • trunk/configs/freebsd/apache/parts/als_cgi_entry.tpl

    r154 r1127  
    11    ScriptAlias /cgi-bin/ {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin/ 
    22    <Directory {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin> 
    3         AllowOverride None 
     3        AllowOverride AuthConfig 
    44        #Options ExecCGI 
    55        Order allow,deny 
  • trunk/configs/freebsd/apache/parts/dmn_cgi_entry.tpl

    r154 r1127  
    11    ScriptAlias /cgi-bin/ {WWW_DIR}/{DMN_NAME}/cgi-bin/ 
    22    <Directory {WWW_DIR}/{DMN_NAME}/cgi-bin> 
    3         AllowOverride None 
     3        AllowOverride AuthConfig 
    44        #Options ExecCGI 
    55        Order allow,deny 
  • trunk/configs/freebsd/apache/parts/sub_cgi_entry.tpl

    r154 r1127  
    11    ScriptAlias /cgi-bin/ {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin/ 
    22    <Directory {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin> 
    3         AllowOverride None 
     3        AllowOverride AuthConfig 
    44        #Options ExecCGI 
    55        Order allow,deny 
  • trunk/configs/gentoo/apache/parts/als_cgi_entry.tpl

    r327 r1127  
    11    ScriptAlias /cgi-bin/ {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin/ 
    22    <Directory {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin> 
    3         AllowOverride None 
     3        AllowOverride AuthConfig 
    44        #Options ExecCGI 
    55        Order allow,deny 
  • trunk/configs/gentoo/apache/parts/dmn_cgi_entry.tpl

    r327 r1127  
    11    ScriptAlias /cgi-bin/ {WWW_DIR}/{DMN_NAME}/cgi-bin/ 
    22    <Directory {WWW_DIR}/{DMN_NAME}/cgi-bin> 
    3         AllowOverride None 
     3        AllowOverride AuthConfig 
    44        #Options ExecCGI 
    55        Order allow,deny 
  • trunk/configs/gentoo/apache/parts/sub_cgi_entry.tpl

    r327 r1127  
    11    ScriptAlias /cgi-bin/ {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin/ 
    22    <Directory {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin> 
    3         AllowOverride None 
     3        AllowOverride AuthConfig 
    44        #Options ExecCGI 
    55        Order allow,deny 
  • trunk/configs/openbsd/apache/parts/als_cgi_entry.tpl

    r154 r1127  
    11    ScriptAlias /cgi-bin/ {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin/ 
    22    <Directory {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin> 
    3         AllowOverride None 
     3        AllowOverride AuthConfig 
    44        #Options ExecCGI 
    55        Order allow,deny 
  • trunk/configs/openbsd/apache/parts/dmn_cgi_entry.tpl

    r154 r1127  
    11    ScriptAlias /cgi-bin/ {WWW_DIR}/{DMN_NAME}/cgi-bin/ 
    22    <Directory {WWW_DIR}/{DMN_NAME}/cgi-bin> 
    3         AllowOverride None 
     3        AllowOverride AuthConfig 
    44        #Options ExecCGI 
    55        Order allow,deny 
  • trunk/configs/openbsd/apache/parts/sub_cgi_entry.tpl

    r154 r1127  
    11    ScriptAlias /cgi-bin/ {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin/ 
    22    <Directory {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin> 
    3         AllowOverride None 
     3        AllowOverride AuthConfig 
    44        #Options ExecCGI 
    55        Order allow,deny 
  • trunk/configs/opensuse/apache/parts/als_cgi_entry.tpl

    r885 r1127  
    11    ScriptAlias /cgi-bin/ {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin/ 
    22    <Directory {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin> 
    3         AllowOverride None 
     3        AllowOverride AuthConfig 
    44        #Options ExecCGI 
    55        Order allow,deny 
  • trunk/configs/opensuse/apache/parts/dmn_cgi_entry.tpl

    r885 r1127  
    11    ScriptAlias /cgi-bin/ {WWW_DIR}/{DMN_NAME}/cgi-bin/ 
    22    <Directory {WWW_DIR}/{DMN_NAME}/cgi-bin> 
    3         AllowOverride None 
     3        AllowOverride AuthConfig 
    44        #Options ExecCGI 
    55        Order allow,deny 
  • trunk/configs/opensuse/apache/parts/sub_cgi_entry.tpl

    r885 r1127  
    11    ScriptAlias /cgi-bin/ {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin/ 
    22    <Directory {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin> 
    3         AllowOverride None 
     3        AllowOverride AuthConfig 
    44        #Options ExecCGI 
    55        Order allow,deny 
  • trunk/configs/redhat/apache/parts/als_cgi_entry.tpl

    r154 r1127  
    11    ScriptAlias /cgi-bin/ {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin/ 
    22    <Directory {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin> 
    3         AllowOverride None 
     3        AllowOverride AuthConfig 
    44        #Options ExecCGI 
    55        Order allow,deny 
  • trunk/configs/redhat/apache/parts/dmn_cgi_entry.tpl

    r154 r1127  
    11    ScriptAlias /cgi-bin/ {WWW_DIR}/{DMN_NAME}/cgi-bin/ 
    22    <Directory {WWW_DIR}/{DMN_NAME}/cgi-bin> 
    3         AllowOverride None 
     3        AllowOverride AuthConfig 
    44        #Options ExecCGI 
    55        Order allow,deny 
  • trunk/configs/redhat/apache/parts/sub_cgi_entry.tpl

    r154 r1127  
    11    ScriptAlias /cgi-bin/ {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin/ 
    22    <Directory {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin> 
    3         AllowOverride None 
     3        AllowOverride AuthConfig 
    44        #Options ExecCGI 
    55        Order allow,deny 
  • trunk/configs/ubuntu/apache/parts/als_cgi_entry.tpl

    r401 r1127  
    11    ScriptAlias /cgi-bin/ {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin/ 
    22    <Directory {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin> 
    3         AllowOverride None 
     3        AllowOverride AuthConfig 
    44        #Options ExecCGI 
    55        Order allow,deny 
  • trunk/configs/ubuntu/apache/parts/dmn_cgi_entry.tpl

    r401 r1127  
    11    ScriptAlias /cgi-bin/ {WWW_DIR}/{DMN_NAME}/cgi-bin/ 
    22    <Directory {WWW_DIR}/{DMN_NAME}/cgi-bin> 
    3         AllowOverride None 
     3        AllowOverride AuthConfig 
    44        #Options ExecCGI 
    55        Order allow,deny 
  • trunk/configs/ubuntu/apache/parts/sub_cgi_entry.tpl

    r401 r1127  
    11    ScriptAlias /cgi-bin/ {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin/ 
    22    <Directory {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin> 
    3         AllowOverride None 
     3        AllowOverride AuthConfig 
    44        #Options ExecCGI 
    55        Order allow,deny 
  • trunk/gui/client/enable_mail_arsp.php

    r1124 r1127  
    7878            set 
    7979                status = ?, 
    80                 mail_auto_respond = 1 
     80                mail_auto_respond = 1, 
    8181                mail_auto_respond_text = ? 
    8282            where