All Posts
-
-
WebSSO - Webmail with SAML or OIDC
Mustapha posted in MDaemon •While we are discussing OIDC integration, we would also like to know if there are any plans to provide a direct SSO login URL for MDaemon Webmail. Our goal would be to place such a link on our int...
-
Webmail - Mark email as spam
muazzam posted in MDaemon •Hi Leigh, Sorry, my mistake. When I grant my user “insert” permission, both options—to mark as SPAM or not—appear. Even when I remove the “Read” and &ld...
-
WebSSO - Webmail with SAML or OIDC
Mustapha posted in MDaemon •Thank you for your investigation and for submitting a bug report. We appreciate your help and hope a fix will be available soon, as it would greatly simplify our deployment. Best regards,
-
Webmail - Mark email as spam
Leigh posted in MDaemon •Hello Muazzam, As mentioned, the users need Lookup and Insert, not just Lookup and Read. Please add the Insert permissions and log out and back in, and retest.
-
WebSSO - Webmail with SAML or OIDC
Arron posted in MDaemon •A quick analysis shows that WinHTTP is not handling the request for a client certificate correctly. The only workaround is the one that you found, to disable ssl_verify_client optional;. I'v...
-
WebSSO - Webmail with SAML or OIDC
Mustapha posted in MDaemon •Hello, We are currently testing OpenID Connect authentication with MDaemon Webmail 26.0.1 and Keycloak as the Identity Provider. Our architecture is the following: MDaemon Webmail ↓ OI...
-
Regarding Notification Settings in MDaemon
Arron posted in MDaemon •Regarding the various notifications and alerts in MDaemon, is it possible to configure all admin notifications in a centralized interface? There is no centralized interface to configure all of t...
-
Regarding Notification Settings in MDaemon
wu posted in MDaemon •Could anyone tell me how to disable the admin notifications when an account is frozen by hijacking detection?
-
Webmail - Mark email as spam
muazzam posted in MDaemon •I’ve tested what you said. I’ve given my user ‘lookup folder’ and ‘read’ permissions. In my Web Client, I can see the ‘Bayesian Learning’ folde...
-
Regarding Notification Settings in MDaemon
wu posted in MDaemon •Regarding the various notifications and alerts in MDaemon, is it possible to configure all admin notifications in a centralized interface? The current setup is too fragmented, and it is very confu...
-
Webmail - Mark email as spam
Leigh posted in MDaemon •Hello Muazzam, You are correct, the permissions do not allow for access to the folders in Webmail, except for the user whose name begins with Pedro. Have you tried editing the permissions to allow...
-
Automatically adding user signature for new emails...
Massimo posted in MDaemon Connector for Outlook •@Arron i forgot to update you, i'm sorry.Changing the Display Name in the Connector Account to be an email-like address worked fine! Thank you very much!Best regards Massimo
-
Webmail - Mark email as spam
muazzam posted in MDaemon •Hi Leigh, User's can't see "bayesian folder" in webclient. Even in bayesian public folder setting, default(Integrated) doesn't has any permission. We don't remember modifying the ACL's. In ...
-
Webmail - Mark email as spam
Leigh posted in MDaemon •Muazzam, If you could upload the hiwater.mrk file from the Bayesian spam folder as well, that would be helpful.
-
Webmail - Mark email as spam
Leigh posted in MDaemon •Hello Muazzam, When your users log into Webmail, can they actually see the Bayesian spam folder in their folder list? Can you verify this? Also so that we can verify there is nothing unexpected i...
-
Webmail - Mark email as spam
muazzam posted in MDaemon •Hi Leigh, Sorry for the late reply. I've reviewed the four options you mentioned, and except for the last one, the others match what you described.In the WorldClient/domain.ini file, under ...
-
Let’s Encrypt PowerShell script fails reading MDaemon.ini - Add-Type / GetPrivateProfileString BadImageFormatException
peter posted in MDaemon •Thanks Arron. Understood on why GetPrivateProfileString is being used, especially if previous pure PowerShell INI parsing caused read/write issues. My intention was not to suggest changing the scr...
-
Let’s Encrypt PowerShell script fails reading MDaemon.ini - Add-Type / GetPrivateProfileString BadImageFormatException
peter posted in MDaemon •Manual run from 64-bit Windows PowerShell prompt:C:\Windows\System32\WindowsPowerShell\v1.0PS D:\MDaemon\LetsEncrypt> # MDaemon versionPS D:\MDaemon\LetsEncrypt> (Get-Item "D:\MDaemon\App\MDa...
-
Let’s Encrypt PowerShell script fails reading MDaemon.ini - Add-Type / GetPrivateProfileString BadImageFormatException
Arron posted in MDaemon •In the past when we have tried a powershell INI parser, we ran into issues reading and writing to the INI file which caused issues, which is why we are using GetPrivateProfileString. I don't recal...