Search found 281 matches

by ObiWan
2023-02-01 10:28
Forum: Feature requests
Topic: Country Code IP Block / Allow ( GeoIP )
Replies: 41
Views: 38404

Re: Country Code IP Block / Allow ( GeoIP )

zz.countries.nerd.dk is now dead as confirmed by Andreas Plesner in an e-mail to me on 17 Jan 2023. Has anyone come up with anything similar? A DNS-type query that returns the country code associated with an IP address? The list is still available here (didn't check it though) https://jpmens.net/pa...
by ObiWan
2020-07-28 17:36
Forum: User-submitted tutorials
Topic: Checking SSL ciphers
Replies: 4
Views: 14308

Re: Checking SSL ciphers

Thanks, useful ✔️ You're welcome; as for using it, here are a couple examples sslscan --starttls-smtp mail.example.com:25 sslscan --starttls-pop3 mail.example.com:110 the above two will check the "mail.example.com" server for supported SSL/TLS ciphers on SMTP and POP3, for further usage, just run t...
by ObiWan
2020-07-20 09:26
Forum: User-submitted tutorials
Topic: Checking SSL ciphers
Replies: 4
Views: 14308

Re: Checking SSL ciphers

As a note, the latest version of SSLscan which also checks for TLS1.3 is available here

https://github.com/rbsec/sslscan

not willing to build it yourself, you can pick the latest binary release here

https://github.com/rbsec/sslscan/releases
by ObiWan
2019-03-25 13:49
Forum: User contributed hMailServer 5 scripts
Topic: Use an "MX sandwich" to reduce spam and load
Replies: 21
Views: 32216

Re: Use an "MX sandwich" to reduce spam and load

ObiWan wrote:
2010-07-22 17:53
you will also need a "fake MX" like the one (I wrote it) which can be downloaded here (complete with source code)
In case someone is still interested, the FakeMX URL changed, it can now be found here
by ObiWan
2017-03-03 17:23
Forum: Feature requests
Topic: SRS - Sender Rewriting Scheme
Replies: 32
Views: 37235

Re: SRS - Sender Rewriting Scheme

Hotmail changes over the last few days now mean that I also need SRS. Any user who has email forwarded to Hotmail now has failed delivery due to SPF :( SRS seems to be the only way to fix it whilst also maintaining fairly quick message delivery. The other option is to get Hotmail to poll the IMAP /...
by ObiWan
2015-04-30 15:14
Forum: User contributed hMailServer 5 scripts
Topic: Script to delete messages older than X days
Replies: 75
Views: 131255

Re: Script to delete messages older than X days

micros72 wrote:How do I implement this script? Can't find any good documentation about scripts.
start here and move on to this section in short, read the manual, it's there for a good reason
by ObiWan
2015-04-30 15:09
Forum: General discussions
Topic: Decreasing "Minutes between download"
Replies: 11
Views: 7322

Re: Decreasing "Minutes between download"

I have a question: When using external accounts for a hMail-Account, I can configure the interval used to download the messages from external account via pop3. The smallest value I can set there is 1, which means hMailServer is checking every minute for new messages. Is it possible to decrease this...
by ObiWan
2015-04-03 15:02
Forum: General discussions
Topic: hMS and SSL Elliptic Curves
Replies: 11
Views: 11521

Re: hMS and SSL Elliptic Curves

Yes. An elliptic curve key must be created based of a specific elliptic curve (in hMailServer's case that's hardcoded to be secp256r1 (aka prime256v1)) and then linked to the SSL context when the server starts. D'Oh !!! You are totally right, I forgot about that step, now I see !! Well, at least, i...
by ObiWan
2015-04-03 09:44
Forum: User-submitted tutorials
Topic: Configuring SSL ciphers
Replies: 1
Views: 7355

Re: Configuring SSL ciphers

Just in case, another good source of infos about SSL is this one the guides and tools found there may be quite useful
by ObiWan
2015-04-03 09:39
Forum: General discussions
Topic: hMS and SSL Elliptic Curves
Replies: 11
Views: 11521

Re: hMS and SSL Elliptic Curves

martin wrote:I took a look. Apparently support for EC ciphers is something which needed to be implemented explicitly, which I have done now. It will be included in the next 5.6.3 build.
Thanks Martin; so it's due to some additional initialization steps ?!?
by ObiWan
2015-04-01 15:02
Forum: User-submitted tutorials
Topic: Configuring SSL ciphers
Replies: 1
Views: 7355

Configuring SSL ciphers

Maybe you heard about the various OpenSSL security issues and exploits, including "BEAST", "HeartBleed" and the latest "FREAK"; now, set aside the fact that you'll always need to upgrade your OpenSSL libraries as soon as possible, you may wonder how to configure your hMailServer to be quite resilien...
by ObiWan
2015-04-01 14:42
Forum: General discussions
Topic: hMS and SSL Elliptic Curves
Replies: 11
Views: 11521

Re: hMS and SSL Elliptic Curves

No news nor infos ? Not willing to pull someone's leg, just curious as why hMS 5.6 doesn't seem to fully support EC crypto.
by ObiWan
2015-03-23 10:01
Forum: General discussions
Topic: hMS and SSL Elliptic Curves
Replies: 11
Views: 11521

Re: hMS and SSL Elliptic Curves

What version are you using? The support for elliptic curve Diffie–Hellman was introduced in hMailServer 5.6. It's not really "blocked", previous to that, more like the necessary initialization for this cipher was not implemented. Sorry for the delay; I checked the hMS version and the hMailAdmin rep...
by ObiWan
2015-03-11 18:19
Forum: General discussions
Topic: hMS and SSL Elliptic Curves
Replies: 11
Views: 11521

Re: hMS and SSL Elliptic Curves

Yes, I did, and to be sure I even stopped the service and started it back since the built-in function which asks for a restart when you change the suite list doesn't seem to always work ok
by ObiWan
2015-03-11 15:39
Forum: General discussions
Topic: hMS and SSL Elliptic Curves
Replies: 11
Views: 11521

hMS and SSL Elliptic Curves

I'm wondering if hMS may have some code blocking the use of Elliptic Curve crypto (EC); I'm writing this since I observed a quite strange behavior... but, let me start from the beginning. Having the ability to specify SSL ciphers in hMS, I decided to configure it to avoid weak and vulnerable ciphers...
by ObiWan
2015-03-02 13:51
Forum: User contributed hMailServer 5 scripts
Topic: Delete Emails X days OLD ( replacement version )
Replies: 4
Views: 6847

Re: Delete Emails X days OLD ( replacement version )

Slightly edited code to use DateDiff() (note: didn't test the code !!) Option Explicit Const DAYS_TO_KEEP_MESSAGES = 0 Const MESSAGES_FOLDER = "INBOX" ' this will delete from the inbox folder, change as appropriate Const DOMAIN_NAME = domain.com" Const ACCOUNT_NAME = "user@domain.com" Const HMSADMIN...
by ObiWan
2015-03-02 10:09
Forum: User-submitted tutorials
Topic: Checking SSL ciphers
Replies: 4
Views: 14308

Re: Checking SSL ciphers

In case someone is curious to see what the output looks like... D:\Tools\sslscan> sslscan --no-failed smtp.gmail.com:465 _ ___ ___| |___ ___ __ _ _ __ / __/ __| / __|/ __/ _` | '_ \ \__ \__ \ \__ \ (_| (_| | | | | |___/___/_|___/\___\__,_|_| |_| Version 1.9.2-win32 http://www.titania.co.uk Copyright...
by ObiWan
2015-03-02 09:49
Forum: User-submitted tutorials
Topic: Checking SSL ciphers
Replies: 4
Views: 14308

Checking SSL ciphers

I suppose most if not all the hMS users are aware of the latter SSL issues and vulnerabilities; issues which, to be fixed need a reconfiguration of the SSL ciphers offered by the server; now, once the server is reconfigured as desired, one may want to check it to ensure it isn't offering vulnerable ...
by ObiWan
2014-11-10 11:03
Forum: Development & alpha discussions
Topic: TLS and POP3
Replies: 14
Views: 13297

Re: TLS and POP3

if you are trying to fetch via pop on port 995 then use ssl/tls. But if you want to fetch pop on port 110 then use STARTTLS and that means in tcp/ip ports you should specify SSL/TLS on port 995 and STARTTLS on port 110. and corresponding setting in your email client depending on the port you specif...
by ObiWan
2014-11-10 10:13
Forum: Development & alpha discussions
Topic: distribution lists in 5.6
Replies: 12
Views: 9656

Re: distribution lists in 5.6

See: https://github.com/hmailserver/hmailserver/issues/50 well... yes, but then I think we're trying to reinvent the wheel here, see, SRS solves the "sender issue" too, although, by the way, when it comes to lists there should be an option for "reply" and "errors" addressing; that said, the very sa...
by ObiWan
2014-11-07 17:56
Forum: Development & alpha discussions
Topic: TLS and POP3
Replies: 14
Views: 13297

Re: TLS and POP3

percepts wrote:incase you are in any doubt, this external download from gmx specified STARTTLS Required.
I know that GMX works, in fact, it's the hMS which doesn't work with the very same client while gmx does (as for my messages)
by ObiWan
2014-11-07 17:53
Forum: Development & alpha discussions
Topic: TLS and POP3
Replies: 14
Views: 13297

Re: TLS and POP3

ALSO I suspect your configuration is wrong because it works perfectly fine for me. Since you haven't posted any hmail logs I really can't say why but I suspect you've mi-set some tls/ssl options. untick verify remote ssl/tls certificates. and tick all tls versions in there so it can find the one th...
by ObiWan
2014-11-07 17:06
Forum: Development & alpha discussions
Topic: TLS and POP3
Replies: 14
Views: 13297

Re: TLS and POP3

percepts wrote:Please post Issues at

https://github.com/hmailserver/hmailser ... =is%3Aopen
Uh... (GROAN) ... so this forum is some kind of abandoned place or what ?
by ObiWan
2014-11-07 17:04
Forum: Development & alpha discussions
Topic: TLS and POP3
Replies: 14
Views: 13297

Re: TLS and POP3

As a note, here's the log of a TLS session with the gmx.net POP3 server (email address munged) [16:00:00] POP3< +OK POP server ready H migmx023 0MNEiG-1Xg8Di3r1U-006mgw [16:00:00] POP3> STLS [16:00:00] POP3< +OK Begin TLS negotiation [16:00:01] POP3> USER myaddress@gmx.net [16:00:01] POP3< +OK passw...
by ObiWan
2014-11-07 16:41
Forum: Development & alpha discussions
Topic: distribution lists in 5.6
Replies: 12
Views: 9656

Re: distribution lists in 5.6

Martin, I have just been trying out 5.6 B2119. Prior to this I was using B2107 has anything changed in the way Received headers are handled? I ask because I thought that if you modified FromAdress of a mail sent to a distribution list to the distribution list address, that hmail would would remove ...
by ObiWan
2014-11-07 16:31
Forum: Development & alpha discussions
Topic: TLS and POP3
Replies: 14
Views: 13297

TLS and POP3

Sorry to bother, but sounds like the TLS support in POP3 isn't working as it should; at least, I tried enabling it in hMailServer 5.6 and it always fails, looking at the email client logs here's what I see [15:26:21] POP3< +OK example.com POP3 service ready. [15:26:21] POP3> STLS [15:26:21] POP3< -E...
by ObiWan
2014-03-04 15:42
Forum: Feature requests
Topic: Add DNS server setting [90%]
Replies: 56
Views: 97869

Re: Add DNS server setting [90%]

Thx ObiWan but you're quoting me from something almost 2 years ago when this was being discussed.. If you look I added option for setting dns servers but have yet to have a single person try it & provide feedback so no idea if it even works beyond my brief testing. As far as how it was done I simpl...
by ObiWan
2014-03-03 09:51
Forum: Feature requests
Topic: Add DNS server setting [90%]
Replies: 56
Views: 97869

Re: Add DNS server setting

yon, Seems when specifying dns servers for the query you lose out on resolver caching because it requires the DNS_QUERY_BYPASS_CACHE flag. Not sure how that'll affect performance vs using system dns but something to consider or look into. As a note, had a look at the DNS resolver source code found ...
by ObiWan
2014-02-17 10:04
Forum: General discussions
Topic: Multiple smtp authentications
Replies: 4
Views: 4559

Re: Multiple smtp authentications

Thank you for helping The first suggestions you make is why i don't dump exchange, shared contacts and events is main reason for keeping exchange... And second - Upgrade would mean pay for another connection myself, cause this connection is allready included in my apartment rent fee. Yes, i know 3 ...
by ObiWan
2014-02-15 12:49
Forum: Off-topic discussions
Topic: Wanting to migrate from icewarp to hmailserver...
Replies: 3
Views: 5953

Re: Wanting to migrate from icewarp to hmailserver...

hmail is fully IMAP RFC compliant so providing any external software you use is fully IMAP RFC compliant then it should work with hmail. Totally correct, here's a piece of s/w which I successfully used to move mails from a MailSite server to hMailServer, it's just a matter of putting together a con...
by ObiWan
2014-02-15 12:43
Forum: General discussions
Topic: alcune mail inviate tramite hmailserver sono viste come spam
Replies: 5
Views: 4716

Re: alcune mail inviate tramite hmailserver sono viste come

Salve a tutti, ho configurato hmailserver in azienda come segue: abbiamo 9 indirizzi mail tipo info@azienda.it, i quali ci vengono forniti da un hosting, ho configurato hmailserver per accedere con ogni indirizzo mail ad ogni account per scaricare la posta e poi smistarla all'interno della ditta. M...
by ObiWan
2014-02-14 16:57
Forum: Scripting
Topic: Need a simple script
Replies: 4
Views: 3629

Re: Need a simple script

My lack of experience in VBS and hmailserver make it a little frustrating, but I already got it. Thanks anyway. A good way to get started with hMS and VBScript would be picking this editor and then, having the scripting doc available, trying to play with the default hMS script or with some of the s...
by ObiWan
2014-02-13 09:40
Forum: General discussions
Topic: DKIM Setup Questions
Replies: 47
Views: 21919

Re: DKIM Setup Questions

I think I may be on to something but not sure how to fix it. I still can't send to Yahoo but when I ran a DKIM record test I got an error that reads: "This is not a good DKIM key record. You should fix the errors shown in red." It shows my public key and in red there is a note that reads "The p= fi...
by ObiWan
2014-02-12 11:03
Forum: General discussions
Topic: SQLCE to MSSQL
Replies: 5
Views: 4839

Re: SQLCE to MSSQL

Bill48105 wrote: unless you use a conversion tool (assuming one exists)
Did you see this :) ?
by ObiWan
2014-02-12 10:54
Forum: General discussions
Topic: DKIM Setup Questions
Replies: 47
Views: 21919

Re: DKIM Setup Questions

Ok, just sent an email to a Yahoo address and it hasn't bounced yet. That may have fixed it!!!! Keeping my fingers crossed. Don't know anyone with a Yahoo address that I can et ahold of at this time of night. I'll post tomorrow and let you guys know. Thanks well... get your own yahoo mailbox and us...
by ObiWan
2014-02-12 10:38
Forum: Scripting
Topic: Second UNC Attachment fails
Replies: 17
Views: 9942

Re: Second UNC Attachment fails

...then attached one by one to the Mail object. More often than not the first attachment is successfully attached and then subsequent ones fail to attach. Sending the attachments individually works, but this is not a long term solution. is hMailServer configured to use an AV scanner to check messag...
by ObiWan
2014-02-12 10:07
Forum: Feature requests
Topic: Country Code IP Block / Allow ( GeoIP )
Replies: 41
Views: 38404

Re: Country Code IP Block / Allow ( GeoIP )

oh... and by the way, exposing a "DNSquery(...)" method from the hMail COM object would be quite cool imHo... although... let's put it in some kinda/sorta backburner for the moment :D Seriously you read my mind. James & I have talked about that a few times now since it'd rock to be able to do dns l...
by ObiWan
2014-02-11 19:00
Forum: Feature requests
Topic: Country Code IP Block / Allow ( GeoIP )
Replies: 41
Views: 38404

Re: Country Code IP Block / Allow ( GeoIP )

ObiWan wrote:
Bill48105 wrote: OK cool. sent to your email. you mean hmail patch or generic code?
thx
Bill
got it, carrying this one on over email ;)

l8r
Ok, you've new email and the code "blurb" link, hope it may be of some help.
by ObiWan
2014-02-11 18:06
Forum: Feature requests
Topic: Country Code IP Block / Allow ( GeoIP )
Replies: 41
Views: 38404

Re: Country Code IP Block / Allow ( GeoIP )

Bill48105 wrote: OK cool. sent to your email. you mean hmail patch or generic code?
thx
Bill
got it, carrying this one on over email ;)

l8r
by ObiWan
2014-02-11 17:41
Forum: Feature requests
Topic: Country Code IP Block / Allow ( GeoIP )
Replies: 41
Views: 38404

Re: Country Code IP Block / Allow ( GeoIP )

oh... and by the way, exposing a "DNSquery(...)" method from the hMail COM object would be quite cool imHo... although... let's put it in some kinda/sorta backburner for the moment :D Seriously you read my mind. James & I have talked about that a few times now since it'd rock to be able to do dns l...
by ObiWan
2014-02-11 16:50
Forum: Feature requests
Topic: Country Code IP Block / Allow ( GeoIP )
Replies: 41
Views: 38404

Re: Country Code IP Block / Allow ( GeoIP )

See following topic for background http://www.hmailserver.com/forum/viewtopic.php?f=20&t=16679 Maxmind are in the process of moving to new file structure and if they abandon "legacy" format then that script won't work anymore. New version would be required. ...snippage... didn't vote, see I think h...
by ObiWan
2014-02-11 16:43
Forum: Feature requests
Topic: Country Code IP Block / Allow ( GeoIP )
Replies: 41
Views: 38404

Re: Country Code IP Block / Allow ( GeoIP )

very cool percepts! Might be worth caching or connecting thru proxy to cache but yeah seems nifty. cool find there obiwan. james & i were talking about how to build it into hmail. Bill As for the "built into" code, here's some vanilla "C" code I wrote time ago which, amongst other things issues a q...
by ObiWan
2014-02-11 16:37
Forum: Feature requests
Topic: Country Code IP Block / Allow ( GeoIP )
Replies: 41
Views: 38404

Re: Country Code IP Block / Allow ( GeoIP )

Indeed. Just that http is heavier & slower than dns lookups, not cached and can't have local zone. Plus side is it's working without changing hmail which is like 1 million bonus points. :) Bill well, not sure I'd tradeoff speed for ease in this case, we're dealing with a function called upon each a...
by ObiWan
2014-02-09 18:24
Forum: Feature requests
Topic: Country Code IP Block / Allow ( GeoIP )
Replies: 41
Views: 38404

Re: Country Code IP Block / Allow ( GeoIP )

Wow that sucks they are doing away with it percepts. It's very handy script. It'd be nice if they offered up a dns-based version and even allowed zone transfers of the data. :D have a look at the "nerd" zone(s) found here you'll just need to issue a DNS "TXT" query on the "zz.countries.nerd.dk" and...
by ObiWan
2013-06-11 15:03
Forum: Feature requests
Topic: SRS - Sender Rewriting Scheme
Replies: 32
Views: 37235

Re: SRS - Sender Rewriting Scheme

LOL you're still trying to sell the idea when I just said it's one of top things to be worked on soon. :P To me it's a bad idea to blindly forward mail to outside domains even with SRS but at the same time I can see the benefit as long as people understand the risks of potential issues (in particul...
by ObiWan
2013-06-10 18:20
Forum: Feature requests
Topic: SRS - Sender Rewriting Scheme
Replies: 32
Views: 37235

Re: SRS - Sender Rewriting Scheme

Hey Henrik, SRS & STARTTLS are 2 things very near top of things to work on for 5.4.1. Just can't say for sure they'll be done or when but that they are definitely one of 1st things to be worked on besides bug fixes. Bill Now that's GOOD news !! As for SRS, I already wrote why I believe it's a need ...
by ObiWan
2013-03-28 09:47
Forum: General discussions
Topic: How to install hmailserver on windows 2012 server
Replies: 8
Views: 11411

Re: How to install hmailserver on windows 2012 server

mattg wrote:thanks for sharing the fix to your issue. Doing that will help others with similar issues in the future.
LOL - Matt, don't you just LOVE when people comes back says "ok I solved it" and doesn't give any details ?

SIGH !!!!
by ObiWan
2013-03-28 09:32
Forum: General discussions
Topic: Need advice please
Replies: 32
Views: 18102

Re: Need advice please

Feel we're going in circles here.. As I said if you can break up sending do so. If you can use 5.4 to use those ini settings I added then do so. Clearly you're not breaking up or you wouldn't have just 3 entries in queue sending to 10,000 people.. Even with 100 per batch you should have 100 queue e...
by ObiWan
2013-03-27 18:53
Forum: General discussions
Topic: Need advice please
Replies: 32
Views: 18102

Re: Need advice please

thanks obiwan - ive emailed tech guys i have now been given a new newsletter to send - 3800 names - not urgent - wants to go over night i have altered threads to 300, connections to 50, 100 messages (just to test really) shall i send as a single email - BCC or shall i send individual and hope outlo...
by ObiWan
2013-03-27 18:22
Forum: General discussions
Topic: Need advice please
Replies: 32
Views: 18102

Re: Need advice please

How about you share server specs with us.. If you have only a few entries in queue it means you have TONS of recipients on each message which does not allow the queue to work efficiently since it has to wait for existing connection before going on to next one. Odds are that is your main issue in te...
by ObiWan
2013-03-27 18:11
Forum: Off-topic discussions
Topic: any recommendations for client spam blocker?
Replies: 8
Views: 7632

Re: any recommendations for client spam blocker?

I'm thinking of windows executables here and not spamassassin or assp which require perl to be intsalled. so something like mailwasher. Reason is so that my clients can simply install something which is superior to the spam checking in outlook or live mail etc. So I'm just wondering what tools othe...
by ObiWan
2013-03-27 16:50
Forum: User contributed hMailServer 5 scripts
Topic: Backup batch file
Replies: 2
Views: 7494

Re: Backup batch file

If you're running hMS over SQL server, try this backup script '--- ' ' note: change CONN_STR and BACK_DIR to something correct for your ' own setup; the below one assumes you use integrated auth, so ' running this script under a user account with SQL access and ' that you have a "d:\backup\sql" fold...
by ObiWan
2013-03-27 16:35
Forum: General discussions
Topic: How to install hmailserver on windows 2012 server
Replies: 8
Views: 11411

Re: How to install hmailserver on windows 2012 server

Just signed up for a VPS, windows 2012. Need help to install hmailserver, Thanks 2012 is not on official supported list but hmail should work. It should be a matter of installing like on other versions of Windows. Did you try or get errors or run into problems or just asking? LOL... the "brain dead...
by ObiWan
2013-03-27 16:33
Forum: General discussions
Topic: forwarding mail version:5.3.3-B1879
Replies: 1
Views: 2558

Re: forwarding mail version:5.3.3-B1879

perast wrote:How can I send to more than one address in the forwarding.
yes, just configure a distribution list address, add to the distribution list all the recipients you want and then set the forwarding so that it will point to your distribution list address
by ObiWan
2013-03-27 16:27
Forum: Feature requests
Topic: SRS - Sender Rewriting Scheme
Replies: 32
Views: 37235

Re: SRS - Sender Rewriting Scheme

ObiWan. While constructive input is welcomed & appreciated, debating if SRS is needed or not is like debating if underwear is needed.. Obviously we all have our preferences & for normal mail server usage SRS is not needed.. It depends on the server config forwarding outside messages to the outside....
by ObiWan
2013-03-27 09:31
Forum: Feature requests
Topic: SRS - Sender Rewriting Scheme
Replies: 32
Views: 37235

Re: SRS - Sender Rewriting Scheme

The thread is quite old. Does hMailServer now support this feature? It is indeed very old but sadly no it has not been added to hmail yet. it's definitely very high on the to-do list though. Truth is seems few people actually need it or there'd be more clamoring for it over the years. I thought the...
by ObiWan
2013-01-15 17:50
Forum: Feature requests
Topic: Domain /Email address blacklist [70%]
Replies: 87
Views: 103330

Re: Domain /Email address blacklist

Slamlander wrote:1.I want to block *.CN and *.RU, among others.
That's easy (well, almost)

http://countries.nerd.dk/more.html

;-)
by ObiWan
2013-01-15 17:46
Forum: Feature requests
Topic: Domain /Email address blacklist [70%]
Replies: 87
Views: 103330

Re: Domain /Email address blacklist

I agree with DooM, i rather see a manual IP address black list than a domain or email address list. Oh well, maybe the combinstion of both?! Domain BLs already exist, they're called URIBLs :) those lists filter on URIs/Domains instead that on IP addresses; they can be used to check various "parts" ...
by ObiWan
2012-09-08 17:57
Forum: Feature requests
Topic: Add clustering support
Replies: 31
Views: 35404

Re: Add clustering support

Or if you use Enterprise editions of server, you can cluster at the OS level Sure, but again, it all depends from what you need/want to obtain; the only "issue" (given we want to call it so) with hMS is that it stores the messages in filesystem files, so you'll need to either setup some clustered s...
by ObiWan
2012-09-07 09:43
Forum: Feature requests
Topic: Spamfilter function - Block domains with SPF + all
Replies: 30
Views: 19976

Re: Spamfilter function - Block domains with SPF + all

Btw I've been digging in the source & it appears the +all thing won't be too easy.. hmail uses an spf lib & the result from that lib is Pass for +all or a valid -all so there is no way to tell them apart.. x( I'm digging in deeper to see if there is an option/override or such but not looking good. ...