Search found 190 matches
- 2020-08-21 14:43
- Forum: General discussions
- Topic: Fail2ban for hMailServer... The hard way
- Replies: 5
- Views: 1463
Re: Fail2ban for hMailServer... The hard way
Oh I read those... my setup is realtime, has no database requirement, fits my existing ban management strategy, standardizes log locations, requires no vbscript or powershell, does not leave stray "TCP" connection log entries in the hMailServer logs, and makes me happy. You're welcome not to use it ...
- 2020-08-21 03:22
- Forum: General discussions
- Topic: Fail2ban for hMailServer... The hard way
- Replies: 5
- Views: 1463
Fail2ban for hMailServer... The hard way
Greetings Earthlings, For a few years I had been using hMailServer for my IMAP, POP3, and outbound SMTP services, but Linux with postfix, postgrey, and spamassassin for my inbound SMTP. I used Fail2ban on the inbound mail server to auto-ban various annoying behaviour based on the content of my postf...
- 2016-03-17 23:14
- Forum: General discussions
- Topic: Getting Flagged As Spam? SPF, DKIM & DMARC Validator
- Replies: 8
- Views: 5450
Re: Getting Flagged As Spam? SPF, DKIM & DMARC Validator
Thanks a bunch Jim, much appreciated!
I am just checking out port25 right now (thanks tochi).
s.
I am just checking out port25 right now (thanks tochi).
s.
- 2016-03-17 23:09
- Forum: General discussions
- Topic: Getting Flagged As Spam? SPF, DKIM & DMARC Validator
- Replies: 8
- Views: 5450
Re: Getting Flagged As Spam? SPF, DKIM & DMARC Validator
Be warned, people. Hey Jim, Thanks for the warning. I got notification of your reply by email and thought I should log in [been a while] to perhaps delete the link, or at least make it harder to get to - but do not see a way to edit the post. If a moderator felt so compelled, I would be happy (base...
- 2015-03-11 18:53
- Forum: General discussions
- Topic: Rogers Lying about blocking ports?
- Replies: 11
- Views: 7008
Re: Rogers Lying about blocking ports?
Teksavvy does block port 25 on dynamic addresses, but not on static addresses (which cost $4 a month last time I checked). There was a time when Teksavvy was considered "The Cat's Ass" for Canadian geeks who want to do things like run mail servers, but frankly there are times it seems like they are...
- 2014-12-02 03:26
- Forum: General discussions
- Topic: Log file analyser - Web version and program version
- Replies: 2
- Views: 2377
Re: Log file analyser - Web version and program version
Wanted to let folks know that I just tried the log analyzer at
http://log.damnation.org.uk/
and it seems to be back up and running. Thank you to Doom and any others that helped in getting it back up again... much appreciated!
S.
http://log.damnation.org.uk/
and it seems to be back up and running. Thank you to Doom and any others that helped in getting it back up again... much appreciated!
S.
- 2014-10-23 21:34
- Forum: General discussions
- Topic: Looking for 'the' mail server solution
- Replies: 18
- Views: 7375
Re: Looking for 'the' mail server solution
Hey Ben Kenobi, For login attempts like that the hMailServer autoban feature should work just fine. Except, as percepts points out, the feature is not quite real-time, so if a large number of attempts are all sent at once the autoban may not kick in right away... though your logs look as though you ...
- 2014-10-23 19:22
- Forum: General discussions
- Topic: Looking for 'the' mail server solution
- Replies: 18
- Views: 7375
Re: Looking for 'the' mail server solution
[12/Oct/2014 06:31:28] SMTP: User user@*******.co.uk doesn't exist. Attempt from IP address 220.133.83.172 [12/Oct/2014 06:31:36] SMTP: User support@*******.co.uk doesn't exist. Attempt from IP address 220.133.83.172 [12/Oct/2014 06:31:44] SMTP: User contact@*******.co.uk doesn't exist. Attempt fro...
- 2014-10-23 16:36
- Forum: Feature requests
- Topic: Long-term roadmap suggestions?
- Replies: 91
- Views: 62790
Re: Long-term roadmap suggestions?
Mine too.Lefty wrote:Having Java on the Server is not the best idea one could have. But thats only my opinion.
S.
- 2014-10-22 00:42
- Forum: Feature requests
- Topic: Long-term roadmap suggestions?
- Replies: 91
- Views: 62790
Re: Long-term roadmap suggestions?
Yeah, exactly... just like the hMailServer internal auto-ban mechanism. Currently my admin interface is not accessible from outside of the network that the mail server sits on, if I were to open a web-admin interface to the outside world (so I could avoid putting a browser on my server) I would like...
- 2014-10-21 23:51
- Forum: Feature requests
- Topic: Long-term roadmap suggestions?
- Replies: 91
- Views: 62790
Re: Long-term roadmap suggestions?
It does... Been going through the code but have not yet figured out how they do it, they don't use the standard Perl modules for running a webserver but OTOH it's a purpose built interface that do not need to support every aspect of a "normal" webserver. True, it is not like you can add things like...
- 2014-10-21 20:56
- Forum: Feature requests
- Topic: Long-term roadmap suggestions?
- Replies: 91
- Views: 62790
Re: Long-term roadmap suggestions?
Sounds like ASSP has its own web server according to this post.LesD wrote:Is ASSP running some web server or using some other magic to support the web based admin? I somehow doubt that a web server is involved.
S.
- 2014-10-21 18:51
- Forum: Feature requests
- Topic: Long-term roadmap suggestions?
- Replies: 91
- Views: 62790
Re: Long-term roadmap suggestions?
As Master Yoda would put it; " A strong resistance against evolution, I sense " :wink: I believe that my resistance would be the evolution from an MTA that I can use on my crappy old P4 to serve private email for my friends and family along with other services like http, ssh, irc, and teamspeak to ...
- 2014-10-21 15:47
- Forum: Feature requests
- Topic: Long-term roadmap suggestions?
- Replies: 91
- Views: 62790
Re: Long-term roadmap suggestions?
Or... By using the REST API you could make a Java based GUI distributed via Java Web Start. Just like Cisco do with their products... Something completely different - high availability... Split hMailServer into multiple services (DB, Main app, SMTP, IMAP and POP3) connected via a common "bus" to al...
- 2014-10-19 00:19
- Forum: Feature requests
- Topic: Long-term roadmap suggestions?
- Replies: 91
- Views: 62790
Re: Long-term roadmap suggestions?
If you were to use a browser and a webserver there would not be a need for an API per se. REST API... <Application>-<HTML connector>---(TCP/IP)---<HTML connector>-<Server> |<----------- Any OS -------------->|<--------- Windows ----------->| As it is now.. (if I'm not completely mistaken...) <Appli...
- 2014-10-18 21:58
- Forum: Feature requests
- Topic: Long-term roadmap suggestions?
- Replies: 91
- Views: 62790
Re: Long-term roadmap suggestions?
Let's say you're using hMailServer with IMAP. The server goes down. Incoming email will still be queued up even if you just have a single MX record (hopefully), but now you can't access your email (because the server where the messages resides is down). If it were possible to host a single hMailSer...
- 2014-10-18 21:23
- Forum: Feature requests
- Topic: Long-term roadmap suggestions?
- Replies: 91
- Views: 62790
Re: Long-term roadmap suggestions?
The REST API looks quite nice and the major change is that HTML is used to replace RPC/COM. By using the REST API it will be possible to run a GUI on Windows/Linux/Android/iOS and IF hMailServer is to have an embedded HTML server/engine running on a non-standard IP port... Well... I am not sure wha...
- 2014-10-18 20:07
- Forum: Feature requests
- Topic: Long-term roadmap suggestions?
- Replies: 91
- Views: 62790
Re: Long-term roadmap suggestions?
I have a NO vote for the first suggestion - to remove the built-in hMS Admin interface. I guess when I initially read that first option I didn't pay enough attention to the "ditch" part - I would also vote no on this (if I were allowed a third vote)... or at least provide an option during the insta...
- 2014-10-17 00:02
- Forum: General discussions
- Topic: Getting Flagged As Spam? SPF, DKIM & DMARC Validator
- Replies: 8
- Views: 5450
Re: Getting Flagged As Spam? SPF, DKIM & DMARC Validator
LAWL! You mean the email address I created specifically for messagesystems.com? 
S.

S.
- 2014-10-16 22:38
- Forum: General discussions
- Topic: Getting Flagged As Spam? SPF, DKIM & DMARC Validator
- Replies: 8
- Views: 5450
Re: Getting Flagged As Spam? SPF, DKIM & DMARC Validator
When I signed up for this service I did not check the box that says "Keep me updated on Message Systems". It has been 6 days and they just sent me an email anyways.
Just sayin'.
S.
Just sayin'.
S.
- 2014-10-12 19:06
- Forum: Feature requests
- Topic: Long-term roadmap suggestions?
- Replies: 91
- Views: 62790
Re: Long-term roadmap suggestions?
I'm voting for "cross-platform" and "other" because I wanted to add the point that if hMailServer were to be going cross platform I would much prefer that it not be dependent on supporting applications like Java, Python, Perl, .NET, Ruby, etc. My mail server also provides http, sshd, irc, mysql, and...
- 2014-10-10 22:24
- Forum: General discussions
- Topic: Getting Flagged As Spam? SPF, DKIM & DMARC Validator
- Replies: 8
- Views: 5450
Getting Flagged As Spam? SPF, DKIM & DMARC Validator
Greetings Earthlings, Over the years I have seen a number of messages in the forums here about hMailServer users having their mail flagged as spam by some well known big email providers like Google, Microsoft, and Yahoo!. There are obviously a plethora of reasons this might occur (which the users of...
- 2014-09-26 04:18
- Forum: General discussions
- Topic: Ip continues to try after Autoban
- Replies: 11
- Views: 5547
Re: Ip continues to try after Autoban
if its always the same IP you can ask your isp to block it, you may even be able to do it yourself from isp account panel. Hey percepts, Have you ever successfully got an ISP to block traffic for you? I had an IP in China that was generating over 200GB of traffic per month trying to authenticate to...
- 2014-09-05 15:17
- Forum: General discussions
- Topic: sending spam again oh no !!!
- Replies: 25
- Views: 8311
Re: sending spam again oh no !!!
Hey percepts,percepts wrote:This happens all the time and there is little you can do about it except enable greylisting which may stop it.
That would be "auto-ban" rather than "greylisting" right?
S.
- 2014-09-04 19:53
- Forum: General discussions
- Topic: sending spam again oh no !!!
- Replies: 25
- Views: 8311
Re: sending spam again oh no !!!
How do you know that you are sending out spam? If you can't find it in your logs then is it possible that a computer other than your mail server is infected with a virus that is sending spam? If you are behind a NAT gateway/router then all of your internal devices will appear to be the same IP addre...
- 2014-09-03 20:07
- Forum: SpamAssassin implementation discussions
- Topic: SpamAssassin 3.4.0-RC5 Install Procedure
- Replies: 58
- Views: 38422
Re: SpamAssassin 3.4.0-RC5 Install Procedure
I actually do something fairly similar in my nightly script... but I am enough of an anti-spam-nazi that I shut down hMailServer for the intervening few seconds. 
PS: I had a quick look at that KAM.cf and will have to look at it a little more in depth. Good find there.
S.

PS: I had a quick look at that KAM.cf and will have to look at it a little more in depth. Good find there.
S.
- 2014-09-03 18:31
- Forum: SpamAssassin implementation discussions
- Topic: SpamAssassin 3.4.0-RC5 Install Procedure
- Replies: 58
- Views: 38422
Re: SpamAssassin 3.4.0-RC5 Install Procedure
I use a custom ruleset (KAM.cf) that appear to be updated daily, so I do daily updates... net stop spamassassin sa-update.exe -v --nogpg --channelfile UpdateChannels.txt --refreshmirrors wget -q http://www.pccc.com/downloads/SpamAssassin/contrib/KAM.cf -O c:\spamassassin\etc\spamassassin\KAM.cf net...
- 2014-08-28 03:35
- Forum: Feature requests
- Topic: Autoban on breaching spam delete threshold
- Replies: 13
- Views: 11242
Re: Autoban on breaching spam delete threshold
"SMTPD" 3052 539 "2013-12-30 14:54:54.930" "212.143.81.62" "SENT: 220 mail.snork.ca ESMTP NO UCE WASSUP" "SMTPD" 3608 539 "2013-12-30 14:54:55.273" "212.143.81.62" "SENT: 250 OK" "SMTPD" 2184 539 "2013-12-30 14:54:55.429" "212.143.81.62" "RECEIVED: RCPT TO:<doesnotexist@snork.ca>" "SMTPD" 2184 539 ...
- 2014-08-15 03:46
- Forum: General discussions
- Topic: SpamAssassin 3.4.0 autolearn=no autolearn_force=no
- Replies: 2
- Views: 9253
Re: SpamAssassin 3.4.0 autolearn=no autolearn_force=no
I think SA does require a fair bit of patience, and a willingness to feed it a large amount of both ham and spam so it can profile your mail.SorenR wrote:I did play with it but I found it not really following the thresholds - or maybe I just lacked the patience

S.
- 2014-08-09 05:28
- Forum: General discussions
- Topic: How do i setup ip rotation ?
- Replies: 6
- Views: 9017
Re: How do i setup ip rotation ?
...PokemonPets wrote:i am not gonna send spam but i am gonna send a lot of mails
ROFLCOPTER! Anybody care to redirect the Wikipedia page for "spam" to this post?PokemonPets wrote:i have over 1m registered members since 2009 but i don't verify emails
S.
- 2014-08-07 02:41
- Forum: General discussions
- Topic: Graylisting-whitelisting Not Working
- Replies: 2
- Views: 2105
Re: Graylisting-whitelisting Not Working
Hey SorenR,SorenR wrote:Did you try 17.*.*.* ?
I'll try that out right now and monitor for subsequent connections. Thanks for the idea.

S.
- 2014-08-07 01:59
- Forum: General discussions
- Topic: Graylisting-whitelisting Not Working
- Replies: 2
- Views: 2105
Graylisting-whitelisting Not Working
Greetings Earthlings, I have 17.* greylist-whitelisted as seen here: http://i.imgur.com/GeTuo4i.png but I am still seeing traffic from addresses in that range being greylisted in my logs "SMTPD" 1600 5737 "2014-08-06 19:06:26.562" "17.171.37.65" "SENT: 220 mail.snork.ca ESMTP NO UCE WASSUP" "SMTPD" ...
- 2014-08-04 23:39
- Forum: General discussions
- Topic: Greylisting: security vs. spam mitigation
- Replies: 13
- Views: 11824
Re: Greylisting: security vs. spam mitigation
Hey Jim, If you enable greylisting, your system would send "SENT: 451 Please try again later" immediately after the remote system sends you "RCPT TO: your_account@yourdomain.com". So in your first scenario greylisting would not happen at all because the conversation never gets that far. In the secon...
- 2014-08-04 20:41
- Forum: General discussions
- Topic: Greylisting: security vs. spam mitigation
- Replies: 13
- Views: 11824
Greylisting: security vs. spam mitigation
I wanted to start a new thread since it appears as though we have inadvertently hijacked a previous question in Tips N Tricks about stopping spammers with a particular HELO string. In this other thread , jimimaseye was asking about greylisting. Q: So greylisting only applies AFTER authentication has...
- 2014-08-04 18:25
- Forum: General discussions
- Topic: How to block bruteforce attack from ymfl-pc
- Replies: 33
- Views: 23962
Re: How to block bruteforce attack from ymfl-pc
Nope... GreyListing is an Anti-SPAM tool, not a Security tool. Auto-Ban is a Security tool. Exactly, external to local is simply "mail delivery", while authentication is typically for outbound mail (a user of yours is trying to send mail to an external destination). While it is true that spammers m...
- 2014-08-04 18:02
- Forum: General discussions
- Topic: How to block bruteforce attack from ymfl-pc
- Replies: 33
- Views: 23962
Re: How to block bruteforce attack from ymfl-pc
Hmm.... How did we go from brute force logon attempts on SMTP port 25 to Greylisting ?? :mrgreen: Hmmm, we did kind of hijack this one. :-( Snork, I read the manual as this: Minutes to defer deliver attempts - (default is 30) Specify how many minutes hMailServer should wait before accepting a messa...
- 2014-08-04 17:38
- Forum: General discussions
- Topic: How to block bruteforce attack from ymfl-pc
- Replies: 33
- Views: 23962
Re: How to block bruteforce attack from ymfl-pc
If I may elaborate a bit... The reason I do not have "bypass on SPF" enabled is because I had a wave of spam [more than a year ago now] that was coming from SPF'ed domains. The spammers basically found some domains that had a +all in their SPF records, allowing delivery from anywhere. The spam was b...
- 2014-08-04 15:07
- Forum: General discussions
- Topic: How to block bruteforce attack from ymfl-pc
- Replies: 33
- Views: 23962
Re: How to block bruteforce attack from ymfl-pc
Greetings Folks, My understanding is that all normal decent SMTP server delivering messages would 'understand' that when it cannot deliver the first time round, that it will try again without complaining (of which it would then be successful). And most spambotd are NOT coming from decent SMTP server...
- 2014-07-29 01:53
- Forum: General discussions
- Topic: Tarpitting Feature Removed v5.4?
- Replies: 2
- Views: 1722
Re: Tarpitting Feature Removed v5.4?
Hey percepts... thanks for the quick answer, mucho appreciato. 
S.

S.
- 2014-07-28 20:18
- Forum: General discussions
- Topic: Tarpitting Feature Removed v5.4?
- Replies: 2
- Views: 1722
Tarpitting Feature Removed v5.4?
Greetings Earthlings, I was doing a little reading and noticed that the "latest" docs still show tarpitting as an available feature. Would it be true that this should be removed from the docs? http://www.hmailserver.com/documentation/latest/?page=reference_antispam PS: I did a quick forum search and...
- 2014-07-25 23:27
- Forum: Scripting
- Topic: Dump Junkmail For Unused Addresses
- Replies: 22
- Views: 17984
Re: Dump Junkmail For Unused Addresses
Hey guys, I think I may have found something that I can live with. The last few messages got me thinking... why not try to block this at the firewall level? After a little testing I came up with this: iptables -I FORWARD -p tcp --dport 25 -m string --string 'rcpt to: crappy.address@mydomain.ca' --ic...
- 2014-07-25 21:23
- Forum: Scripting
- Topic: Dump Junkmail For Unused Addresses
- Replies: 22
- Views: 17984
Re: Dump Junkmail For Unused Addresses
Hey percepts, But I also download maxminds csv file, run an sql select on country and use powershell to create firewall rules allowing only those IPs I want into my websites. Also maintain some other firewall rules to allow a few search engine bots through. I much prefer blocking inbound "bad traffi...
- 2014-07-25 19:41
- Forum: Scripting
- Topic: Dump Junkmail For Unused Addresses
- Replies: 22
- Views: 17984
Re: Dump Junkmail For Unused Addresses
Hey percepts, Thanks for the link, it looks pretty cool. I am actually already blocking some countries by using lists from IPDeny and some ipset rules on my firewall (which gives me the added bonus of being able to block them from other services like http at the same time). If anyone cares to see ho...
- 2014-07-25 03:33
- Forum: Scripting
- Topic: Dump Junkmail For Unused Addresses
- Replies: 22
- Views: 17984
Re: Dump Junkmail For Unused Addresses
Hey mattg, Hmmm, perhaps I should have elaborated... I do have a catch-all on the domain, but I do not have a catch-all on this backup MX server that is now essentially acting as a "greylisting/backup MX" machine. Even if I do disable the catch-all address I still get: "SMTPD" 1884 8144 "2014-07-24 ...
- 2014-07-24 18:46
- Forum: Scripting
- Topic: Dump Junkmail For Unused Addresses
- Replies: 22
- Views: 17984
Re: Dump Junkmail For Unused Addresses
Don't get me wrong, I like logging... I just want to remove the 80% or more of my logs that are for greylisting. ;-) I think my solution might be to maintain a primary hMailServer that handles real mail and client activity while using a secondary hMailServer that acts as a backup MX and handles all ...
- 2014-07-24 18:07
- Forum: Scripting
- Topic: Dump Junkmail For Unused Addresses
- Replies: 22
- Views: 17984
Re: Dump Junkmail For Unused Addresses
@percepts: Unfortunately I don't have the IP addresses ahead of time, and the activity seems to be coming from numerous different and changing IP's. I admit that I haven't actually checked, but my guess is that they are mostly virus-infected zombie PC's. :-( I have tried something like that in OnSMT...
- 2014-07-24 16:09
- Forum: Scripting
- Topic: Dump Junkmail For Unused Addresses
- Replies: 22
- Views: 17984
Re: Dump Junkmail For Unused Addresses
Hey percepts, Here's a common log file example: "SMTPD" 3936 2157 "2014-07-23 23:34:37.057" "190.29.138.62" "SENT: 220 mx1.snork.ca ESMTP" "SMTPD" 3936 2157 "2014-07-23 23:34:37.229" "190.29.138.62" "RECEIVED: EHLO static-adsl190-29-141-23.une.net.co" "SMTPD" 3936 2157 "2014-07-23 23:34:37.229" "190...
- 2014-07-24 05:59
- Forum: Scripting
- Topic: Dump Junkmail For Unused Addresses
- Replies: 22
- Views: 17984
Re: Dump Junkmail For Unused Addresses
Hey mattg, I do, however the messages I am referring to never make it to that mailbox. Actually, I just checked that mailbox and all six of the emails that landed in that account this month were destined for addresses that were at one time legitimate and intentionally deleted (implying that none wer...
- 2014-07-24 04:30
- Forum: Scripting
- Topic: Dump Junkmail For Unused Addresses
- Replies: 22
- Views: 17984
Dump Junkmail For Unused Addresses
Greetings Earthlings, Looking through my logs [yes, I have no life] I see numerous attempts to deliver mail that are stopped by greylisting that I would like to stop before the greylist happens, and I would like to auto-create a temporary ban on the offending IP address. Over and over I see repeated...
- 2014-07-21 15:06
- Forum: General discussions
- Topic: Backup of hmailserver & roundcube webmail
- Replies: 9
- Views: 10488
Re: Backup of hmailserver & roundcube webmail
Hey A_bhishek,
If Roundcube was also relocated with hMailServer you may need to reconfigure it to point to the new IP address (which you can find in config\main.inc.php). If this is the case I would bet that your users' address books have disappeared and can be restored as described here.
S.
If Roundcube was also relocated with hMailServer you may need to reconfigure it to point to the new IP address (which you can find in config\main.inc.php). If this is the case I would bet that your users' address books have disappeared and can be restored as described here.
S.
- 2014-07-06 16:52
- Forum: General discussions
- Topic: Server transfer and run mirrored untill DNS propagation
- Replies: 8
- Views: 5361
Re: Server transfer and run mirrored untill DNS propagation
I would +1 to the backup MX idea... not a bad idea to design it right in to your setup permanently so you don't have to worry about it for future maintenance windows (just make sure you also have spam filtering on the backup MX).SorenR wrote:This is where a backup MX comes in handy
S.
- 2014-06-26 02:33
- Forum: General discussions
- Topic: Export/Import "Greylist Bypass" List
- Replies: 2
- Views: 1994
Re: Export/Import "Greylist Bypass" List
Hey percepts, I admit that I was a little hesitant at first, but it worked just fine. Here is the process in case anyone else needs to perform this [unsupported as previously mentioned] copy of the greylist-whitelist with MySQL as your db: On the server that has the populated greylist-whitelist mysq...
- 2014-06-25 17:36
- Forum: General discussions
- Topic: Export/Import "Greylist Bypass" List
- Replies: 2
- Views: 1994
Export/Import "Greylist Bypass" List
Greetings Earthlings,
I have a reasonably long list of IP's that I have "whitelisted against greylisting" that I would like to copy to another hMailServer v5.4.2-B1964 installation, is there any easy way to avoid having to retype the list?
S.
I have a reasonably long list of IP's that I have "whitelisted against greylisting" that I would like to copy to another hMailServer v5.4.2-B1964 installation, is there any easy way to avoid having to retype the list?
S.
- 2014-06-18 05:51
- Forum: General discussions
- Topic: Anti-Spam DNS Blacklist understanding-why isnt it working?
- Replies: 13
- Views: 7213
Re: Anti-Spam DNS Blacklist understanding-why isnt it workin
Hey jimimaseye, I might be a little confused... could you please clear up a few questions for me: You want all emails coming from Italian IP addresses to be marked as spam, when the message comes from a mail server in Italy your spam detection does mark it properly and when it is picked up via POP3 ...
- 2014-06-17 04:26
- Forum: General discussions
- Topic: Anti-Spam DNS Blacklist understanding-why isnt it working?
- Replies: 13
- Views: 7213
Re: Anti-Spam DNS Blacklist understanding-why isnt it workin
Hey jimimaseye,
Do you have this set?

S.
Do you have this set?

S.
- 2014-05-02 23:30
- Forum: General discussions
- Topic: hMailServer and Windows
- Replies: 5
- Views: 3328
Re: hMailServer and Windows
I've used wine for things but it always seemed barely usable. I'm not sure what would need to be changed. You look into it & let me know. :D The places I recall that were the biggest issue with trying to port to nix was use of ATL & maybe COM or BOOST but BOOST should be available on nix just not s...
- 2014-05-02 19:56
- Forum: General discussions
- Topic: hMailServer and Windows
- Replies: 5
- Views: 3328
Re: hMailServer and Windows
Hey Bill... what about the possibility of changes that would make hMailServer functional under wine ? There are plenty of nix mail servers. Yeah, but boy are they a pain in the ass. There are plenty of tutorials that can be found which explain how to setup Linux mail servers but ultimately it all co...
- 2014-03-16 07:11
- Forum: General discussions
- Topic: Strange Autoban entries
- Replies: 10
- Views: 4942
Re: Strange Autoban entries
Sorry for the delay in responding. I think you are right - as that seems to be the only possibility left. Hey LesD, By the way, if you turn on your IMAP logging and are checking through it - I would suggest checking out Doom's analyzer . It is quite popular with the folks around here (including me)...
- 2014-03-05 03:01
- Forum: General discussions
- Topic: hMailServer Backup > 15GB question
- Replies: 117
- Views: 44013
Re: hMailServer Backup > 15GB question
Ok, so here's a plan: I have a machine that is almost an exact duplicate of this machine and it has nothing to do. So I guess I could setup this extra machine with my current 5.3 running hMailServer configuration and then experiment with the upgrade to 5.4 (while at the same time maintaining mail s...
- 2014-03-04 18:45
- Forum: General discussions
- Topic: hMailServer Backup > 15GB question
- Replies: 117
- Views: 44013
Re: hMailServer Backup > 15GB question
Glad to be of service... let me know if you have any questions or suggestions eh.Q2u2 wrote:Bro...that is a beautiful write-up.
S.