Hallo zusammen,
irgendwie ist mir Postfix zu kompliziert ... weiss jemand, ob es da was einfacheres gibt ?
Alles was ich bräuchte, wäre ein Daemon der auf Port 2525 lauscht und dort ankommende eMails an meinen Provider weiterleitet. Da ich Passwörter nicht im Klartext übers Internet verschicken möchte, sollte vor der Authentifizierung die Kommunikation mittels STARTTLS verschlüsselt werden.
Ich hab mal mein Glück mit Postfix versucht ... hier mal das Ergebnis:
In der "master.cf" hab ich den Port des SMPTD von "smtp" auf "2525" geändert.
Aber Postfix kann mit folgender "main.cf" keine eMail verschicken:
(Warnung: Ich weiss nicht wirklich, was diese Konfiguration tut ...)
daemon_directory = /usr/lib/postfix
mydomain = meineDomäne.de
mydestination =
$mydomain
$myhostname
localhost
localhost.$mydomain
alias_maps = hash:/etc/postfix/aliases
disable_dns_lookups = yes
mynetworks = host
relayhost = [mail.gmx.net]
relay_domains = $mydomain
transpost_maps = hash:/etc/postfix/transport
smtp_sasl_password_maps = hash:/etc/postfix/sasl_password
smtp_sasl_auth_enable = yes
smtp_tls_CAfile = /etc/ssl/certs/ca-certificates.crt
smtp_tls_loglevel = 2
smtp_tls_policy_maps = hash:/etc/postfix/tls_policy
smtp_sasl_security_options = noanonymous, noplaintext
smtp_sasl_tls_security_options = noanonymous
Im Logfile finde ich nur eine Fehlermeldung:
May 1 21:35:29 [postfix/smtpd] NOQUEUE: reject: RCPT from localhost[127.0.0.1]: 554 5.7.1 <EMPFÄNGER>: Relay access denied; from=<ABSENDER> to=<EMPFÄNGER> proto=ESMTP helo=<meineDomäne.de>