• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Resolved Disable ipv6 qmail outgoing ip

solucionesuno

Regular Pleskian
Hi,

I can change the ipv4 outgoing ip for qmail with ip route change ...

But gmail still uses the ipv6 address

¿How can i stop using qmail ipv6 adresss?

i need to change it cause gmail categorise my emails as spam. so i need to test with other ip address.
 
Hi,

Did you see my answer in topic Qmail outgoing IP ?

P.S. Can it be easier to solve a problem with false positive detection of spam? Do you add ipv6-address to SPF-record? Did you try to see into email headers of email marked as 'spam'?
 
Hi @AYamshanov

Yes i see:

Code:
ip -6 route
unreachable ::/96 dev lo  metric 1024  error -101
unreachable ::ffff:0.0.0.0/96 dev lo  metric 1024  error -101
2001:41d0:2:d30c::/64 dev eth0  proto kernel  metric 256
2001:41d0:2:d3ff:ff:ff:ff:ff dev eth0  metric 1024
unreachable 2002:a00::/24 dev lo  metric 1024  error -101
unreachable 2002:7f00::/24 dev lo  metric 1024  error -101
unreachable 2002:a9fe::/32 dev lo  metric 1024  error -101
unreachable 2002:ac10::/28 dev lo  metric 1024  error -101
unreachable 2002:c0a8::/32 dev lo  metric 1024  error -101
unreachable 2002:e000::/19 dev lo  metric 1024  error -101
unreachable 3ffe:ffff::/32 dev lo  metric 1024  error -101
fe80::/64 dev eth0  proto kernel  metric 256
default via 2001:41d0:2:d3ff:ff:ff:ff:ff dev eth0  metric 1024

Aboute header, yes i have implemented SPF DKIM DMARC and all is ok but gmail still categorise my emails as SPAM.

Code:
Delivered-To: [email protected]
Received: by 10.31.95.196 with SMTP id t187csp147299vkb;
        Tue, 2 May 2017 01:28:41 -0700 (PDT)
X-Received: by 10.28.125.137 with SMTP id y131mr3205532wmc.141.1493713721193;
        Tue, 02 May 2017 01:28:41 -0700 (PDT)
Return-Path: <[email protected]>
Received: from hostingcuatro.com (hostingcuatro.com. [2001:41d0:2:d30c::])
        by mx.google.com with ESMTPS id 1si14569143wrp.137.2017.05.02.01.28.40
        for <[email protected]>
        (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
        Tue, 02 May 2017 01:28:41 -0700 (PDT)
Received-SPF: pass (google.com: domain of [email protected] designates 2001:41d0:2:d30c:: as permitted sender) client-ip=2001:41d0:2:d30c::;
Authentication-Results: mx.google.com;
       dkim=pass [email protected];
       spf=pass (google.com: domain of [email protected] designates 2001:41d0:2:d30c:: as permitted sender) [email protected]
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cortinasbarcelona.com; s=default; t=1493713724; bh=iXpvC/jXfK6OGVCC5gmzzBUa3N2jz7mQKShfX8OVFEE=; l=56; h=Received:Received:To:From:Subject; b=Ug81ufjO8fzmHSCh0Fs0MaLw0Wmo2XZP2e9MrmR7H5xQ901MLs6xvvb1CQCEQZJEt
     IPBbwjCte9u+0zlSfNIqktV3VAE7IcWiDV91PKZk1AmCzTvtrhkxs6m6yyVbKpXSUU
     mwD1tUyGZr8XEAY0UnPxT2PEPuX6kjL6mLLOdXOM=
Received: (qmail 7697 invoked from network); 2 May 2017 10:28:44 +0200
Received: from 2.152.41.84.dyn.user.ono.com (HELO ?192.168.1.206?) (2.152.41.84) by hidromasaje.net with ESMTPSA (DHE-RSA-AES128-SHA encrypted, authenticated); 2 May 2017 10:28:43 +0200
To: "Luis Zubeldia - [ WebSolutions ]" <[email protected]>
From: "[email protected]" <[email protected]>
Subject: prueba de correo
Message-ID: <[email protected]>
Date: Tue, 2 May 2017 10:28:38 +0200
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
X-PPP-Message-ID: <[email protected]>
X-PPP-Vhost: cortinasbarcelona.com

hola esto es una prueba desde la nueva ip


gracias

Ip reputaton in senderscore is 87. but for ipv4. i am not really sure that te problem is the reputaton ip cause ipv6 seems not track sender score ip reputaton for my ip.



Really no more to do and I'm already in a state of panic with this problem.
Very frustrating
 
dkim=pass
spf=pass

I have no idea. :(

Can you change qmail to postfix or you really need the only qmail?
Do you really need IPv6 on the server?

IgorG on vacation now.
 
If i remove ipv6 in ip adressses in plesk panel qmail must stop using it or ir have to disable in Linux also?
 
Back
Top