Jay Strauss wrote: > > I'm running websec on a linux server, which when I did the linux > installation I never configured email. > > What email program do I need to configure for websec to be able to > send me emails about changed pages?
There is nothing to configure apart from the Email and EmailLink attributes in url.list Websec uses LWP::UserAgent for sending mail which in the ends up being actually sent through the Sendmail interface by LWP::Protocol::mailto - make sure that the required LWP Perl modules are installed and you are set : I can't remember the last time I logged on a server with no Sendmail interface. _______________________________________________ WebSec-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/websec-users
