Hi On my CentOS 7 graylog server, I can use mailx/sendmail to sent out test email. the mail agent is configured with postfix as MTA.
Question is how can I configure graylog-server to use system's mail agent ? Instead of following configure to drectly insteract with remote mail relay server ? /etc/graylog/server/server.conf <snipped> # Email transport #transport_email_enabled = false #transport_email_hostname = mail.example.com #transport_email_port = 587 #transport_email_use_auth = true #transport_email_use_tls = true #transport_email_use_ssl = true #transport_email_auth_username = [email protected] #transport_email_auth_password = secret #transport_email_subject_prefix = [graylog] #transport_email_from_email = [email protected] <snipped> -- You received this message because you are subscribed to the Google Groups "Graylog Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/graylog2/15a6e004-826e-48a7-93f2-cd5a78d74b50%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
