On Mon, Jun 15, 2015 at 10:16 AM, Mark Feferman <[email protected]> wrote: > I know this topic has been discussed many times, but I'm not sure why it > isn't implemented. > > <smtp_username>send_from_email_username</smtp_username> > <smtp_password>email_password</smtp_password> > > Granted, there are going to be issues sending to smtp servers that require > SSL/TLS, etc.., but that's far less of an issue (i.e., finding one that > doesn't require SSL/TLS) that finding one that doesn't require > authentication. > > I understand the security aspect, but the database credentials are already > stored there in plain text. > > $.02 >
Using a local smtpd to handle that kind of thing makes more sense to me. That's a common feature in a product designed to deliver email. Let the experts do it. > -- > > --- > You received this message because you are subscribed to the Google Groups > "ossec-list" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- --- You received this message because you are subscribed to the Google Groups "ossec-list" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
