diff options
| author | ivan <ivan> | 2004-08-02 00:41:24 +0000 | 
|---|---|---|
| committer | ivan <ivan> | 2004-08-02 00:41:24 +0000 | 
| commit | 68c194ce7c972ce305184d8c46a6a39fac3b8f45 (patch) | |
| tree | 60188f369d6ba48679fe0a8312ef7242c88fa67b | |
| parent | e8fec5a6dee7e5272715e11eaaec7e873afdbbe4 (diff) | |
no maintainer, use shellcommands_withdomain instead
| -rw-r--r-- | FS/FS/part_export/vpopmail.pm | 6 | 
1 files changed, 4 insertions, 2 deletions
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.<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  );  | 
