0.1.4 • Published 4 months ago

ubborg-setup-nullmailer-pmb v0.1.4

Weekly downloads
-
License
ISC
Repository
github
Last release
4 months ago

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.
  • tryPreventOfflineLogSpam: (boolean, default: false) Nullmailer tends to spam system logs if it's running while your device is offline. To help prevent this, we can install some overly simple if-up hooks that will probably work for very simple network setups.
    • ⚠ Beware: ⚠ These hooks may stop or start nullmailer at unfortunate times when you have virtual network devices or tunnels or docker network stuff.

Known issues

  • Needs more/better tests and docs.

 

License

ISC

0.1.4

4 months ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.3

1 year ago

0.1.0

3 years ago