[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ossec-list] Re: SMTP server in socket



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>some@xxxxxxxxxxxxx</email_to>
    <smtp_server>localhost</smtp_server>
    <email_from>ossecm@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.