Navigation

    Kopano
    • Register
    • Login
    • Search
    • Categories
    • Get Official Kopano Support
    • Recent
    Statement regarding the closure of the Kopano community forum and the end of the community edition

    backendIMAP using direct smtp

    Synchronising (mobile) devices via Z-Push
    2
    3
    358
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • A Former User
      A Former User last edited by

      If i setup backendIMAp to use direct smtp server, i fail sending messages with the following error:

      /usr/share/z-push/backend/imap/Auth/SASL.php:128 require_once(include/Auth/SASL/DigestMD5.php): failed to open stream: No such file or directory (2)
      
      define('IMAP_SMTP_METHOD', 'smtp');
      global $imap_smtp_params;
      $imap_smtp_params = array('host' => 'ssl://smtp.strato.de', 'port' => 465, 'auth' => true, 'username' => 'imap_username', 'password' => 'imap_password', 'verify_peer_name' => false);
      

      The missing file is available in /usr/share/z-push/backend/imap/Auth/SASL. But in include, i didn’t have a directory Auth.

      z-push is installed from the debian 9 repository. Do i have installed something wrong?

      1 Reply Last reply Reply Quote 0
      • Manfred
        Manfred Kopano last edited by

        Hi Linseece,

        take a look at https://stash.z-hub.io/plugins/servlet/jira-integration/issues/ZP-1491 and https://stash.z-hub.io/projects/ZP/repos/z-push/pull-requests/783/overview. The fix is not yet in an official release, so you’ll have to apply it manually.

        Manfred

        1 Reply Last reply Reply Quote 0
        • A Former User
          A Former User last edited by

          Ahh great. That worked… many thx.

          1 Reply Last reply Reply Quote 0
          • First post
            Last post