The differences between two versions are shown here.
| Both sides of the previous revisionPrevious revisionNext revision | Previous revision | ||
| benno-smtp [2017/09/21 09:46] – [Konfiguration] lwsystems | benno-smtp [2018/09/19 15:22] (current) – [Konfigurationsdatei] lwsystems | ||
|---|---|---|---|
| Zeile 8: | Zeile 8: | ||
| ===== Konfiguration ===== | ===== Konfiguration ===== | ||
| - | ==== per Konfigurationsdatei ==== | + | ==== Konfigurationsdatei ==== |
| After the package is installed, the SMTP server is started and binds to port 2500. | After the package is installed, the SMTP server is started and binds to port 2500. | ||
| Zeile 27: | Zeile 27: | ||
| #auth_user = AUTHUSER | #auth_user = AUTHUSER | ||
| #auth_pass = YOURSECRET | #auth_pass = YOURSECRET | ||
| + | |||
| + | # | ||
| + | # | ||
| + | #key_file = / | ||
| + | # | ||
| + | # | ||
| + | #key_pass = BennoMailArchivPass | ||
| </ | </ | ||
| - | ===== Konfiguration | + | === Certificates |
| - | + | ||
| + | Die für die Verschlüsselung werden aus einer Keystore-Datei gelesen. Die Default-Konfiguration | ||
| + | ==== Startparameter | ||
| The parameters specified in the configuration file can alternatively be passed as command-line parameters at startup. In this case, the command-line parameters override the settings in the configuration file. | The parameters specified in the configuration file can alternatively be passed as command-line parameters at startup. In this case, the command-line parameters override the settings in the configuration file. | ||
| < | < | ||
| - | -h print help" | + | -h print help |
| - | -c Configuration properties file" | + | -c Configuration properties file |
| - | -d Import directory (default: / | + | -d Import directory (default: / |
| - | -p Listen port (default: 2500") | + | -p Listen port (default: 2500) |
| - | -x Suppress X-REAL-MAILFROM, | + | -x Suppress X-REAL-MAILFROM, |
| - | -e Add envelope headers: X-REAL-MAILFROM, | + | -e Add envelope headers: X-REAL-MAILFROM, |
| </ | </ | ||