blob: 25e47c105fb0f62c32929af5b2d4190a2c578416 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# mail2pushover
Forward emails to pushover based on email sender and recipient address.
## Usage
Add something similar in /etc/aliases
```
address: |/path/to/push.py /path/to/push.cfg
```
The path to push.cfg is only needed if it's not in the same diectory as
push.py
|