Go to file
Robert Kaussow 2bd7bfe8b1
All checks were successful
continuous-integration/drone/push Build is passing
force run
2020-01-22 23:24:46 +01:00
defaults refactor ci pipeline 2019-10-18 14:50:04 +02:00
handlers initial commit 2019-08-25 20:18:43 +02:00
meta override meta author for readme 2019-11-07 09:24:51 +01:00
molecule refactor docs 2020-01-22 22:36:03 +01:00
tasks fix bool condition 2019-08-25 21:00:46 +02:00
templates initial commit 2019-08-25 20:18:43 +02:00
vars initial commit 2019-08-25 20:18:43 +02:00
.drone.jsonnet force run 2020-01-22 23:24:46 +01:00
.drone.yml refactor docs 2020-01-22 22:08:45 +01:00
.gitignore initial commit 2019-08-25 20:18:43 +02:00
.later.yml cleanup pipeline 2019-11-22 23:59:05 +01:00
LICENSE initial commit 2019-08-25 20:18:43 +02:00
README.md [SKIP CI] update readme 2019-11-22 23:10:49 +00:00

xoxys.scan2mail

Build Status

Setup scan2mail service

Table of content


Default Variables

scan2mail_from_address

Default value

scan2mail_from_address: printer@{{ scan2mail_mail_domain }}

scan2mail_incron_jobs

Default value

scan2mail_incron_jobs: []

Example usage

scan2mail_incron_jobs:
  - path: /path/to/scan/dir
    mask: IN_CREATE
    action: scan2mail
    options:
      - $@
      - $

scan2mail_incron_system_table_dir

Default value

scan2mail_incron_system_table_dir: /etc/incron.d

scan2mail_mail_domain

Default value

scan2mail_mail_domain: example.com

scan2mail_packages_extra

Default value

scan2mail_packages_extra: []

scan2mail_subject

Default value

scan2mail_subject: Scan2Mail attachments

Dependencies

None.

License

MIT

Author

xoxys