Fossil SCM
Make the default value for email-send-relayhost be "localhost"
Commit
6c7066a1c52c233ba6e0b9f375fdfb809e0ff61030d4c6a78de9484fd77c58de
Parent
420d007adfba956…
1 file changed
+2
-2
+2
-2
| --- src/alerts.c | ||
| +++ src/alerts.c | ||
| @@ -395,11 +395,11 @@ | ||
| 395 | 395 | @ that follow. Hint: Use the <a href="%R/announce">/announce</a> page |
| 396 | 396 | @ to send test message to debug this setting. |
| 397 | 397 | @ (Property: "email-send-method")</p> |
| 398 | 398 | alert_schema(1); |
| 399 | 399 | entry_attribute("SMTP Relay Host", 60, "email-send-relayhost", |
| 400 | - "esrh", "localhost:25", 0); | |
| 400 | + "esrh", "localhost", 0); | |
| 401 | 401 | @ <p>When the send method is "SMTP relay", each email message is |
| 402 | 402 | @ transmitted via the SMTP protocol (rfc5321) to a "Mail Submission |
| 403 | 403 | @ Agent" or "MSA" (rfc4409) at the hostname shown here. Optionally |
| 404 | 404 | @ append a colon and TCP port number (ex: smtp.example.com:587). |
| 405 | 405 | @ The default TCP port number is 25. |
| @@ -1126,11 +1126,11 @@ | ||
| 1126 | 1126 | ** SETTING: email-listid width=40 |
| 1127 | 1127 | ** If this setting is not an empty string, then it becomes the argument to |
| 1128 | 1128 | ** a "List-ID:" header that is added to all out-bound notification emails. |
| 1129 | 1129 | */ |
| 1130 | 1130 | /* |
| 1131 | -** SETTING: email-send-relayhost width=40 sensitive | |
| 1131 | +** SETTING: email-send-relayhost width=40 sensitive default=localhost | |
| 1132 | 1132 | ** This is the hostname and TCP port to which output email messages |
| 1133 | 1133 | ** are sent when email-send-method is "relay". There should be an |
| 1134 | 1134 | ** SMTP server configured as a Mail Submission Agent listening on the |
| 1135 | 1135 | ** designated host and port and all times. |
| 1136 | 1136 | */ |
| 1137 | 1137 |
| --- src/alerts.c | |
| +++ src/alerts.c | |
| @@ -395,11 +395,11 @@ | |
| 395 | @ that follow. Hint: Use the <a href="%R/announce">/announce</a> page |
| 396 | @ to send test message to debug this setting. |
| 397 | @ (Property: "email-send-method")</p> |
| 398 | alert_schema(1); |
| 399 | entry_attribute("SMTP Relay Host", 60, "email-send-relayhost", |
| 400 | "esrh", "localhost:25", 0); |
| 401 | @ <p>When the send method is "SMTP relay", each email message is |
| 402 | @ transmitted via the SMTP protocol (rfc5321) to a "Mail Submission |
| 403 | @ Agent" or "MSA" (rfc4409) at the hostname shown here. Optionally |
| 404 | @ append a colon and TCP port number (ex: smtp.example.com:587). |
| 405 | @ The default TCP port number is 25. |
| @@ -1126,11 +1126,11 @@ | |
| 1126 | ** SETTING: email-listid width=40 |
| 1127 | ** If this setting is not an empty string, then it becomes the argument to |
| 1128 | ** a "List-ID:" header that is added to all out-bound notification emails. |
| 1129 | */ |
| 1130 | /* |
| 1131 | ** SETTING: email-send-relayhost width=40 sensitive |
| 1132 | ** This is the hostname and TCP port to which output email messages |
| 1133 | ** are sent when email-send-method is "relay". There should be an |
| 1134 | ** SMTP server configured as a Mail Submission Agent listening on the |
| 1135 | ** designated host and port and all times. |
| 1136 | */ |
| 1137 |
| --- src/alerts.c | |
| +++ src/alerts.c | |
| @@ -395,11 +395,11 @@ | |
| 395 | @ that follow. Hint: Use the <a href="%R/announce">/announce</a> page |
| 396 | @ to send test message to debug this setting. |
| 397 | @ (Property: "email-send-method")</p> |
| 398 | alert_schema(1); |
| 399 | entry_attribute("SMTP Relay Host", 60, "email-send-relayhost", |
| 400 | "esrh", "localhost", 0); |
| 401 | @ <p>When the send method is "SMTP relay", each email message is |
| 402 | @ transmitted via the SMTP protocol (rfc5321) to a "Mail Submission |
| 403 | @ Agent" or "MSA" (rfc4409) at the hostname shown here. Optionally |
| 404 | @ append a colon and TCP port number (ex: smtp.example.com:587). |
| 405 | @ The default TCP port number is 25. |
| @@ -1126,11 +1126,11 @@ | |
| 1126 | ** SETTING: email-listid width=40 |
| 1127 | ** If this setting is not an empty string, then it becomes the argument to |
| 1128 | ** a "List-ID:" header that is added to all out-bound notification emails. |
| 1129 | */ |
| 1130 | /* |
| 1131 | ** SETTING: email-send-relayhost width=40 sensitive default=localhost |
| 1132 | ** This is the hostname and TCP port to which output email messages |
| 1133 | ** are sent when email-send-method is "relay". There should be an |
| 1134 | ** SMTP server configured as a Mail Submission Agent listening on the |
| 1135 | ** designated host and port and all times. |
| 1136 | */ |
| 1137 |