The differences between two versions are shown here.
| Both sides of the previous revisionPrevious revisionNext revision | Previous revision | ||
| benno-smtp [2017/02/01 13:02] – lwsystems | benno-smtp [2018/09/19 15:22] (current) – [Konfigurationsdatei] lwsystems | ||
|---|---|---|---|
| Zeile 8: | Zeile 8: | ||
| ===== Konfiguration ===== | ===== Konfiguration ===== | ||
| + | ==== 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 23: | Zeile 24: | ||
| envelope_header = true | envelope_header = true | ||
| - | # enables SMTP AUTH if auth_user | + | # enables SMTP AUTH if "auth_user" and "auth_pass" |
| #auth_user = AUTHUSER | #auth_user = AUTHUSER | ||
| #auth_pass = YOURSECRET | #auth_pass = YOURSECRET | ||
| + | |||
| + | # | ||
| + | # | ||
| + | #key_file = / | ||
| + | # | ||
| + | # | ||
| + | #key_pass = BennoMailArchivPass | ||
| </ | </ | ||
| + | |||
| + | === Zertifikate === | ||
| + | |||
| + | 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. | ||
| + | |||
| + | < | ||
| + | -h print help | ||
| + | -c Configuration properties file | ||
| + | -d Import directory (default: / | ||
| + | -p Listen port (default: 2500) | ||
| + | -x Suppress X-REAL-MAILFROM, | ||
| + | -e Add envelope headers: X-REAL-MAILFROM, | ||
| + | </ | ||