export host selection per service, RT#17914
[freeside.git] / FS / FS / part_export / vpopmail.pm
index 4cda657..5fca170 100644 (file)
@@ -23,6 +23,7 @@ tie my %options, 'Tie::IxHash',
   'svc'     => 'svc_acct',
   'desc'    => 'Real-time export to vpopmail text files',
   'options' => \%options,
+  'default_svc_class' => 'Email',
   'notes'   => <<'END'
 This export is currently unmaintained.  See shellcommands_withdomain for an
 export that uses vpopmail CLI commands instead.<BR>
@@ -30,7 +31,7 @@ export that uses vpopmail CLI commands instead.<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>
+<a href="http://www.freeside.biz/mediawiki/index.php/Freeside:1.9:Documentation:Administration:SSH_Keys">setup SSH for unattended operation</a>
 to <b>vpopmail</b>@<i>export.host</i>. 
 END
 );