config file
This commit is contained in:
@@ -56,10 +56,10 @@ emit_via = <%= @ac_emit_via %>
|
||||
email_from = root@<%= @fqdn %>
|
||||
|
||||
# List of addresses to send messages to.
|
||||
email_to = root
|
||||
email_to = <%= @ac_email_to %>
|
||||
|
||||
# Name of the host to connect to to send email messages.
|
||||
email_host = localhost
|
||||
email_host = <%= @ac_email_host %>
|
||||
|
||||
|
||||
[command]
|
||||
@@ -84,10 +84,10 @@ email_host = localhost
|
||||
# stdin_format = "{body}"
|
||||
|
||||
# The address to send email messages from.
|
||||
email_from = root@example.com
|
||||
email_from = root@<%= @fqdn %>
|
||||
|
||||
# List of addresses to send messages to.
|
||||
email_to = root
|
||||
email_to = <%= @ac_email_to %>
|
||||
|
||||
|
||||
[base]
|
||||
|
||||
Reference in New Issue
Block a user