aboutsummaryrefslogtreecommitdiff
path: root/doc/mmfwd.sample.yaml
blob: 0d4396af8db722cb959cc05c2c835aaba76d8034 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
mmfwd:
  instances:
    - mid: # modem identity
        n-own: '.*' # own number, regex. Use all modems
      fwd:
        mailto:
          - jd@example.com
        cmd:
          - /usr/bin/mailx
          - jd@example.com
          - -s Text from {sender}
      call-am:
        enabled: false
        exec: "/usr/local/mmfwd-callam"