Hi! I'm running a setup with qmail/vpopmail - and the users configuration files are located in
/home/vpopmail/domains/domain.dk/user/.tmda I guess this should be considered the same as ~/.tmda/ Right now I have the following contents in one config file: FULLNAME = "User Name" USERNAME = "User.Name" HOSTNAME = "domain.dk" # Logfiles #LOGFILE_DEBUG = "/home/vpopmail/domains/domain.dk/User.Name/.tmda/log/tmda-debug.log" #LOGFILE_INCOMING = "/home/vpopmail/domains/domain.dk/User.Name/.tmda/log/tmda-in.log" #LOGFILE_OUTGOING = "/home/vpopmail/domains/domain.dk/User.Name/.tmda/log/tmda-out.log" CRYPT_KEY_FILE = "/home/vpopmail/domains/domain.dk/User.Name/.tmda/crypt_key" DATADIR = "/home/vpopmail/domains/domain.dk/User.Name/.tmda/" TEMPLATE_DIR = "/home/vpopmail/domains/domain.dk/User.Name/.tmda/templates/" # Dated addresses are valid for 7 days TIMEOUT = "7d" BOUNCE_ENV_SENDER = "[EMAIL PROTECTED]" The questions is whether I can omit some of the entries (as far as I remember I had some problems - that is why I added the DATADIR entry among other). Another issue is tmda-cgi - how can I avoid that users cannot modify their own config file (it is a question of users not being able to specify a DATADIR for another user, and that way work on another user's mail directory) ? Regards, /Brian _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
