Skip to content

Commit

Permalink
Updated info about sendmail settings
Browse files Browse the repository at this point in the history
  • Loading branch information
lzap committed Oct 22, 2021
1 parent acf636d commit 534e502
Showing 1 changed file with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,15 @@ The `SMTP username` and `SMTP password` specify the login credentials for the SM
|====
|Name| Example value
|Delivery method | Sendmail
|Sendmail arguments | -i -t -G
|Sendmail location | /usr/sbin/sendmail
|Sendmail arguments | -i
|====
+
The `Sendmail arguments` specify the options passed to the `sendmail` command.
The default value is `-i -t`.
For security reasons, both Sendmail location and Sendmail argument settings are read-only and can be only set in `/etc/foreman/settings.yaml`.
Both settings currently cannot be set via `{foreman-installer}`.
ifdef::foreman,katello,orcharhino[]
This is being tracked in [issue #33543](https://projects.theforeman.org/issues/33543).
endif::[]
For more information see the *sendmail 1* man page.

. If you decide to send email using an SMTP server which uses TLS authentication, also perform one of the following steps:
Expand Down

0 comments on commit 534e502

Please sign in to comment.