Changeset 1102

Show
Ignore:
Timestamp:
04/05/08 17:27:28 (5 months ago)
Author:
rats
Message:

* Fixed #1168: (fedora) Proftpd-Config for Fedora
* Fixed #1167: (fedora) postfix-config for fedora

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/CHANGELOG

    r1100 r1102  
    11ispCP ω 1.0.0 Changelog 
    22~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
     3 
     42008-04-05 Benedikt Heintel 
     5        - DISTS: 
     6                * Fixed #1168: (fedora) Proftpd-Config for Fedora 
     7                * Fixed #1167: (fedora) postfix-config for fedora 
    38 
    492008-04-04 Benedikt Heintel 
  • trunk/configs/fedora/postfix/main.cf

    r1084 r1102  
    2121# Postfix directory settings; These are critical for normal Postfix MTA functionallity 
    2222command_directory            = /usr/sbin 
    23 daemon_directory             = /usr/lib/postfix 
    24 program_directory            = /usr/lib/postfix 
     23daemon_directory             = /usr/libexec/postfix 
     24program_directory            = /usr/libexec/postfix 
    2525 
    2626# Some common configuration parameters 
  • trunk/configs/fedora/proftpd/proftpd.conf

    r1090 r1102  
    7676# Set the user and group that the server normally runs at. 
    7777User                       nobody 
    78 Group                      nogroup 
     78Group                      nobody 
    7979 
    8080# Normally, we want files to be overwriteable.