Hi Jon
-to Is the address to send the mail to, in your case [email protected].
-fr is the from address (the sender of the email) in your case [email protected]
Next we need a username and password to read mail from the mailbox where [email protected] is setup to forward to (in your example [email protected]): -u=user -p=password.
And we also need to know the name (or IP) of your local mail server -s=mail.localdomain.com
Last but not least, when running more than one instance of this sensor we need to be able to tell them apart by supplying the sensidID (-id=1001)
Making it something like this:
[email protected] [email protected] -id=xxx -u=user -p=password -s=mail.localdomain.com
The parameters between brackets like [-ssl] are optional parameters and when needed have to be supplied without the brackets.
Regards,
Add comment