MyNixOS website logo
option

services.tlsrpt.reportd.settings.sendmail_script

Path to a sendmail-compatible executable for delivery reports.

Declarations
Type
null or string
Default
if config.services.postfix.enable && config.services.postfix.setSendmail then
  "/run/wrappers/bin/sendmail -i -t"
else
  null