Self-explanatory.
Additional settings and ability to specify DKIM settings for domain-alias too.
Search found 15 matches
- 2015-12-18 17:55
- Forum: Feature requests
- Topic: Ability to sign with DKIM domain aliases too
- Replies: 8
- Views: 7208
- 2015-12-10 12:14
- Forum: Feature requests
- Topic: Customizable ResultCode in Event OnAcceptMessage
- Replies: 2
- Views: 2540
Re: Customizable ResultCode in Event OnAcceptMessage
I need this too!
- 2015-12-09 00:35
- Forum: Scripting
- Topic: OnAcceptMessage and temporary fail
- Replies: 1
- Views: 1576
OnAcceptMessage and temporary fail
Hello. I do some check in my OnAcceptMessage. The result of this check relies on remote system, so if that system is not available, check can not be done, function can't say if it should permit or deny the message. In this situation answering with "temporary fail" is right solution. Is there a way t...
- 2012-05-30 22:29
- Forum: Feature requests
- Topic: "Sleep" function in COM API
- Replies: 17
- Views: 12814
Re: "Sleep" function in COM API
rolaids0,
Yes, I am lazy
Adding that "sleep" is not so hard. Hardest part is to set up compiling environment, to find out where to put the things etc. But I will try.
Thank everyone for participating.
Yes, I am lazy

Thank everyone for participating.
- 2012-05-30 21:54
- Forum: Feature requests
- Topic: "Sleep" function in COM API
- Replies: 17
- Views: 12814
Re: "Sleep" function in COM API
I have seen this solution too, but calling cscript will make unnecessary load and delay.rolaids0 wrote: call C:\Windows\System32\cscript.exe //NoLogo "path\to\script\with\sleep\script.vbs"
So I am voting for native, fast "sleep".
- 2012-05-30 20:15
- Forum: Feature requests
- Topic: "Sleep" function in COM API
- Replies: 17
- Views: 12814
Re: "Sleep" function in COM API
I thought it is feature request thread.......
- 2012-05-30 19:47
- Forum: Feature requests
- Topic: "Sleep" function in COM API
- Replies: 17
- Views: 12814
Re: "Sleep" function in COM API
You are wrong. I need "sleep" to avoid high CPU usage. Sleep uses 0% of CPU. Process launched will exit after 0.25-2 seconds, it is known. But I need to wait that time without empty "while...do" loops, which WILL cause 100% CPU spikes. That is difference.
- 2012-05-30 19:27
- Forum: Feature requests
- Topic: "Sleep" function in COM API
- Replies: 17
- Views: 12814
Re: "Sleep" function in COM API
I explained in the end of my post. I need to wait for launched process to finish and get the exit code.
- 2012-05-30 15:59
- Forum: Feature requests
- Topic: "Sleep" function in COM API
- Replies: 17
- Views: 12814
"Sleep" function in COM API
It would be nice to include kernel32.dll sleep function to work in COM API in "Utilities" or another place for using in VBS scripting. There is no WScript object in hMailServer environment, thus it is impossible to use "WScript.Sleep". I think many people will find "sleep" function very useful, like...
- 2012-05-30 14:27
- Forum: Development & alpha discussions
- Topic: LATEST EXPERIMENTAL BUILD - 5.4-B2014060501
- Replies: 228
- Views: 203642
Re: LATEST EXPERIMENTAL BUILD - 5.4-B2012052801
Bill48105 I have an idea. It would be nice to include kernel32.dll sleep function to work in COM API in "Utilities" or another place for using in VBS scripting. There is no WScript object in hMailServer environment, thus it is impossible to use "WScript.Sleep". I think many people will find "sleep"...
- 2012-04-26 21:45
- Forum: Development & alpha discussions
- Topic: LATEST EXPERIMENTAL BUILD - 5.4-B2014060501
- Replies: 228
- Views: 203642
Re: LATEST EXPERIMENTAL BUILD - 5.4-B2011120101
Bill48105 , can you make HMS write Return-Path header (envelope from) _before_ antispam tests? It is valuable information for SpamAssassin, but it seems Return-Path is added after those tests. I'll be (and users suffering from spam) very happy to see this in one of the next releases :) Thank you in...
- 2012-04-20 16:52
- Forum: Development & alpha discussions
- Topic: LATEST EXPERIMENTAL BUILD - 5.4-B2014060501
- Replies: 228
- Views: 203642
Re: LATEST EXPERIMENTAL BUILD - 5.4-B2011120101
Just installed latest 5.4-B2011120101 on top of latest official beta, and also have Severity: 2 (High), Code: HM5033, Source: DALRecordset::Open, Description: Source: SQLCEConnection::Execute, Code: HM10046, Description: Unknown error when executing SQL statement. SELECT messageid, messageaccountid,...
- 2012-04-20 15:23
- Forum: General discussions
- Topic: SpamAssassin, HMS and RDNS_NONE
- Replies: 5
- Views: 3919
Re: SpamAssassin, HMS and RDNS_NONE
Oh thank you! This is just what I searched for :) From changelog: * FIX: rolaids0 updates to how hmail formats headers to fix SA "RDNS_NONE Delivered to internal network by a host with no rDNS" issues & perhaps others. Before: HELO ([ip]) After: HELO (PTR [ip]) Example Received: from bay0-omc2-s11.b...
- 2012-04-20 13:32
- Forum: General discussions
- Topic: SpamAssassin, HMS and RDNS_NONE
- Replies: 5
- Views: 3919
Re: SpamAssassin, HMS and RDNS_NONE
^DooM^ , what can be faulty? My server uses 8.8.8.8, "nslookup" works great. DNSBL works too. But in Received headers HMS writes name which remote HELO provided, not real PTR of remote host. I am using 5.4-B1931. What version are you using? For example: HMS Log: "SMTPD" 5612 6023 "2012-04-20 00:48:...
- 2012-04-20 10:56
- Forum: General discussions
- Topic: SpamAssassin, HMS and RDNS_NONE
- Replies: 5
- Views: 3919
SpamAssassin, HMS and RDNS_NONE
Hello! I installed latest beta HMS and spamassassin from JAMsoftware. Every message SA scans it claims RDNS_NONE rule was triggered. This is true, because HMS writes "Received" header in format, which SA can not parse and does not perform reverse DNS lookup. HMS writes: Received: from exapmle.com ([...