Viewing 0 reply threads
  • Author
    Posts
    • #15437
      Jörn ten Bosch
      Participant

        Heute habe ich starke Verzögerungen beim Mailversand festgestellt.

         

        Die folgende Anpassung in der SMTPTLS.pm hat das Problem gelöst.

        sed -i ’s/Starttls => \[ SSL_verify_mode => 0 \],/Socket => IO::Socket::SSL->new( PeerAddr => $Param{Host}, PeerPort => 587, SSL_verify_mode => SSL_VERIFY_NONE ),/‘ /opt/otobo/Kernel/System/Email/SMTPTLS.pm

         

        <hr />

         

        Die vor kurzem getätigte Anpassung bzgl. imapoauth hatte mich nun einmal zu der Konfigurationsanpassung bewegt, insbesondere da das Verhalten sich ähnelte.

        https://otobo.de/de/forums/topic/imap-verbindung-zu-m365-mit-oauth2-nicht-mehr-moeglich/#post-15317

         

         

        Kann jemand das Problem sowie die Lösung hierzu bestätigen?

    Viewing 0 reply threads
    • You must be logged in to reply to this topic.