All Posts
-
Problem Connecting After Moving Server
Arron posted in MDaemon •I am not well versed in the Windows firewall, but its gotten me a few times... When you turn the Windows firewall on, there are settings to block all incoming connections including those in the li...
-
Multipop outbound connection IP Address (127.0.0.1)
Jared posted in MDaemon •Hello Scott, When you said that you checked Avast, are you referring to its logging, or are you saying that you already disabled the "Scan Inbound Emails" option in the "Email Guardian" feature? &...
-
Problem Connecting After Moving Server
Jay posted in MDaemon •I was wrong. MDaemon.exe and Worldclient.exe were both gone from the firewall "Allow" list. I added them back and the new server is working perfectly now. Thank you! for your help...
-
Problem Connecting After Moving Server
Jay posted in MDaemon •The Let's Encrypt log showed a 400 error and suggested a firewall problem. I disabled the firewall and Let's Encrypt ran and created a certificate successfully. Outlook also successfull...
-
Problem Connecting After Moving Server
Arron posted in MDaemon •What does the LetsEncrypt log show is happening? It can be found in the MDaemon\Logs directory. If you have webmail configured to redirect HTTP to HTTPS and there is no HTTPS certificate, th...
-
Problem Connecting After Moving Server
Jay posted in MDaemon •The Let's Encrypt certificate is gone on the new server and when I try to run Let's Encrypt nothing happens. Is there a way to force Let's Encrypt to run and create a new certificate?
-
Socket connection closed by the other side (how rude!)
Arron posted in MDaemon •On the MDaemon server, open a Command Prompt and run the following command: telnet 13.213.174.147 25 What do you get? Almost immediately you should get the greeting from the server you are ...
-
Socket connection closed by the other side (how rude!)
Noman posted in MDaemon •Hi , I'm facing an issue in Mdaemon v23.0.3 after setting up the smarthost. It makes connection with the smarthost and do nothing for 30 seconds and connection closed by the relay provider. Our re...
-
Problem Connecting After Moving Server
Arron posted in MDaemon •If you are not getting a response from Telnet, the something in between the client and server is blocking it. Since Outlook works when using the old server, I'd guess that whatever it is is d...
-
Problem Connecting After Moving Server
Jay posted in MDaemon •Thanks for the response, Aaron. MDaemon is using the standard ssl ports, 993 & 465 What's strange is, if I shut the new server down and start up the one I moved from it works perfectly, as al...
-
Problem Connecting After Moving Server
Arron posted in MDaemon •You mention that TCPview shows MDaemon listening on the correct external IP address, is it also listening on a local IP address? On the Outlook machines, is DNS pointing the hostname to the ...
-
Problem Connecting After Moving Server
Jay posted in MDaemon •Server 2022 VMware vm / MDaemon 23 I moved my MDaemon installation to a new server following the instructions I found online and everything appears to be working from the outside. However, O...
-
Imap user with deleting emails
Gary posted in MDaemon •Thanks Arron for the help it's appreciated as ususal.
-
Imap user with deleting emails
Arron posted in MDaemon •Make sure you are logging detailed mail sessions. Setup / Server Settings / Logging / Log Mode You'll also want to Log an ID string in mail sessions so you can easily find the entire session...
-
Imap user with deleting emails
Gary posted in MDaemon •I have an IMAP user where some emails are being expunged but the user says he did not delete them but about 4 seconds later in one example after being created in the user directory the log shows ex...
-
spam filter - manual adjustment by message subject
Arron posted in MDaemon •I'm assuming by "spamworld" you mean the text file. In the latest version, the dialog in the content filter to configure the text file to use explains that you can use regular expressions but...
-
content filter if EXTERNAL SENDER condition
Arron posted in MDaemon •I add the rule in content filter "if EXTERNAL SENDER and Header From contains "@mycompany.com" move message to Spam folder". I thought it will be nice to filter fishing mails, but it routes a...
-
content filter if EXTERNAL SENDER condition
Arron posted in MDaemon •It is compairing the domains in the Return-Path, Sender, and From headers to the domain of the person receiving the email. The condition will actually flag messages anytime the domain in the...
-
Mail List Members update working in V22 using V20 API broken in V23.5
Stéphane posted in MDaemon API •@Keith Thank you. I tested. It now works, but I had to put back the <Members> tag in the API call, as per V20 documentation. The API Dll in V23.5.1Beta now works for me as it did version pri...
-
content filter if EXTERNAL SENDER condition
Alexey posted in MDaemon •Sorry, just read again your answer "It compares the domains in the Return-Path, Sender, and From headers to the recipient's domain." and see recipient's domain, not sender domain. I dont understan...