Re: Error in perldoc for plugins/tls

2006-04-24 Thread John Peacock
Guillaume Filion wrote: > 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: Thanks applied. John

Re: Error in perldoc for plugins/tls

2006-04-24 Thread Guillaume Filion
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 ===

Re: Error in perldoc for plugins/tls

2006-04-24 Thread John Peacock
Guillaume Filion wrote: The perldoc for plugins/tls says that the following line should be added to config/plugins to use the plugin: tls ssl/cert.pem ssl/privkey.pem ssl/ca.pem but it should be: tls ssl/qpsmtpd-server.crt ssl/qpsmtpd-server.key ssl/qpsmtpd-ca.crt since they are the filename gene