I've installed Twiki and when I run the following command:
perl -I bin tools/mailnotify SomeWeb
I get the message stating that the notifications have been sent:
Processing SomeWeb
* [email protected] : *
Last notification was at ...
Change to SomeTopic at ... New revision is NN
Notified [email protected] of changes in SomeWeb
1 change notifications from SomeWeb
However, I'm not getting any e-mail with the notification.
It's seem to be some configuration problem, but I can't figure out what... I haven't found where to configure anything (the smpt server to use, the account on the smtp server to use).
Can you send emails using mailx or some other cli client? I think twiki is relying on something like sendmail already being installed to do the sending. Here's a line out of their documentation, not sure how recent.