From: ivan Date: Sat, 7 Sep 2002 14:20:06 +0000 (+0000) Subject: mention docs/ssh.html in vpopmail description, give up hoping for a better X-Git-Tag: freeside_1_4_1beta1~4 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=2e0e79ccc2d4a3612b47d323a53120611cb24ce0 mention docs/ssh.html in vpopmail description, give up hoping for a better description of the export from jeff --- diff --git a/FS/FS/part_export.pm b/FS/FS/part_export.pm index 251184371..3c1a3de8e 100644 --- a/FS/FS/part_export.pm +++ b/FS/FS/part_export.pm @@ -778,7 +778,7 @@ tie my %sqlmail_options, 'Tie::IxHash', 'vpopmail' => { 'desc' => 'Real-time export to vpopmail text files', 'options' => \%vpopmail_options, - 'notes' => 'Real time export to vpopmail text files (...extended description from jeff?...) File::Rsync must be installed.', + 'notes' => 'Real time export to vpopmail text files. File::Rsync must be installed, and you will need to setup SSH for unattended operation', }, },