Hello,
I’m trying to install mailcow on my Raspberry Pi.
At the beginning of the installation script I get this message:
Detecting if your IP is listed on Spamhaus Bad ASN List...
Your server's public IP uses an AS that is blocked by Spamhaus to use their DNS public blocklists for Postfix.
mailcow did not detected a value for the variable SPAMHAUS_DQS_KEY inside mailcow.conf!
To use the Spamhaus DNS Blocklists again, you will need to create a FREE account for their Data Query Service (DQS) at: https://www.spamhaus.com/free-trial/sign-up-for-a-free-data-query-service-account
Once done, enter your DQS API key in mailcow.conf and mailcow will do the rest for you!
So I created a free account at spamhaus and took my API key, wrote it in mailcow.conf at line SPAMHAUS_DQS_KEY=
and re-executed the install script but it erases mailcow.conf so the API key is erased and I get the message telling me DQS key is missing.
Thanks for your help