postfix SSL_accept error from localhost

Debian macht sich hervorragend als Web- und Mailserver. Schau auch in den " Tipps und Tricks"-Bereich.
Antworten
uek
Beiträge: 1
Registriert: 28.03.2017 15:09:08

postfix SSL_accept error from localhost

Beitrag von uek » 28.03.2017 16:20:22

Hallo,

ich habe folgendes Problem mit meinem Mailserver (Postfix/Dovecot)

Für IMAP/OPO3 verwende ich STARtTLS für smtp SSL/TLS
sntp funktioniert imap/pop nichrt aufgrund eines SSL-accept error vom server:
mail.err

Code: Alles auswählen

imap dovecot: pop3-login: Fatal: master: service(pop3-login): child 21343 returned error 89 (Fatal failure)
Mar 27 17:40:06 imap dovecot: imap-login: Fatal: master: service(imap-login): child 21344 returned error 89 (Fatal failure)
Mar 27 17:40:06 imap dovecot: pop3-login: Fatal: Error reading configuration: read(/var/run/dovecot/config) failed: read(size=8192) failed: Connection reset by peer
Mar 27 17:40:06 imap dovecot: imap-login: Fatal: Error reading configuration: read(/var/run/dovecot/config) failed: read(size=8192) failed: Connection reset by peer
Mar 27 17:45:02 imap dovecot: config: Fatal: Error in configuration file /etc/dovecot/dovecot.conf line 69: Unknown setting: default_mail_env
Mar 27 17:45:02 imap dovecot: master: Error: service(config): command startup failed, throttling for 60 secs
Mar 27 17:45:02 imap dovecot: imap-login: Fatal: Error reading configuration: read(/var/run/dovecot/config) failed: read(size=8192) failed: Connection reset by peer
Mar 27 17:45:02 imap dovecot: master: Error: service(imap-login): command startup failed, throttling for 60 secs
Mar 27 17:45:02 imap dovecot: master: Error: service(pop3-login): command startup failed, throttling for 60 secs
Mar 27 17:45:02 imap dovecot: pop3-login: Fatal: Error reading configuration: read(/var/run/dovecot/config) failed: read(size=8192) failed: Connection reset by peerWrite failed: Broken pipe 996955 sent adjust 51621                                                                                           




mail.log

Code: Alles auswählen

Mar 27 17:45:02 imap dovecot: config: Fatal: Error in configuration file /etc/dovecot/dovecot.conf line 69: Unknown setting: default_mail_env
Mar 27 17:45:02 imap dovecot: master: Error: service(config): command startup failed, throttling for 60 secs
Mar 27 17:45:02 imap dovecot: imap-login: Fatal: Error reading configuration: read(/var/run/dovecot/config) failed: read(size=8192) failed: Connection reset by peer
Mar 27 17:45:02 imap dovecot: master: Error: service(imap-login): command startup failed, throttling for 60 secs
Mar 27 17:45:02 imap dovecot: master: Error: service(pop3-login): command startup failed, throttling for 60 secs
Mar 27 17:45:02 imap dovecot: pop3-login: Fatal: Error reading configuration: read(/var/run/dovecot/config) failed: read(size=8192) failed: Connection reset by peer
Mar 27 17:45:02 imap postfix/smtps/smtpd[21650]: connect from localhost[::1]
Mar 27 17:45:02 imap postfix/smtps/smtpd[21650]: SSL_accept error from localhost[::1]: lost connection
Mar 27 17:45:02 imap postfix/smtps/smtpd[21650]: lost connection after CONNECT from localhost[::1]
Mar 27 17:45:02 imap postfix/smtps/smtpd[21650]: disconnect from localhost[::1]
Anbei meine main.cf
https://pastebin.com/qK78SV06
master.cf
https://pastebin.com/QxAP0kR8

dovecot.conf

Was muss ich wie ändern damit das SSL-Zertifikat akzeptiert und die Konfiguration gelesen wird.

DANKE

Uli

rendegast
Beiträge: 15041
Registriert: 27.02.2006 16:50:33
Lizenz eigener Beiträge: MIT Lizenz

Re: postfix SSL_accept error from localhost

Beitrag von rendegast » 29.03.2017 22:16:03

... imap dovecot: pop3-login: ... Error reading configuration: read(/var/run/dovecot/config)
hier srw------- root:root.

Der Haupt-dovecot läuft als root, dito dovecot/log,
dovecot/anvil als dovecot,
dovecot/imap (hier) als vmail.
mfg rendegast
-----------------------
Viel Eifer, viel Irrtum; weniger Eifer, weniger Irrtum; kein Eifer, kein Irrtum.
(Lin Yutang "Moment in Peking")

Antworten