The differences between two versions are shown here.
| Both sides of the previous revisionPrevious revisionNext revision | Previous revision | ||
| benno-smtp [2017/02/01 13:01] – lwsystems | benno-smtp [2018/09/19 15:22] (current) – [Konfigurationsdatei] lwsystems | ||
|---|---|---|---|
| Line 6: | Line 6: | ||
| The emails to be archived are then sent via SMTP to the SMTP server on port 2500. | The emails to be archived are then sent via SMTP to the SMTP server on port 2500. | ||
| - | |||
| - | |||
| - | ===== Installation ===== | ||
| - | |||
| - | |||
| - | Nach der Installation des Pakets wird der SMTP-Server gestartet und bindet sich an Port 2500. Die Konfiguration kann in der Datei /// | ||
| ===== Konfiguration ===== | ===== Konfiguration ===== | ||
| + | ==== Konfigurationsdatei ==== | ||
| - | ==== benno-smtp.conf | + | After the package is installed, the SMTP server is started and binds to port 2500. |
| + | |||
| + | Die Konfiguration kann in der Datei ''/ | ||
| < | < | ||
| Zeile 27: | 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, | ||
| + | </ | ||