Hello johnyu2012, please look in the admin-window for the Advanced-item. Click on the + and then click on IP-Ranges - then you can see your IP-Ranges. Maybe your IP blocked by the auto-ban-function; IP-Ranges created by the Auto-Ban-Function are red! The settings for auto-ban you can find under: Acv...
Hello, I've orderd a 2048 Bit SSL-Cerificate via Symantec. I've copied the certificate-text to a file named mycert.cert In HMS I used the key-file for the private-key-file and the cert-file for the certificate-file. The ports for SMPTS is 465, for IPMAPS is 993 and for POP3S is 995. The server was r...
Hello, I have problems with AOL-Emails. Several Emails was blocked by DKIM. Here's a snip of my log: "SMTPD" 2208 7042 "2012-01-19 13:06:46.448" "64.12.206.41" "SENT: 220 mail.MyDomain.de" "SMTPD" 2208 7042 "2012-01-19 13:06:46.557" "64.12.206.41" "RECEIVED: EHLO imr-ma03.mx.aol.com" "SMTPD" 2208 70...
Hello Matt, the problem is solved: If IsArray(MyUnerwuenschtArray) Then For MyOuterRow = 0 To UBound(MyUnerwuenschtArray) If Len(MyUnerwuenschtArray(MyOuterRow)) > 0 Then If InStr(1, LCase(oMessage.Subject), LCase(MyUnerwuenschtArray(MyOuterRow)), vbTextCompare) <> 0 Then ' oMessage.AddRecipient "",...
Hello Bill, I really wanted to do this without editing the email. I tried using AddRecipient/AddRecipientBCC to add a new additional Recipient. The following error returns: Wrong number of arguments or invalid property assignment: 'oMessage.AddRecipient' - Line: 674 Column: 24 - Code: (null) ' Kind ...
Hello, is it possible to convert the following text - with hex-characters - in a ascii-text? <br=3E-- <br=3EASKUMA AG<br=3EP= rager Ring 4-12<br=3E66482 Zweibr=FCcken<br=3E<br=3E Tel: (06332) 2 06 61 36= <br=3EFax: (06332) 2 06 61 15<br=3E<br=3E Vorstand: Oliver Reinking<br=3EVor= sitzender des Aufs...
Hello, why the body of forwarded messages is length=0? This following code inserted in function OnAcceptMessage shows 0 only for forwarded messages. Is the message a origin message, the length will be showd correctly! EventLog.Write("Len(oMessage.Body) = " & Len(oMessage.Body)) EventLog.Write("Len(o...
Here's some text of the site: You have been issued an Access Key. The http:BL Access Key tied to your account is shown in the gray box. Only one Access Key is allowed per user. Sharing of Access Keys with other users is forbidden by the Project Honey Pot Service Agreement. Access Keys are 12-alpha c...
Hello ObiWan, I noticed this thread before; but I dont want 40 or more DNSBL's. I'm using Geoip and this is quick and user-friendly. For example; we get emails only from our german customers. Emails from italy, spain ore other countries are at most spam. Now it's smart to increas the spamscore; is t...
Hello form Germany... :) We are using the Spam-Test: "Check host in the HELO command" and this stops a lot of spam. I'm checking every day the log for legitimate emails and there's no problem. But sometimes the DNS is slow and could not get the PTR of the sending IP. This will be returned by: "550 T...
Hello aschoenf, if You are using ASP - Classic or .Net - You must take care for the timeout of Your script!
I send every month a newsletter - with classic ASP - to about 20.000 recipients with no problems.
Hello, I use this tool since yesterday! Very great, the most spammer's are blocked and my logfile is now clearly. Here's my code: Sub OnClientConnect(oClient) Dim GeoIP Dim Country ' '-> Mit Hilfe der GeoIP-DLL die TLD auslesen! ' Set GeoIP = CreateObject("GeoIPCOMEx.GeoIPEx") GeoIP.set_db_path("C:\...
Hello Martin, no the server wont send and receive emails.
After stop und start the HMS-Service in admin-windows nothing happend.
Only a reboot of my server was the solution.
Hello, the following lines are in my errog log this morning: "ERROR" 372 "2009-10-01 07:05:43.935" "Severity: 3 (Medium), Code: HM5136, Source: TCPConnection::HandleRead, Description: An error occured while parsing data. Data length: 6, Data: RETR 5. Remote IP: 87.177.113.164" "ERROR" 516 "2009-10-0...
Hello vangoga, if you activated greylisting, so you want to prevent the recipient is waiting long time for your messages. My setting for 'minutes between every retry' is 10. If you want to try for 3 days, you must set the setting 'number of retries' to 432 (3 days * 24 hours * 60 minutes = 4320 / 10...
Hello, the function auto-ban IPs is very good. This works only for login-attempts. It would be very nice to ban IP's like seen in my current log: "SMTPD" 2732 46328 "2009-08-24 12:24:31.593" "187.15.134.146" "SENT: 220 Welcome to MilesTec AG" "SMTPD" 2732 46329 "2009-08-24 12:24:31.656" "187.15.134....
Hello, I reseted all my DKIM-Settings and saved this. Then all of my settings where created new - with the old keyfiles. Everything worked fine; DKIM is in header - again :D But emails from Yahoo with the following header is rejected by DKIM: Return-Path: confirm-return-Noa=mydomain.de@returns.group...
Hello, in Version 5.1x my seven DKIM-Records where sent - all works fine.
After upgrade (version 5.2B354) there are no DKIM-Entries in the headers of the outgoing emails.