Hallo Leute,
ich versuche derzeit einen Mailserver zu konfigurieren und halte mich dabei genau an die Anleitungen im Wiki. Ich installiere postfix mit SASL. Zum Abrufen soll Cyrus verwendet werden (IMAP). Ich habe alles mehrfach überprüft, die Konfigurationsdateien entsprechen denen im Wiki.
Wenn ich nun eine Mail an den Server senden will (per Googlemail) erhalte ich folgende Fehlermeldung:
Google tried to deliver your message, but it was rejected by the recipient domain. We recommend contacting the other email provider for further information about the cause of this error. The error that the other server returned was: 530 530 5.7.0 Must issue a STARTTLS command first (state 13).
Wenn ich eine Mail vom Server an die Gmail Adresse sende, klappt alles ohne Probleme.
Hier die letzten Einträge aus mail.log
Aug 10 19:43:48 v232081311 postfix/anvil[27725]: statistics: max connection rate 1/60s for (smtp:84.60.170.90) at Aug 10 19:38:04 Aug 10 19:43:48 v232081311 postfix/anvil[27725]: statistics: max connection count 1 for (smtp:84.60.170.90) at Aug 10 19:38:04 Aug 10 19:43:48 v232081311 postfix/anvil[27725]: statistics: max cache size 1 at Aug 10 19:38:04 Aug 10 19:43:54 v232081311 postfix/smtpd[28406]: connect from dslb-084-060-170-090.pools.arcor-ip.net[84.60.170.90] Aug 10 19:44:26 v232081311 postfix/smtpd[28406]: disconnect from dslb-084-060-170-090.pools.arcor-ip.net[84.60.170.90] Aug 10 19:47:46 v232081311 postfix/anvil[28408]: statistics: max connection rate 1/60s for (smtp:84.60.170.90) at Aug 10 19:43:54 Aug 10 19:47:46 v232081311 postfix/anvil[28408]: statistics: max connection count 1 for (smtp:84.60.170.90) at Aug 10 19:43:54 Aug 10 19:47:46 v232081311 postfix/anvil[28408]: statistics: max cache size 1 at Aug 10 19:43:54 Aug 10 19:47:51 v232081311 postfix/smtpd[28753]: connect from dslb-084-060-170-090.pools.arcor-ip.net[84.60.170.90] Aug 10 19:48:40 v232081311 postfix/smtpd[28753]: disconnect from dslb-084-060-170-090.pools.arcor-ip.net[84.60.170.90] Aug 10 19:49:27 v232081311 postfix/master[21984]: terminating on signal 15 Aug 10 19:49:28 v232081311 postfix/master[28912]: daemon started -- version 2.5.1, configuration /etc/postfix Aug 10 19:49:34 v232081311 postfix/smtpd[28917]: connect from dslb-084-060-170-090.pools.arcor-ip.net[84.60.170.90] Aug 10 19:52:24 v232081311 cyrus/master[29140]: about to exec /usr/sbin/ctl_cyrusdb Aug 10 19:52:24 v232081311 cyrus/ctl_cyrusdb[29140]: checkpointing cyrus databases Aug 10 19:52:24 v232081311 cyrus/ctl_cyrusdb[29140]: archiving database file: /var/lib/cyrus/annotations.db Aug 10 19:52:24 v232081311 cyrus/ctl_cyrusdb[29140]: archiving log file: /var/lib/cyrus/db/log.0000000001 Aug 10 19:52:24 v232081311 cyrus/ctl_cyrusdb[29140]: archiving database file: /var/lib/cyrus/mailboxes.db Aug 10 19:52:24 v232081311 cyrus/ctl_cyrusdb[29140]: archiving log file: /var/lib/cyrus/db/log.0000000001 Aug 10 19:52:24 v232081311 cyrus/ctl_cyrusdb[29140]: archiving log file: /var/lib/cyrus/db/log.0000000001 Aug 10 19:52:24 v232081311 cyrus/ctl_cyrusdb[29140]: done checkpointing cyrus databases Aug 10 19:52:24 v232081311 cyrus/master[21914]: process 29140 exited, status 0 Aug 10 19:55:02 v232081311 postfix/smtpd[28917]: timeout after EHLO from dslb-084-060-170-090.pools.arcor-ip.net[84.60.170.90] Aug 10 19:55:02 v232081311 postfix/smtpd[28917]: disconnect from dslb-084-060-170-090.pools.arcor-ip.net[84.60.170.90] Aug 10 19:58:22 v232081311 postfix/anvil[28920]: statistics: max connection rate 1/60s for (smtp:84.60.170.90) at Aug 10 19:49:34 Aug 10 19:58:22 v232081311 postfix/anvil[28920]: statistics: max connection count 1 for (smtp:84.60.170.90) at Aug 10 19:49:34 Aug 10 19:58:22 v232081311 postfix/anvil[28920]: statistics: max cache size 1 at Aug 10 19:49:34 Aug 10 20:06:12 v232081311 postfix/smtpd[32108]: connect from fg-out-2122.google.com[72.14.220.27] Aug 10 20:06:12 v232081311 postfix/smtpd[32108]: disconnect from fg-out-2122.google.com[72.14.220.27]
Ich kann hier kein Problem erkennen, Google schickt mir allerdings oben genannte Fehlermeldung.
Eine weiter Sache ist, dass der hier gennante Test bei mir nicht funktioniert. In der Liste fehlt 250-AUTH LOGIN PLAIN und ich vermute das es daran liegt, bin mir da allerdings nicht sicher.
Vielleicht kann mir jemand von euch helfen.
Vielen Dank schonmal, Avus