z-push zimbra backend: Forwarded mails are empty Nokia MfE
Hello:
I am using:
Zimbra Release 7.0.0_GA_3077.UBUNTU10_64 UBUNTU10_64 FOSS edition.
Z-Push 1.5.1
Z-Push ZImbra Backend 48
Nokia E72 with Mail for Exchange 3
Z-Push runs on a physically separate ubutnu 8.04 turnkey linux LAMP VM on vsphere 4.1
I have been using the z-push since 1.4.1, backend since 46 and zimbra since 6.0.9 FOSS
Everything works as expected with the exception of the following:
I if open an email and read it, and then choose to forward it to another address, the forwarded content goes missing. The added text that I type is there, e.g. see forwarded mail below, but the forwarded text or attachments disappear.
Why is that?
I have debug.txt enabled but cant see anything in there of note. But then it does generate a HUGE amount of high speed info. Could have missed something.
My config.php is as follows:
$BACKEND_PROVIDER = "BackendZimbra";
// ************************
// BackendZIMBRA settings
// ************************
define('ZIMBRA_URL', 'http://mail.itworx.co.tz');
define('ZIMBRA_USER_DIR', 'zimbra_user');
define('ZIMBRA_SYNC_CONTACT_PICTURES', true);
define('ZIMBRA_VIRTUAL_CONTACTS',true);
define('ZIMBRA_VIRTUAL_APPOINTMENTS',true);
define('ZIMBRA_VIRTUAL_TASKS',true);
define('ZIMBRA_IGNORE_EMAILED_CONTACTS',true);
define('ZIMBRA_HTML',false);
define('ZIMBRA_ENFORCE_VALID_EMAIL',true);
//=== Optional Zimbra Specific Debug Information ===
define('ZIMBRA_DEBUG',true);
//=== Optional for Nokia Compatibility ===
define('ZIMBRA_NOKIA_MFE_FIX',true);
define('ZIMBRA_NOKIA_MFE_ALWAYS_OVERWRITE',true);
Any help much appreciated.
Alex