If you were a little more specific we could help you perhaps. For now I can only say that the ~/.qmail templates are located in /etc/e-smith/templates-user/.qmail/ and modification of those fragments should be made to a copy in the same tree structure in /etc/e-smith/templates-user-custom/ relative to /etc/e-smith/templates-user/ just like all other templates.
Re-read the SME Server Developers Guide on the template system, the template-user directory uses the same analogy as the normal templates.
Thanks cactus, I got that. What confused me was the reference, in the Developers Manual, about qmail file in home directories as you can see here:
http://wiki.contribs.org/SME_Server:Documentation:Developers_Manual#Templates_for_user_home_directories:_templates-userAfter i understood the logic behind it, the explanation made sense to me; but, before it didn't.
CharlieBrady made it clear to me:
Horde keeps no files within user home directories, so templates-user-custom is not relevant.
You know better than I do.
If i did, i wouldn't have asked...
What i am trying to do is simple:
Configure the same default webmail options and preferences for all users that will be created in this server and make it impossible to them to change those options and preferences.
Some examples:
- disable the link "download a zip file of all emails"
- disable the link "report problem"
- disable the link "options"
- disable the option to choose the default language
- in imp: choose the default "message composition", "new message" and more, preventing users to change it.
- in calendar: choose the default "portal options", "free busy" information and more, also preventing users to change it.
And so on.
Now i know i have to create, configure and expand the right templates in "/etc/e-smith/templates-custom/...", most of which will be fragments, and i know i must copy them from the /templates folder. This is ok and it begins to make perfect sense to me now i'm beginning to see what/how and why.
Thanks!