On Wed, Nov 20, 2002 at 01:29:55PM +0100, Jean-Claude Wippler <[EMAIL PROTECTED]> wrote: > Rasjid Wilcox wrote: > > > I know what /etc/e-smith/templates and templates-custom are for, but > > what are > > templates-user and templates-user-custom for?? > > > > Are they ever used, or are they just a leftover from a bygone era? > > Do ls -la /etc/e-smith/templates-user* > > They handle files in user home dirs, i.e. ".qmail" and ".procmailrc".
Correct. In general, templates in /etc/e-smith/templates have a path matching their output file. It is possible to modify the output filename in the processTemplate() call to share a template, or relocate its output - in the case of named.conf, the path is relative to the chroot() jail. In contrast, /etc/e-smith/templates-user-* are relative to a user's home directory. Currently, as Jean-Claude mentions, the directory only contains "DOT" files. Gordon -- Gordon Rowell [EMAIL PROTECTED] Director, Engineering Network Server Solutions Group http://www.e-smith.com/ Mitel Networks Corporation http://www.mitel.com/smallbusiness -- Please report bugs to [EMAIL PROTECTED] Please mail [EMAIL PROTECTED] (only) to discuss security issues Support for registered customers and partners to [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Searchable archive at http://www.mail-archive.com/devinfo%40lists.e-smith.org
