John Peacock a écrit :
> I would rather document the behavior that I just described, rather than
> give the erroneous impress that you must pass any filenames at all in
> the default case.  Suggestions welcome...

What about:
[EMAIL PROTECTED]:~/qpsmtpd$ svk diff plugins/tls
=== plugins/tls
==================================================================
--- plugins/tls (revision 637)
+++ plugins/tls (local)
@@ -8,8 +8,22 @@

 # in config/plugins

-  tls ssl/cert.pem ssl/privkey.pem ssl/ca.pem
+tls [B<cert_path priv_key_path ca_path>]

+=over indentlevel
+
+=item B<cert_path>
+
+Path to the server certificate file. Default: I<ssl/qpsmtpd-server.crt>
+
+=item B<priv_key_path>
+
+Path to the private key file. Default: I<ssl/qpsmtpd-server.key>
+
+=item B<ca_path>
+
+Path to the certificate autority file. Default: I<ssl/qpsmtpd-ca.crt>
+
 =head1 DESCRIPTION

 This plugin implements basic TLS support.  It can also be used to support

Best,
GFK's
-- 
Guillaume Filion, ing. jr
Logidac Tech., Beaumont, Québec, Canada - http://logidac.com/
PGP Key and more: http://guillaume.filion.org/

Reply via email to