/
githubmirror
/
rsyslog
Обзор
Документация
Войти
/
githubmirror
/
rsyslog
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
doc/source/reference/parameters/ommail-server.rst
63 строки
1 KB
Rainer Gerhards
ommail: add sendmail delivery mode
16 май 2026, 18:51
16 май 2026, 18:51
b3e9273
Код
Авторство
О чём код?
.. _param-ommail-server: .. _ommail.parameter.input.server: server ====== .. index:: single: ommail; server single: server .. summary-start Specifies the hostname or IP address of the SMTP server used by ommail SMTP-mode actions. .. summary-end This parameter applies to :doc:`../../configuration/modules/ommail`. :Name: server :Scope: input :Type: word :Default: input=none :Required?: yes :Introduced: 8.5.0 Description ----------- Name or IP address of the SMTP server to be used by ``mode="smtp"``. While a default of 127.0.0.1 (the local machine) exists for legacy configurations, this parameter is required for modern SMTP-mode configurations. It is not used by ``mode="sendmail"``. Input usage ------------ .. _ommail.parameter.input.server-usage: .. code-block:: rsyslog module(load="ommail") action( type="ommail" server="mail.example.net" port="25" mailFrom="rsyslog@example.net" mailTo="operator@example.net" ) Legacy names (for reference) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Historic names/directives for compatibility. Do not use in new configs. .. _ommail.parameter.legacy.actionmailsmtpserver: - $ActionMailSMTPServer — maps to server (status: legacy) .. index:: single: ommail; $ActionMailSMTPServer single: $ActionMailSMTPServer See also -------- See also :doc:`../../configuration/modules/ommail`.