ubborg-setup-nullmailer-pmb

Config template for my nullmailer setup.

Usage no npm install needed!

<script type="module">
  import ubborgSetupNullmailerPmb from 'https://cdn.skypack.dev/ubborg-setup-nullmailer-pmb';
</script>

README



ubborg-setup-nullmailer-pmb

Config template for my nullmailer setup.

API

This module exports one function:

setup(bun[, opt])

bun is an ubborg bundle in whose name the resources shall be requested.

opt is an optional options object that supports these optional keys:

  • fqdn: Full hostname which nullmailer should use to refer to itself as the originating mail server.
  • adminaddr: Default recipient email address.
  • defaultdomain: Usually the domain part of the FQDN. For details, please see the nullmailer docs.
  • remotes: Usually the hostname of a remote SMTP server. For details, please see the nullmailer docs.

Known issues

  • Needs more/better tests and docs.

 

License

ISC