blob: 467d51193c8b7d47a66375813646ed7ab391d667 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
Before starting geomWatch, you should edit its configuration file,
%%PREFIX%%/etc/geomWatch.conf. Then, add the following line to /etc/rc.conf:
geomwatch_enable="YES"
Finally, to start it, run the following command:
%%PREFIX%%/etc/rc.d/geomWatch start
You can also test your SMTP configuration by running the following command:
%%PREFIX%%/sbin/geomWatch -t
|