All Posts
-
Dropped attachments with Outlook 2016 and MDaemon Connector 8.0.3
Leigh posted in MDaemon Connector for Outlook •MDaemon 26.02 has been released, which contains MDaemon Connector 8.0.4, which fixes this issue. You can download the installer here: https://mdaemon.com/pages/downloads-mdaemon-mail-server-free-t...
-
MDaemon 26.0.2 has been released!
Arron posted in MDaemon •MDaemon 26.0.2 is now available! It can be downloaded from https://mdaemon.com/pages/downloads-mdaemon-mail-server-free-trial. MDaemon 26.0.2 - 2026-05-12 CHANGES AND NEW FEATURES [29075] ...
-
Email send rejected
Trevor posted in MDaemon •Hi, I have a user trying to forward an old email as an attachemt that also has a word document attached and MDaemon server is refusing to send it suggesting it is a virus. I outlook he gets a "550 ...
-
Dropped attachments with Outlook 2016 and MDaemon Connector 8.0.3
Leigh posted in MDaemon Connector for Outlook •Hello, This issue should be resolved in the version of MDaemon Connector (8.0.4) releasing later today with MDaemon 26.02. The release notes will show: [29491] fix to attachments added a...
-
MDaemon Webmail meeting request
Leigh posted in MDaemon •Hi Martin, You are not overlooking this, I do not see a way to specify an alias when sending a meeting request; and we do have this on our wishlist already. I will bump this request up to confirm ...
-
Dropped attachments with Outlook 2016 and MDaemon Connector 8.0.3
Nathan posted in MDaemon Connector for Outlook •Since updating to MDaemon Connector 8.0.3, attachments are being dropped from sent messages in paricular cases. I have tested this on Windows 11 with these versions of Outlook installed: ...
-
MacOS (CardDav) to MDaemon (25.5 & 26) not working, due to protocol bug
Roel posted in MDaemon •Hi @Arron For some reason it doesn't log CardDAV and the log is quite full with CalDav and others. So I tried Wireshark on the server, however it's SSL/TLS, So I tried to decrypt with the C...
-
Attachments removed while sending (NO server signatures)
Klaus W. posted in MDaemon •Hi Arron, the last workaround with installing the beta 8.0.4.a was successful and since last tuesday there was no problem with missing attachments so far. Thank you for the help.
-
Attachment(s) missing from sent messages
Klaus W. posted in MDaemon •Hi Arron, the last workaround with installing the beta 8.0.4.a was successful and since last tuesday there was no problem with missing attachments so far. Thank you for the help.
-
MDaemon Webmail meeting request
Martin posted in MDaemon •Hello, I have a question or perhaps I’ve overlooked a setting?When an email account uses multiple aliases, I am able to select the specific alias I want to use when composing an email.However...
-
Message score variables
Jackson posted in Security Gateway •@Arron this is the rule. please let me know if the config is proper. This rule does not inject the value into the header. It does insert the header tag, but it is set to 0.0...
-
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 ...