All Posts
-
Message score variables
Arron posted in Security Gateway •Which rule are you using? One of the early rules I posted to remove the extra decimels didn't work as expected. If you don't want six decimel places make sure you are using this one. requi...
-
Message score variables
Jackson posted in Security Gateway •@Arron Thank you very much for your reply. I did implement this as a "Mail Global" Sieve script. A few emails have passed through and this is what is showing up in the header: X-Spam-Score:...
-
MacOS (CardDav) to MDaemon (25.5 & 26) not working, due to protocol bug
Arron posted in MDaemon •Do you have the log level set to debug? Do you have the logging of http requests and responses enabled? I'm looking at the logs from my test server and I'm seeing log entries for synching address...
-
MacOS (CardDav) to MDaemon (25.5 & 26) not working, due to protocol bug
Roel posted in MDaemon •I can't have it to log CardDAV for some reason. It does log other's users CalDAV requests, but no CardDAV for some reason. And it's doing CardDAV for all iPhones.
-
Message score variables
Arron posted in Security Gateway •If you don't want the score to include 6 decimel places use something like this: require ["securitygateway","variables","regex"]; if spamtotal :matches "*.*????" { addheader "X-SG-Spam-S...
-
Message score variables
Arron posted in Security Gateway •We found a way to get the message score added to a header. require ["securitygateway","variables","regex"]; if spamtotal :matches "*" { addheader "X-Spam-Score" "${1}"; }
-
Message score variables
Arron posted in Security Gateway •I'm editing my message, because we found a SIEVE rule that can be used to add the message score to a header. The next post shows you the rule to use. There is not currently a way to use the ...
-
Message score variables
Jackson posted in Security Gateway •I would like to know if the following 2 things are possible, and if so, how? 1) be able to pass the current email score to the AI engine for it to take that into consideration when scoring. ...
-
MacOS (CardDav) to MDaemon (25.5 & 26) not working, due to protocol bug
Arron posted in MDaemon •Please enable debug logging for CalDAV & CardDAV by going to Setup | CalDAV & CardDAV in Remote Administration. Set the Log level to Debug Logging. Check the box to Enable HTTP ...
-
MacOS (CardDav) to MDaemon (25.5 & 26) not working, due to protocol bug
Roel posted in MDaemon •@Arron I did just send a complete debugging/reproducable reply, but it said: Your message needs to be approved and now it's gone... can you approve it?
-
MacOS (CardDav) to MDaemon (25.5 & 26) not working, due to protocol bug
Roel posted in MDaemon •Hi Arron, Thanks for confirming that sync-collection is not supported. I tested this further and here are the exact facts I can reproduce. 1. The CardDAV addressbook itself works This command r...
-
Outlook 2019/2024
Arron posted in MDaemon Connector for Outlook •I have already uploaded the `.MSG` file via the provided link; could it be that the issue lies with the filename itself? Would you be able to check that? I've already checked the file name, I di...
-
Outlook 2019/2024
Martin posted in MDaemon Connector for Outlook •Let's stick to just two clients, both running the same version of Outlook 2019 (Build 10417.20117).The operating system is Windows 11 Pro, fully up to date. As previously mentioned, the "Test.xlsx...
-
user mailbox DiskSpace calculation
Arron posted in MDaemon •You can clear the quota cache 1 user at a time by creating a clearquotacounts.sem file in the MDaemon\app directory. Put the email address of the user that you want to clear the cache for on ...
-
user mailbox DiskSpace calculation
Axel posted in MDaemon •Thanks Arron, I did the calculation and indeed on a 15GB user folder the difference between the data from XML API + 'exlcuded' files from Mdaemon calculation is 45MB -> insignifiant.That's ...
-
Pro Theme Calendar Recurrence Function Error
Arron posted in MDaemon •When a fix will be included in a public release will depend a lot on what happens with our release plans. It too late to include the fix in MDaemon 26.0.2, which is scheduled for Tuesday.&nb...
-
Outlook 2019/2024
Arron posted in MDaemon Connector for Outlook •I have added an IMAP account to Outlook, the attachment appears there as "Untitled Attachment 01701.dat". This indicates something other than MDaemon Connector is causing the issue. The mo...
-
Outlook 2019/2024
Martin posted in MDaemon Connector for Outlook •I have added an IMAP account to Outlook, the attachment appears there as "Untitled Attachment 01701.dat". The Windows display language is German.The option "Use Unicode UTF-8 for worldwide languag...
-
Pro Theme Calendar Recurrence Function Error
Brayan posted in MDaemon •@Arron Just looking for a reference not a final answer but what would be the turn around time for this?
-
user mailbox DiskSpace calculation
Arron posted in MDaemon •MDaemon stores cached quota values in the mailbox's hiwater.mrk file. Normal mail activity throughout the day will adjust the counts. There is a setting to recalculate all quota values ...