summaryrefslogtreecommitdiff
path: root/FS/FS/part_export.pm
diff options
context:
space:
mode:
authorivan <ivan>2002-09-09 19:56:06 +0000
committerivan <ivan>2002-09-09 19:56:06 +0000
commitbcd23d236c4846bee6285c1ff862e7e3c3f59cd9 (patch)
treeb1acbf988510fec44096f6b4a6d98d34da711691 /FS/FS/part_export.pm
parented0c10c5969c60fd2be050a9a5f3830bc347739a (diff)
vpopmail export doc clarification: ssh as vpopmail user
Diffstat (limited to 'FS/FS/part_export.pm')
-rw-r--r--FS/FS/part_export.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/part_export.pm b/FS/FS/part_export.pm
index 3c1a3de..bc6a4d7 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 <a href="http://inter7.com/vpopmail/">vpopmail</a> text files. <a href="http://search.cpan.org/search?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>',
+ 'notes' => 'Real time export to <a href="http://inter7.com/vpopmail/">vpopmail</a> text files. <a href="http://search.cpan.org/search?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>.',
},
},