summaryrefslogtreecommitdiff
path: root/FS/FS/part_export/vpopmail.pm
diff options
context:
space:
mode:
authorivan <ivan>2004-08-02 00:41:23 +0000
committerivan <ivan>2004-08-02 00:41:23 +0000
commitca5786f0d2a55c575d41ff6693b4338387939cb0 (patch)
tree4bcc82e639f0bc75159a2da1352fba3e9f2acd90 /FS/FS/part_export/vpopmail.pm
parent101cc49024f693a837e2ff74a89a300b7ecb8976 (diff)
no maintainer, use shellcommands_withdomain instead
Diffstat (limited to 'FS/FS/part_export/vpopmail.pm')
-rw-r--r--FS/FS/part_export/vpopmail.pm6
1 files changed, 4 insertions, 2 deletions
diff --git a/FS/FS/part_export/vpopmail.pm b/FS/FS/part_export/vpopmail.pm
index 62fa8ba..0fc8266 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.<BR>
+<BR>
Real time export to <a href="http://inter7.com/vpopmail/">vpopmail</a> text
files. <a href="http://search.cpan.org/dist/File-Rsync">File::Rsync</a>
must be installed, and you will need to
<a href="../docs/ssh.html">setup SSH for unattended operation</a>
-to <b>vpopmail</b>@<i>export.host</i>. See shellcommands_withdomain for an
-export that uses vpopmail commands instead.
+to <b>vpopmail</b>@<i>export.host</i>.
END
);