diff options
author | Bernhard Reiter <bernhard@intevation.de> | 2005-04-05 20:30:13 (GMT) |
---|---|---|
committer | Bernhard Reiter <bernhard@intevation.de> | 2005-04-05 20:30:13 (GMT) |
commit | c9cc8d16cff572ac1b3ca057530936227328e095 (patch) | |
tree | 1c6aaea304c77bb0309932d06a7116c9a66309b2 /conf | |
parent | 60f1f63a1b78614ac56898e9c9902704d1af2fed (diff) | |
download | kolab-conf-c9cc8d16cff572ac1b3ca057530936227328e095.tar.gz |
Probably corrected MYHOME default documentation in example line,
because my /kolab/sbin/amavisd had /kolab/var/amavisd (with the "d").^
Diffstat (limited to 'conf')
-rw-r--r-- | conf/templates/amavisd.conf.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/templates/amavisd.conf.template b/conf/templates/amavisd.conf.template index 3ed8065..854569a 100644 --- a/conf/templates/amavisd.conf.template +++ b/conf/templates/amavisd.conf.template @@ -55,7 +55,7 @@ use strict; # $MYHOME serves as a quick default for some other configuration settings. # More refined control is available with each individual setting further down. # $MYHOME is not used directly by the program. No trailing slash! -#$MYHOME = '/var/lib/amavis'; # (default is '@l_prefix@/var/amavis') +#$MYHOME = '/var/lib/amavis'; # (default is '@l_prefix@/var/amavisd') # $mydomain serves as a quick default for some other configuration settings. # More refined control is available with each individual setting further down. |