# HG changeset patch # User Franz Glasner # Date 1678868682 -3600 # Node ID 3ac1e09c1fa144afc94043bd8e6d4baba655d3d8 # Parent 6a80de5a67ca1ef3c0eaed7144ed381052ce23d2 More manpage content for bsmtp2dma(5) diff -r 6a80de5a67ca -r 3ac1e09c1fa1 docs/man/man5/bsmtp2dma.conf.rst --- a/docs/man/man5/bsmtp2dma.conf.rst Wed Mar 15 09:10:16 2023 +0100 +++ b/docs/man/man5/bsmtp2dma.conf.rst Wed Mar 15 09:24:42 2023 +0100 @@ -8,6 +8,16 @@ Used by :manpage:`bsmtp2dma(8)`. +It is a shell style configuration file which is sourced in at program start. + +The following configuration settings are currently supported: + + ``MAILER`` + + The absolute path to the underlying mail command. + + The default is :command:`/usr/sbin/sendmail`. + See Also -------- diff -r 6a80de5a67ca -r 3ac1e09c1fa1 docs/man/man8/bsmtp2dma.rst --- a/docs/man/man8/bsmtp2dma.rst Wed Mar 15 09:10:16 2023 +0100 +++ b/docs/man/man8/bsmtp2dma.rst Wed Mar 15 09:24:42 2023 +0100 @@ -86,7 +86,7 @@ :command:`bsmtp2dma` reads a configuration file -- if available -- from :file:`/usr/local/etc/local-bsdtools/bsmtp2dma.conf`. -It is a shell style configuration file which is sourced in a program start. +It is a shell style configuration file which is sourced in at program start. The following configuration settings are currently supported: @@ -94,3 +94,9 @@ The absolute path to the underlying mail command. The default is :command:`/usr/sbin/sendmail`. + + +See Also +-------- + +:manpage:`bsmtp2dma.conf(5)`