CVS: tmda-cgi/skel/install anomalies,NONE,1.1 permissions.ini,1.1,NONE
Gre7g Luterman <[email protected]>
| Newsgroups | gmane.mail.spam.tmda.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/tmda/tmda-cgi/skel/install
In directory sc8-pr-cvs1:/tmp/cvs-serv11950/skel/install
Added Files:
anomalies
Removed Files:
permissions.ini
Log Message:
Removed Python 2.2 dependency.
Removed permissions.ini from install and added anomalies which will let the
sysadmin configure more stuff.
Extended iso-8859-1 codec so it works for us-ascii character set.
Minor tweak to the short header format in the e-mail viewer.
--- NEW FILE ---
# Installation anomalies describes any special instructions to follow when
# installing files from the skel/install directory.
# PERMISSIONS is a dictionary of filenames and what octal permissions should be
# assigned to them.
PERMISSIONS = {".tmda/crypt_key": 0600}
# VIRT_TEST is regular expression test which can be applied to a user's HOME
# directory. If the test matches, then the user is assumed to be a virtual
# user.
VIRTUAL_TEST = "^/home/vpopmail/domains/"
# REAL_ONLY is a list of files which should only be copied if the user logging
# in is "real" (i.e. VIRTUAL_TEST did not match the user's HOME directory).
REAL_ONLY = [".qmail", ".qmail-default"]
# VIRTUAL_ONLY is a list of files which should only be copied if the user
# logging in is a virtual user (i.e. VIRTUAL_TEST matched the user's HOME
# directory).
VIRTUAL_ONLY = \
["%(Parent)s/.qmail-%(User)s", "%(Parent)s/.qmail-%(User)s-default"]
--- permissions.ini DELETED ---
_______________________________________
tmda-cvs mailing list
http://tmda.net/lists/listinfo/tmda-cvs