Sophie

Sophie

distrib > Mandriva > 10.0 > i586 > by-pkgid > 29284430c3b8d1fcc7e667ccf5265667 > files > 14

kolab-server-1.0-0.23.100mdk.i586.rpm

# (c) 2003 Tassilo Erlewein <tassilo.erlewein@erfrakon.de>
# (c) 2003 Martin Konold <martin.konold@erfrakon.de>
# (c) 2003 Achim Frank <achim.frank@erfrakon.de>
# This program is Free Software under the GNU General Public License (>=v2).
# Read the file COPYING that comes with this packages for details.


# this file is automatically written by the Kolab config backend
# manual additions are lost unless made to the template in the Kolab config directory

ServerType            standalone
DefaultServer         on
Port                  21

PersistentPasswd      off

#AuthUserFile          /etc/proftpd/proftpd.passwd
#AuthGroupFile         /etc/proftpd/proftpd.group
LDAPServer            @@@ldap_ip@@@
LDAPDNinfo            "@@@php_dn@@@" "@@@php_pw@@@"
LDAPDoAuth            on "@@@base_dn@@@" "(uid=freebusy)"

# need to switch over to kolab-n !!
ScoreBoardFile	      /var/run/proftpd/score

LDAPDefaultUID        65534
LDAPForceDefaultUID   on
LDAPDefaultGID        65534
LDAPForceDefaultGID   on
LDAPHomedirOnDemand             on
LDAPHomedirOnDemandPrefix       /tmp

MaxInstances          40
User                  nobody
Group                 nogroup
Umask                 022

UseReverseDNS         off
MultilineRFC2228      on
ShowSymlinks          on
AllowOverwrite        on
RequireValidShell     no
ListOptions           "-l"

TimeoutLogin          60
TimeoutNoTransfer     60
TimeoutStalled        60
TimeoutIdle           60

LogFormat             default "%h %l %u %t \"%r\" %s %b"
LogFormat             auth    "%v [%P] %h %t \"%r\" %s"
LogFormat             write   "%h %l %u %t \"%r\" %s %b"
SystemLog             /var/log/proftpd/proftpd.log

DefaultRoot	      /var/www/html/kolab/freebusy

<Global>
    IdentLookups      off
    DeferWelcome      off
    WTmpLog           off
</Global>

<Directory /*>
    AllowOverwrite    on
    <Limit STOR>
        AllowAll
    </Limit>
    <Limit WRITE READ DIRS>
        IgnoreHidden  on
        DenyAll
    </Limit>
</Directory>