backendIMAP using direct smtp
-
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?
-
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
-
Ahh great. That worked… many thx.