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

    "From email" synced on clients?

    Z-Push when using other backends
    2
    6
    390
    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.
    • maxxer
      maxxer last edited by

      A customer pointed me that after changing the Send as setting in Zimbra this updated the same value in Outlook 2016 (16.0.12130.20178). Is this expected? Thanks

      19b2ab86-0f30-48cb-9bb6-45c05985ab31-immagine.png

      Z-Push 2.3.9, backend 67.

      I’ve tried the same (tough on different z-push and backend version) on Android Gmail but I always see the configured sender.

      1 Reply Last reply Reply Quote 0
      • liverpoolfcfan
        liverpoolfcfan last edited by

        I don’t know about actually setting the from address in the Outlook client, but the zimbraPrefFromAddress setting in zimbra is honoured when sending emails IF the client (Outlook) uses the default account email address (_accountName).

                    $parser = new Mail_RFC822();
                    $addressArray = $parser->parseAddressList($deviceFrom);
                    $phoneEmail = $this->parseAddr($addressArray);
                    unset($parser);
                    ZLog::Write(LOGLEVEL_DEBUG, 'Zimbra->SendMailSenderFix(): ' . 'Parsed from email ['.$phoneEmail.']' );
                    if (($phoneEmail == $this->_accountName) && ($this->_sendAsEmail != $this->_accountName)) {
                        ZLog::Write(LOGLEVEL_DEBUG, 'Zimbra->SendMailSenderFix(): ' . 'Phone using default email address - but zimbraPrefFromAddress different for the account - Override with zimbraPrefFromAddress');
                        $phoneEmail = $this->_sendAsEmail;
                    }
        
        
        maxxer 1 Reply Last reply Reply Quote 0
        • maxxer
          maxxer @liverpoolfcfan last edited by

          Good to know. Thanks

          1 Reply Last reply Reply Quote 0
          • maxxer
            maxxer last edited by

            Outlook has been configured to login using an account alias. From what you wrote I undestood the zimbraPrefFromAddress is honored if the login user is the same as the main account name. So why is it being used now?

            1 Reply Last reply Reply Quote 0
            • liverpoolfcfan
              liverpoolfcfan last edited by

              You would have to enable ZIMBRA_DEBUG for the user to see what is being sent to the device when it initializes Outlook with a Settings response (the base account email should be the first one in the email list sent back to the client), and then to see what email address it uses for the SendMail request

              1 Reply Last reply Reply Quote 0
              • maxxer
                maxxer last edited by

                At the moment it’s fine to know it’s honoured, thanks :)

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