All Posts
-
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...
-
Email duplication
peter posted in MDaemon •This has been a long and seriously outstanding issue, I have to resort to making my own fix using codex, I start on this next week, will keep you updated. just so meny fixes AI is wonde...
-
Let’s Encrypt PowerShell script fails reading MDaemon.ini - Add-Type / GetPrivateProfileString BadImageFormatException
peter posted in MDaemon •Hi all, We had an issue where MDaemon stopped updating its Let’s Encrypt SSL certificate automatically. The failure was not DNS, ACME validation, or the certificate itself. The script was f...
-
DANE Support
Arron posted in MDaemon •meaning those Let's Encrypt expiration notices simply bounce and are never seen by the administrator. LetsEncrypt no longer sends expiration notices. https://letsencrypt.org/2025/01/22/end...
-
DANE Support
Opus posted in MDaemon •Thank you for the context. I understand the goal is to make server identification easier in a multi-node environment. However, the issue with hardcoding the FQDN is that it assumes the server's ho...
-
DANE Support
Arron posted in MDaemon •If I recall correctly, we used the FQDN to more easily identify the server if you had multiple servers hosting mail for the same domain.
-
DANE Support
Opus posted in MDaemon •Thanks dear Arron, Another quick report about the script: There is another issue about how $FQDN is defined and subsequently used to construct the $email variable in the script causing the email b...