From: ivan Date: Mon, 9 Sep 2002 19:56:06 +0000 (+0000) Subject: vpopmail export doc clarification: ssh as vpopmail user X-Git-Tag: freeside_1_4_1beta3~4^2~26 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=bcd23d236c4846bee6285c1ff862e7e3c3f59cd9;p=freeside.git vpopmail export doc clarification: ssh as vpopmail user --- diff --git a/FS/FS/part_export.pm b/FS/FS/part_export.pm index 3c1a3de8e..bc6a4d735 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. File::Rsync must be installed, and you will need to setup SSH for unattended operation', + 'notes' => '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.', }, },