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 generated by plugins/tls_cert

That's not strictly an error; it just isn't very clearly written. If you include only the plugin name:

        tls

in config/plugins, it will look for and load the default filenames as created by plugins/tls_cert. If you want to override those filenames (say because you are storing them in /usr/local/etc/ssl instead), then you need to pass those three filenames.

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...

John

Reply via email to