diff options
author | Bernhard Reiter <bernhard@intevation.de> | 2006-01-11 14:37:29 (GMT) |
---|---|---|
committer | Bernhard Reiter <bernhard@intevation.de> | 2006-01-11 14:37:29 (GMT) |
commit | d82966f7e04c5860170077de016654f6cd62e837 (patch) | |
tree | 8d0ae8fe728d7623e851558932461171d7033652 /conf | |
parent | fc188c71ac0fd2fed1e3be9a89db0bb008c40c34 (diff) | |
download | kolab-conf-d82966f7e04c5860170077de016654f6cd62e837.tar.gz |
Adding an example line for the German templates to make it easier for admins.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/templates/amavisd.conf.template | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/templates/amavisd.conf.template b/conf/templates/amavisd.conf.template index 7b3fb8e..73131be 100644 --- a/conf/templates/amavisd.conf.template +++ b/conf/templates/amavisd.conf.template @@ -331,6 +331,7 @@ $log_templ = '[? %#V |[? %#F |[?%#D|Not-Delivered|Passed]|BANNED name/type (%F)] # use read_l10n_templates which calls read_text for each known template. # read_l10n_templates('@l_prefix@/etc/amavisd/templates/en_US'); +#read_l10n_templates('@l_prefix@/etc/amavisd/templates/de'); # Here is an overall picture (sequence of events) of how pieces fit together |