[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ossec-list] Re: SMTP server in socket
I had configured so, with 'localhost' but it fails.
= ossec.log =
2007/08/08 18:47:27 ossec-maild(1223): Error Sending email to
127.0.0.1 (smtp server)
And to checking that my SMTP server is listening on localhost, I sent
a mail to a user in localhost --mail [user]@localhost-- and it was
sent correctly. So OSSEC only can use a SMTP listening on a port.
On 8 ago, 19:09, Jeff Schroeder <jeffschr...@xxxxxxxxx> wrote:
> Just put "localhost" instead of whatever smtp server it finds during
> installation.
> Example from /var/ossec/etc/ossec.conf:
>
> <global>
> <email_notification>yes</email_notification>
> <email_to>s...@xxxxxxxxxxxxx</email_to>
> <smtp_server>localhost</smtp_server>
> <email_from>oss...@xxxxxxxxxxxxxxxxxxxxxxxxxxxx</email_from>
> </global>
>
> This isn't a socket, but should do the same thing provided that your
> smtp server
> did a bind * (which most do by default).
OSSEC home |
Main Index |
Thread Index
OSSEC project: www.ossec.net.
Mailling list information: http://www.ossec.net/en/mailing_lists.html.