view etc/bsmtp2dma.conf.sample @ 531:07a916bd830c

common.subr: _get_jail_from_path() now works with spaces in path values. If textproc/jq is installed then spaces in jail names are allowed also.
author Franz Glasner <fzglas.hg@dom66.de>
date Wed, 04 Sep 2024 22:08:23 +0200
parents 84d2735fe7f6
children
line wrap: on
line source

#
# Configure bsmtp2dma tool.
#
# Is is sourced by `bsmtp2dma`.
#
# @(#)@@SIMPLEVERSIONTAG@@
#

#
# MAILER should be compatible to "sendmail":
# - read mail including headers from stdin until EOF
# - support the "-f" flag to explicitely set the envelope sender
#
#MAILER="/usr/sbin/sendmail"
#MAILER="/usr/libexec/dma"