summaryrefslogtreecommitdiff
path: root/FS/FS/Conf.pm
diff options
context:
space:
mode:
authorjeff <jeff>2002-02-18 00:13:58 +0000
committerjeff <jeff>2002-02-18 00:13:58 +0000
commitb35b650a6078d645d6f97620f3c79ae941915dd9 (patch)
tree261a77e70d667bd0887b930b3855355d49db92e8 /FS/FS/Conf.pm
parent7158f85d129bdca437955fad1c4ca1df4718d7a2 (diff)
trading in tar for rsync for improved vpopmail support
Diffstat (limited to 'FS/FS/Conf.pm')
-rw-r--r--FS/FS/Conf.pm7
1 files changed, 7 insertions, 0 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index d5c0046..7a4a719 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -732,6 +732,13 @@ httemplate/docs/config.html
},
{
+ 'key' => 'vpopmailrestart',
+ 'section' => 'mail',
+ 'description' => 'If defined, the command which is run on vpopmail machines after files are copied. An example can be found in eg/vpopmailrestart of the source distribution.',
+ 'type' => 'text',
+ },
+
+ {
'key' => 'safe-part_pkg',
'section' => 'UI',
'description' => 'Validates package definition setup and recur expressions against a preset list. Useful for webdemos, annoying to powerusers.',