X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_export%2Fvpopmail.pm;h=0fc8266ea15840230f194ebffedff29bd021356b;hb=68c194ce7c972ce305184d8c46a6a39fac3b8f45;hp=62fa8bade2e4553dd1ea34bbb6b47d1f75b62d33;hpb=e8fec5a6dee7e5272715e11eaaec7e873afdbbe4;p=freeside.git 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 );