[
{ type: install
  message: <<EOM
Please take %%PREFIX%%/etc/nullmailer/remotes.sample
as an example and edit your own
%%PREFIX%%/etc/nullmailer/remotes

It's possible to redefine mailq and sendmail in your /etc/mail/mailer.conf:

sendmail	%%PREFIX%%/libexec/nullmailer/sendmail
send-mail	%%PREFIX%%/libexec/nullmailer/sendmail
mailq		%%PREFIX%%/libexec/nullmailer/mailq

WARNING! It will cause problem in case delivering to local recipients.
Also man nullmailer-send(8) for more details

NOTE for the ones upgrading from 1.00:
The smtp authentication option has been changed from
--auth=joe,secret to --user=joe and --pass=secret, see nullmailer-send(8)
for details.
EOM
}
]