From 25f942c4316730466850ae40831f700330ef09c2 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Wed, 22 Jul 2020 18:21:07 +0200 Subject: [PATCH] fix accidently commited host-name --- api/src/Mail/Imap/Dovecot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/Mail/Imap/Dovecot.php b/api/src/Mail/Imap/Dovecot.php index 0d78d3f347..efe6058c31 100644 --- a/api/src/Mail/Imap/Dovecot.php +++ b/api/src/Mail/Imap/Dovecot.php @@ -306,7 +306,7 @@ class Dovecot extends Mail\Imap implements Mail\Imap\PushIface if (!isset($token)) $token = ((string)$account_id === '0' ? Tokens::instance() : Tokens::user($account_id)); return self::METADATA_PREFIX.$GLOBALS['egw_info']['user']['account_id'].'::'.$this->acc_id.';'. - $token . '@' . 'office.egroupware.org'; //Api\Header\Http::host(); + $token . '@' . Api\Header\Http::host(); } /**