Changeset 1123

Show
Ignore:
Timestamp:
04/21/2008 10:53:51 AM (2 months ago)
Author:
zothos
Message:

* Corrected gentoo postfix main.cnf
* Fixed #1204: wrong configs-Path in Makefile.ubuntu (Install doesn't work)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/CHANGELOG

    r1122 r1123  
    11ispCP ω 1.0.0 Changelog 
    22~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
     3 
     42008-04-14 Jochen Manz 
     5        - CONFIGS: 
     6                * Corrected gentoo postfix main.cnf      
     7        - SETUP: 
     8                * Fixed #1204: wrong configs-Path in Makefile.ubuntu (Install doesn't work) 
     9 
    3102008-04-17 Benedikt Heintel 
    411        - ENGINE: 
     
    1623 
    17242008-04-14 Jochen Manz 
    18         - CONFIGS 
     25        - CONFIGS: 
    1926                * Cleaned up Gentoos needed packages 
    2027 
  • trunk/Makefile.ubuntu

    r1101 r1123  
    6767        $(SYSTEM_MAKE_DIRS) $(SYSTEM_APACHE_BACK_LOG) 
    6868 
    69         cd ./configs/dists/ubuntu && $(MAKE) install 
     69        cd ./configs && $(MAKE) install 
    7070        cd ./engine && $(MAKE) install 
    7171        cd ./gui && $(MAKE) install 
  • trunk/configs/gentoo/postfix/main.cf

    r1113 r1123  
    100100                               reject_unlisted_recipient, 
    101101                               check_policy_service inet:127.0.0.1:12525, 
    102                                check_policy_service inet:127.0.0.1:60000, 
     102                               check_policy_service inet:127.0.0.1:10030, 
    103103                               permit 
    104104