Brian Ipsen <[EMAIL PROTECTED]> writes: > 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/
That works fine. > 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). You definitely need DATADIR since your configuration files are in a non-standard place. You need TEMPLATE_DIR for the same reason. You need TIMEOUT if you want a 7 day timeout, because the default is 5 days. Since you have set BOUNCE_ENV_SENDER to a specific user name, which is different for each user, you need need that as well. You can move the HOSTNAME and TIMEOUT variables to /etc/tmdarc if you wish, because neither of them depend on the User.Name. Then they will be used by every user. Tim _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
