mailcow

mailcow.email
mailcow Icon

A mail server with everything you need (SMTP, IMAP, webmail, NextCloud support..) using Docker.

Open Source

mailcow Source Code

Author

mailcow

Description

mailcow: dockerized - 🐮 + 🐋 = 💕

#acme#clamav#docker#docker-compose#dovecot#groupware#hacktoberfest#imap#mail#mailcow#mailserver#olefy#postfix#rspamd#servercow#smtp#sogo

Homepage

https://mailcow.email

License

GPL-3.0

Created

09 Dec 16

Last Updated

30 Nov 24

Latest version

2024-11

Primary Language

JavaScript

Size

48,804 KB

Stars

9,058

Forks

1,184

Watchers

9,058

Language Usage

Language Usage

Star History

Star History

Recent Commits

  • Niklas Meyer (15 Nov 24)

    Merge pull request #6173 from mailcow/staging 2024-11b

  • DerLinkman (15 Nov 24)

    mysql: increased thread_stack to 192k since 10.5.27

  • FreddleSpl0it (13 Nov 24)

    [Web] broadcast maildir move to dovecot containers on mailbox_rename

  • FreddleSpl0it (13 Nov 24)

    [Web] update _sogo_static_view on password reset

  • Niklas Meyer (12 Nov 24)

    2024-11a (#6160) * update.sh: precaution ask for deletion of dns_blocklists.cf if old format (#6154) * [Web] Updated lang.zh-cn.json (#6151) [Web] Updated lang.zh-cn.json Co-authored-by: Easton Man <[email protected]> * compose: bump sogo version to include 5.11.2 (#6156) * php: use correct php image + workaround of #6149 (#6159) * compose: bump php-fpm container to correctly use patched c-ares * [Web] check $containers_info contains required fields --------- Co-authored-by: FreddleSpl0it <[email protected]> --------- Co-authored-by: milkmaker <[email protected]> Co-authored-by: Easton Man <[email protected]> Co-authored-by: FreddleSpl0it <[email protected]>

  • FreddleSpl0it (07 Nov 24)

    Merge pull request #6141 from mailcow/staging 2024-11

  • milkmaker (06 Nov 24)

    Translations update from Weblate (#6140) * [Web] Updated lang.lv-lv.json Co-authored-by: Edgars Andersons <[email protected]> * [Web] Updated lang.tr-tr.json Co-authored-by: Furkan <[email protected]> --------- Co-authored-by: Edgars Andersons <[email protected]> Co-authored-by: Furkan <[email protected]>

  • Niklas Meyer (05 Nov 24)

    fix: broken sogo cron notifications (for appointments etc.) (#6128)

  • milkmaker (05 Nov 24)

    update postscreen_access.cidr (#6129)

  • renovate[bot] (02 Nov 24)

    chore(deps): update thollander/actions-comment-pull-request action to v3.0.1 (#6130) Signed-off-by: milkmaker <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

  • FreddleSpl0it (31 Oct 24)

    [DockerApi] Fix IMAP ACL migration issue when renaming mailbox

  • FreddleSpl0it (25 Oct 24)

    Merge pull request #6045 from mailcow/feat/rename-mbox [Web][DockerApi] Add Feature to Rename Email Addresses

  • FreddleSpl0it (25 Oct 24)

    Fix mailbox_rename de-de translation

  • milkmaker (22 Oct 24)

    Translations update from Weblate (#6123) * [Web] Updated lang.lv-lv.json Co-authored-by: Edgars Andersons <[email protected]> * [Web] Updated lang.zh-tw.json [Web] Updated lang.zh-tw.json Co-authored-by: SamWang8891 <[email protected]> Co-authored-by: milkmaker <[email protected]> --------- Co-authored-by: Edgars Andersons <[email protected]> Co-authored-by: SamWang8891 <[email protected]>

  • Niklas Meyer (21 Oct 24)

    Feat/rspamd 3.10.2 (#6122) * rspamd: update to 3.10.2 * rspamd: fix broken archive_extension gz

  • milkmaker (19 Oct 24)

    [Web] Updated lang.zh-cn.json (#6120) Co-authored-by: SamWang8891 <[email protected]>

  • Niklas Meyer (18 Oct 24)

    rspamd: update to 3.10.1 (#6115) * rspamd: upgrade to 3.10.1 * rspamd: adapt 30s task timeout per default now

  • SamWang8891 (17 Oct 24)

    Update lang.zh-tw.json (#6114)

  • Patrik Kernstock (17 Oct 24)

    Update mime_types.conf configuration (#6013) In the last months and years, the default `mime_types.conf` of rspamd has changed and it might be also useful to make some adjustments to the weight of certain file extensions. This PR is removing all file extensions from `mime_types.conf` which are already in rspamd's default configuration at [rspamd/src/plugins/lua/mime_types.lua](https://github.com/rspamd/rspamd/blob/master/src/plugins/lua/mime_types.lua). If file extension is not present or has a different score compared to rspamd default, it is still in the list. There are also a few major differences to certain file extensions, which might be useful to discuss and carefully adjust. For example, `.exe` files are rated very 'badly' due to high chance of being malicious, so are other extensions like `bat`, `cmd`, etc. Current suggestion: ```lua # Extensions that are treated as 'bad' # Number is score multiply factor bad_extensions = { apk = 4, appx = 4, appxbundle = 4, bat = 8, cab = 20, cmd = 8, com = 20, diagcfg = 4, diagpack = 4, dmg = 8, ex = 20, ex_ = 20, exe = 20, img = 4, jar = 8, jnlp = 8, js = 8, jse = 8, lnk = 20, mjs = 8, msi = 4, msix = 4, msixbundle = 4, ps1 = 8, scr = 20, sct = 20, vb = 20, vbe = 20, vbs = 20, vhd = 4, py = 4, reg = 8, scf = 8, vhdx = 4, }; # Extensions that are particularly penalized for archives bad_archive_extensions = { pptx = 0.5, docx = 0.5, xlsx = 0.5, pdf = 1.0, jar = 12, jnlp = 12, bat = 12, cmd = 12, }; # Used to detect another archive in archive archive_extensions = { tar = 1, ['tar.gz'] = 1, }; ``` **As a important reminder**: For all remaining and additional file extensions and score weights, please check above default rspamd configuration!

  • Niklas Meyer (16 Oct 24)

    dovecot: activate lazy_expunge plugin per default (unconfigured) (#6112)

  • Peter (16 Oct 24)

    Update dependency twig/twig to v3.14.0 (#6071)

  • Niklas Meyer (16 Oct 24)

    php: upgrade to alpine 3.20 (base os) (#6106)

  • Niklas Meyer (16 Oct 24)

    postfix: add X-Original-To header per default (#6110)

  • Niklas Meyer (15 Oct 24)

    sogo: upgrade to 5.11.1 (#6109)

  • renovate[bot] (15 Oct 24)

    chore(deps): update dependency krakjoe/apcu to v5.1.24 (#6087) Signed-off-by: milkmaker <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

  • renovate[bot] (15 Oct 24)

    chore(deps): update dependency php/pecl-mail-mailparse to v3.1.8 (#6096) Signed-off-by: milkmaker <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

  • renovate[bot] (15 Oct 24)

    chore(deps): update dependency phpredis/phpredis to v6.1.0 (#6098) Signed-off-by: milkmaker <[email protected]>

  • renovate[bot] (15 Oct 24)

    chore(deps): update dependency nextcloud/server to v28.0.11 (#6101) Signed-off-by: milkmaker <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

  • milkmaker (15 Oct 24)

    update postscreen_access.cidr (#6093)

  • renovate[bot] (15 Oct 24)

    chore(deps): update thollander/actions-comment-pull-request action to v3 (#6102) Signed-off-by: milkmaker <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

mailcow Website

Website

mailcow: dockerized - Blog

The mailserver suite with the 'moo' – 🐮 + 🐋 = 💕 | Official Blog Page

Redirects

Does not redirect

Security Checks

All 66 security checks passed

Server Details

  • IP Address 185.199.110.153
  • Hostname cdn-185-199-110-153.github.com
  • Location California, Pennsylvania, United States of America, NA
  • ISP GitHub Inc.
  • ASN AS54113

Associated Countries

  • DE
  • US

Saftey Score

Website marked as safe

100%

Blacklist Check

mailcow.email was found on 0 blacklists

  • ThreatLog
  • OpenPhish
  • PhishTank
  • Phishing.Database
  • PhishStats
  • URLhaus
  • RPiList Not Serious
  • AntiSocial Blacklist
  • PhishFeed
  • NABP Not Recommended Sites
  • Spam404
  • CRDF
  • Artists Against 419
  • CERT Polska
  • PetScams
  • Suspicious Hosting IP
  • Phishunt
  • CoinBlockerLists
  • MetaMask EthPhishing
  • EtherScamDB
  • EtherAddressLookup
  • ViriBack C2 Tracker
  • Bambenek Consulting
  • Badbitcoin
  • SecureReload Phishing List
  • Fake Website Buster
  • TweetFeed
  • CryptoScamDB
  • StopGunScams
  • ThreatFox
  • PhishFort

Website Preview

mailcow Reviews

More Mail Servers

About the Data: mailcow

API

You can access mailcow's data programmatically via our API. Simply make a GET request to:

https://api.awesome-privacy.xyz/networking/mail-servers/mailcow

The REST API is free, no-auth and CORS-enabled. To learn more, view the Swagger Docs or read the API Usage Guide.

About the Data

Beyond the user-submitted YAML you see above, we also augment each listing with additional data dynamically fetched from several sources. To learn more about where the rest of data included in this page comes from, and how it is computed, see the About the Data section of our About page.

Share mailcow

Help your friends compare Mail Servers, and pick privacy-respecting software and services.
Share mailcow and Awesome Privacy with your network!

View Mail Servers (3)