By nampizdablen
I have mail server via postfix 3.3 running on ubuntu 18.04.
When i’m sending mail from mydomain.com it goes to spam in google. But the problem is, that before this error - i could get messages in google INBOX.
Here’s the fail error from google spambox:
Delivered-To: christofher.kost@gmail.com Received: by 2002:a9d:550e:0:0:0:0:0 with SMTP id l14csp3360922oth; Tue, 3 Mar 2020 03:07:46 -0800 (PST) X-Google-Smtp-Source: ADFU+vvxKo/jqk1HeI9WNQ8TO2AlRgVa0nBZEEjeXnUwXGJ7FOrIYgTmle5Zrzr8nVw7lVo7+pZf X-Received: by 2002:ac2:4d16:: with SMTP id r22mr2318555lfi.74.1583233666157; Tue, 03 Mar 2020 03:07:46 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1583233666; cv=none; d=google.com; s=arc-20160816; b=cL9XYmU5TLcbhmymeLrHGDjpuMg0MVMnV9dvsnNd5qzDv6XKb7qtbST9n8P2NHQd4j 4YM20y0MA57/bDOBQDckv07xivrDmKVHkpZkXXuL7/b0h64pmnZnUfNfvf8YujeMcvgh ngZC7yiC1+B44/0gp4znBYWP5h/0FfavwNXMC10Zn9Ra8i6xjecKqWmHciD8CDq2VBhl MqkGtU5FecDGxRf5EQILc3KWu/BI71sr7zuHKAR60qAeR0XIbk72QMiXfTt7KYXjMncM 3/NhyjDfwcR4lyuj2dWtNLnacICOhVcIy4U35XtckDqK7NGZix457sN7kpd0JcO0jBol xsXQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:message-id:user-agent:subject:to:from :date:mime-version; bh=TeL8BHT7OIJ+zFI890D+rPzoBgzjbQXH4oLAUef0zg4=; b=oDufcgmsrN6+aHeUTCqTJZloRpNdM+n/EYIg37b2mLenJrErkwrezz1+HxErxVQuay TXFU4cNUJ5vUAek0y4TcdhSMEH2zXNq+P1Yhn0eL518H27gXvNjnGi9wHtmal/ImOpu9 PLPiJn4itki3la0pDHv1U7mIQFOxuESN4sRFk6anTj4TyZA6fitNHfGchdLzJjjFm3tt +pDyZxU++AByiffIROkTuoWR0Xy4eGzr9s10Ls5lr+C/+ETCCA3edTWwVel+SFUZSyIN oqFxLoyYqbsI3ojyCpZ7HSx9Ieyse5YPYA3fdydnTUJFBaPpmUsab3hbK8g/01CynNqs lorA== ARC-Authentication-Results: i=1; mx.google.com; spf=softfail (google.com: domain of transitioning christofher.kost@itarchive.net does not designate 85.253.0.7 as permitted sender) smtp.mailfrom=christofher.kost@itarchive.net; dmarc=fail (p=QUARANTINE sp=QUARANTINE dis=QUARANTINE) header.from=itarchive.net Return-Path: christofher.kost@itarchive.net Received: from mx1.starman.ee (smtp-out1.starman.ee. [85.253.0.7]) by mx.google.com with ESMTPS id b19si4005660lfb.95.2020.03.03.03.07.45 for christofher.kost@gmail.com (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 03 Mar 2020 03:07:46 -0800 (PST) Received-SPF: softfail (google.com: domain of transitioning christofher.kost@itarchive.net does not designate 85.253.0.7 as permitted sender) client-ip=85.253.0.7; Authentication-Results: mx.google.com; spf=softfail (google.com: domain of transitioning christofher.kost@itarchive.net does not designate 85.253.0.7 as permitted sender) smtp.mailfrom=christofher.kost@itarchive.net; dmarc=fail (p=QUARANTINE sp=QUARANTINE dis=QUARANTINE) header.from=itarchive.net X-Virus-Scanned: by Amavisd-New at mx1.starman.ee Received: from mx1.starman.ee ([127.0.0.1]) by localhost (mx1.starman.ee [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rQRnLhqAbX2E for christofher.kost@gmail.com; Tue, 3 Mar 2020 13:07:45 +0200 (EET) Received: from itarchive.net (82.131.103.253.cable.starman.ee [82.131.103.253]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.starman.ee (Postfix) with ESMTPS id A5F74120873 for christofher.kost@gmail.com; Tue, 3 Mar 2020 13:07:45 +0200 (EET) Received: from mail.itarchive.net (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by itarchive.net (Postfix) with ESMTPSA id 3EC58E6088 for christofher.kost@gmail.com; Tue, 3 Mar 2020 13:07:45 +0200 (EET) MIME-Version: 1.0 Date: Tue, 03 Mar 2020 13:07:44 +0200 From: christofher.kost@itarchive.net To: christofher.kost@gmail.com Subject: test, it worked, now not User-Agent: Roundcube Webmail/1.4.3 Message-ID: 37689a1367ca961703551a63a2bcfc9e@itarchive.net X-Sender: christofher.kost@itarchive.net Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Check if your server’s ip is blacklisted (http://multirbl.valli.org/) DigitalOcean is a known source of spam, apparently nobody cares in DO to fix this… just need to add a few limits to new accounts
Hi there @nampizdablen,
It might be something in your mail content that is triggering the spam filter.
What I could suggest is sending an email to the Mail tester website here and then checking the report:
It would provide you with some good tips on how to improve your mail deliverability rate.
Hope that this helps! Regards, Bobby
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.