From: ivan Date: Mon, 2 Aug 2004 00:41:23 +0000 (+0000) Subject: no maintainer, use shellcommands_withdomain instead X-Git-Tag: BEFORE_FINAL_MASONIZE~976 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=ca5786f0d2a55c575d41ff6693b4338387939cb0 no maintainer, use shellcommands_withdomain instead --- diff --git a/FS/FS/part_export/vpopmail.pm b/FS/FS/part_export/vpopmail.pm index 62fa8bade..0fc8266ea 100644 --- a/FS/FS/part_export/vpopmail.pm +++ b/FS/FS/part_export/vpopmail.pm @@ -24,12 +24,14 @@ tie my %options, 'Tie::IxHash', 'desc' => 'Real-time export to vpopmail text files', 'options' => \%options, 'notes' => <<'END' +This export is currently unmaintained. See shellcommands_withdomain for an +export that uses vpopmail CLI commands instead.
+
Real time export to vpopmail text files. File::Rsync must be installed, and you will need to setup SSH for unattended operation -to vpopmail@export.host. See shellcommands_withdomain for an -export that uses vpopmail commands instead. +to vpopmail@export.host. END );