This section contains user-submitted tutorials.
-
mattg
- Moderator
- Posts: 22481
- Joined: 2007-06-14 05:12
- Location: 'The Outback' Australia
Post
by mattg » 2024-02-02 01:58
ScalpWithMe wrote: ↑2024-02-01 06:58
I downloaded hMailServer-5.7.0-B2643-x64.exe and double-clicked it to run the Setup program - knowing in advance that it would install into Program Files instead of Program Files (x86).
hMailserver should install where it was installed previously.
I have my hmailserver 5.7 installed to C:\hmailserver
Just 'cause I link to a page and say little else doesn't mean I am not being nice.
https://www.hmailserver.com/documentation
-
mattg
- Moderator
- Posts: 22481
- Joined: 2007-06-14 05:12
- Location: 'The Outback' Australia
Post
by mattg » 2024-02-02 09:55
still shouldn't matter because there are some registry entries made.
Uninstalling in itself is not a 'clean' un-install
Just 'cause I link to a page and say little else doesn't mean I am not being nice.
https://www.hmailserver.com/documentation
-
Accuphaze
- New user
- Posts: 23
- Joined: 2021-06-08 17:17
- Location: Russia
Post
by Accuphaze » 2024-06-12 07:53
Hello!
Where do you download version hms 5.7?
I don't see a download link anywhere!
If it's not difficult, please share the link.
Thanks
-
katip
- Senior user
- Posts: 1194
- Joined: 2006-12-22 07:58
- Location: Istanbul
Post
by katip » 2024-06-12 11:09
BTW, build.hmailserver.com don't work since a few days.
JFYI
Katip
--
HMS 5.7, MariaDB 10.4.10, SA 4.0.0, ClamAV 0.103.8
-
RvdH
- Senior user
- Posts: 3486
- Joined: 2008-06-27 14:42
- Location: The Netherlands
Post
by RvdH » 2024-06-12 22:42
Accuphaze wrote: ↑2024-06-12 07:53
Hello!
Where do you download version hms 5.7?
I don't see a download link anywhere!
If it's not difficult, please share the link.
Thanks
Latest builds (and mods) can be found here (i placed the official installers there recently when i noticed the buildserver was offline)
https://d-fault.nl/files/hMailServer-Builds
Mod instructions, as katip already posted, can be found
HERE
katip wrote: ↑2024-06-12 11:09
BTW, build.hmailserver.com don't work since a few days.
JFYI
Make that weeks
CIDR to RegEx: d-fault.nl/cidrtoregex
DNS Lookup: d-fault.nl/dnstools
DKIM Generator: d-fault.nl/dkimgenerator
DNSBL Lookup: d-fault.nl/dnsbllookup
GEOIP Lookup: d-fault.nl/geoiplookup
-
gotspatel
- Senior user
- Posts: 374
- Joined: 2013-10-08 05:42
- Location: INDIA
Post
by gotspatel » 2024-06-13 06:14
RvdH wrote: ↑2024-06-12 22:42
Accuphaze wrote: ↑2024-06-12 07:53
Hello!
Where do you download version hms 5.7?
I don't see a download link anywhere!
If it's not difficult, please share the link.
Thanks
Latest builds (and mods) can be found here (i placed the official installers there recently when i noticed the buildserver was offline)
https://d-fault.nl/files/hMailServer-Builds
Mod instructions, as katip already posted, can be found
HERE
katip wrote: ↑2024-06-12 11:09
BTW, build.hmailserver.com don't work since a few days.
JFYI
Make that weeks
@RvdH
upon clicking 5.6.9-B2641.68-
OpenSSL-3.0.14.7z link it gives file 5.6.9-B2641.68.7z
please check
Regards
-
RvdH
- Senior user
- Posts: 3486
- Joined: 2008-06-27 14:42
- Location: The Netherlands
Post
by RvdH » 2024-06-13 08:25
I have some IIS Rewrite redirection in place that redirects previous/old 5.6.x versions, should be fixed now
Code: Select all
<rule name="hMailServer Latest Build" stopProcessing="true" enabled="true">
<match url="5\.6\.[6789]\-B\d{4}\.\d+.*\.7z" />
<conditions trackAllCaptures="true">
<add input="{REQUEST_FILENAME}" matchType="IsFile" />
<add input="{REQUEST_FILENAME}" pattern="5.6.9-B2641.68.7z" negate="true" />
<add input="{REQUEST_FILENAME}" pattern="5.6.9-B2641.68-OpenSSL-3.0.14.7z" negate="true" />
</conditions>
<action type="Redirect" url="5.6.9-B2641.68.7z" appendQueryString="false" redirectType="Found" />
</rule>
CIDR to RegEx: d-fault.nl/cidrtoregex
DNS Lookup: d-fault.nl/dnstools
DKIM Generator: d-fault.nl/dkimgenerator
DNSBL Lookup: d-fault.nl/dnsbllookup
GEOIP Lookup: d-fault.nl/geoiplookup