zpush email body
-
Hi @zgokan,
please provide more information. Like version used, z-push backend used, logging.
For logging see https://wiki.z-hub.io/display/ZP/Debugging
-
Hi;
Version:
define(“ZPUSH_VERSION”, “2.3.7”) -
Problem mimetypes ?
-
Hi @zgokan,
2.3.7 is a very old version. Upgrade to a more recent one (currently stable 2.5.2, unstable 2.6.0 beta1).
Which backend are you using?
Manfred
-
@Manfred said in zpush email body:
Which backend are you using?
Hello
Zimbra 8.8.15. Zpush last versiyon : 2.3.9 ?
link:
https://z-push.org/download/is this the right link ?
https://stash.z-hub.io/projects/ZP/repos/z-push/browse?at=refs%2Fheads%2Frelease%2F2.5 -
Hi @zgokan,
at the download page there’s a link to https://wiki.z-hub.io/display/ZP/Installation which explains how to install Z-Push.
is this the right link ?
https://stash.z-hub.io/projects/ZP/repos/z-push/browse?at=refs%2Fheads%2Frelease%2F2.5It’s the code of the latest stable version if that’s what you mean with “right link”.
Manfred
-
@Manfred said in zpush email body:
It’s the code of the latest stable version if that’s what you mean with “right link”.
Hello
i updated 2.5.2 . Unfortunately the problem persists.
error:
https://www.dropbox.com/s/jl1dejharzgmjtt/zpush-hata-1.jpeg?dl=0Version_log:
idle=‘0s’ version=‘2.5.2+0’ method=‘POST’ httpcode=‘200’ -
@zgokan you should also use the latest version of the zimbra backend,which you are not getting from that install tarball.
Details and link are here
Follow INSTALL instructions from the downloaded backend file
-
Hello
Email pictures do not appear on mobile (andorid) users. Only in the body of the message.
Thanks.
-
@zgokan said in zpush email body:
Email pictures do not appear on mobile (andorid) users. Only in the body of the message.
I don’t understand what you mean.
Can you describe how you are composing the message, what you expect to see, and what you are seeing. Screenshots would be helpful
-
-
@zgokan Can you show a screenshot of composing the email in zimbra.
Also, can you confirm you have configured the zimbra backend to load - it will not auto-load like other Kopano supplied backends
in config.php (usually linked to /etc/z-push/z-push.conf.php you should have
// the backend data provider define('BACKEND_PROVIDER', 'BackendZimbra');
How large is the image?
Have you checked your z-push.log file and your web server log files to see if there are errors?
You could generate a log file for the affected user showing a full cycle, starting with a Ping, send a new message that will cause the issue, you will see the Sync to export the message to the device, followed by another Ping.
Make sure you set the loglevel to at least debug for the special log file, and you add the same userid as is configured on the device - either a full email address or a username
define('LOGUSERLEVEL', LOGLEVEL_DEBUG); $specialLogUsers = array(); $specialLogUsers[] = 'user@domain'; OR $specialLogUsers[] = 'user';
This should create an extra log file called user_domain.log or user.log
Please share that log file