Recent Posts

Pages: 1 ... 8 9 [10]
91
Announcements / Mibew Messenger 3.4.1 has been released!
« Last post by faf on May 18, 2021, 03:25:57 PM »
Hi!

A new minor release of Mibew Messenger is out. It's available here: https://mibew.org/download2

This release comes with the protection against spam that abuses built-in feature of sending chat history by email. Now one can either enable CAPTCHA for the appropriate pop-up form, or completely switch off the feature.

Update is optional.
92
Announcements / Mibew Messenger 3.4.0 has been released!
« Last post by faf on April 14, 2021, 12:51:24 PM »
Hi!

A brand new version of Mibew Messenger has just been released and is available here: https://mibew.org/download2

This release contains several bug fixes and provides a better support for PHP 7.4. Update is recommended.

N.B.: This release requires PHP 7.2.5 or higher.
93
Support / Re: SSL redirect problem
« Last post by faf on March 22, 2021, 08:44:54 PM »
Mibew Messenger use Symfony for routing.

If you proxying https-requests to http-backend, just set several environmental variables related to protocol (namely, HTTPS should be set to on and HTTP_SCHEME to https), and Symfony will do the magic.

Alternatively, one could alter the config/routing.yml this way. But I wouldn't recommend that way: one will have to manually update routes during each system update.
94
Support / Re: Button Code mistake
« Last post by faf on March 22, 2021, 08:20:49 PM »
The problem is not related to groups, but it's a bug. Fixed in 3.3.1.
95
Announcements / Mibew Messenger 3.3.1 has been released!
« Last post by faf on March 22, 2021, 07:58:05 PM »
Hi!

A new version of Mibew Messenger has been released and is available here: https://mibew.org/download2

This is a service release containing several bug fixes. Update is recommended.
96
Support / SSL redirect problem
« Last post by mikew on March 22, 2021, 09:52:20 AM »
We use a special proxy https://www.internetx.com/en/proceed/
it redirects from http -> https
But it bringst follow error:
File not found: http://www.domain.de/mibew/styles/chats/default/iframe.css
File not found: http://www.domain.de/mibew/plugins/Mibew/Mibew/Plugin/AdvancedButton/js/refresh.js
I added the proxy IP at config.yml without success.
At config Settings -> Options i set all SSL to on.
Where can i change in the code 'http' to 'https' ?
97
Support / Button Code mistake
« Last post by mikew on March 22, 2021, 09:35:19 AM »
I have 2 groups.
When i create the Button Code for Group 1, I get duplicate code, see attachment
This happens after update to 3.3.0, but not really sure if it's not already at 3.2.8
98
Support / Re: different mailbox address for each group
« Last post by mikew on March 20, 2021, 08:35:52 PM »
Ok, there is no real problem, because the mail header has the "ReplyTo" option.
Therefore the answer goes to the right recipient.

I also made the following change in file /libs/classes/Mibew/Mail/Utils.php
at line 69: ->setFrom(MIBEW_MAILBOX)
changed to: ->setFrom(self::normalizeAddress($reply_to))
99
Support / Re: different mailbox address for each group
« Last post by faf on March 19, 2021, 10:11:09 PM »
At the moment there are no such feature in Mibew Messenger.

I see two possible ways to do so. Both of them aren't simple.

First one is to rewrite some parts of the core of Mibew. See libs/classes/Mibew/Mail/. BTW, if you implement this feature and send pull request, it will be possible to include it in the code base.  ;)

Second one is not related to Mibew Messenger itself. One could implement some kind of filtering tool on the server side to change "From:" mail header depending on a value of "To:" mail header before actually sending an email.
100
Support / different mailbox address for each group
« Last post by mikew on March 19, 2021, 08:58:37 PM »
At config.yml file we find "mailbox: name@yourdomain.com"
How can i set a different mail sender address for each group?
p.s. awsome software!
Pages: 1 ... 8 9 [10]