LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   outgoing email dropping in spam folders suddenly (https://www.linuxquestions.org/questions/linux-server-73/outgoing-email-dropping-in-spam-folders-suddenly-4175412568/)

kitek 06-20-2012 09:25 PM

outgoing email dropping in spam folders suddenly
 
I am using Centos 6 and postfix. This was working fine and I think a package or update may have broke this. I am using Virtualmin as my hosting software on my server. I have the PTR correct and an SPF record set as well. I have changed it several times trying to figure it out. I also did a header check on unlocktheinbox.com and its saying that the email is possibly 40-60% spam. Heres what I got.

postconf -n
Code:

alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
allow_percent_hack = no
broken_sasl_auth_clients = yes
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/libexec/postfix
data_directory = /var/lib/postfix
debug_peer_level = 2
home_mailbox = Maildir/
html_directory = no
inet_interfaces = all
inet_protocols = all
mail_owner = postfix
mailbox_command = /usr/bin/procmail-wrapper -o -a $DOMAIN -d $LOGNAME
mailbox_size_limit = 0
mailq_path = /usr/bin/mailq.postfix
manpage_directory = /usr/share/man
milter_default_action = accept
milter_protocol = 2
mydomain = removed.net
newaliases_path = /usr/bin/newaliases.postfix
non_smtpd_milters = inet:localhost:8891
queue_directory = /var/spool/postfix
readme_directory = /usr/share/doc/postfix-2.6.6/README_FILES
sample_directory = /usr/share/doc/postfix-2.6.6/samples
sender_bcc_maps = hash:/etc/postfix/bcc
sendmail_path = /usr/sbin/sendmail.postfix
setgid_group = postdrop
smtpd_milters = inet:localhost:8891
smtpd_recipient_limit = 2000
smtpd_recipient_restrictions = permit_mynetworks permit_sasl_authenticated reject_unauth_destination
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
unknown_local_recipient_reject_code = 550
virtual_alias_maps = hash:/etc/postfix/virtual

Email Header that gmail grab as spam.
Code:

Delivered-To: removed@gmail.com
Received: by 10.231.196.69 with SMTP id ef5csp58794ibb;
        Wed, 20 Jun 2012 18:42:32 -0700 (PDT)
Received: by 10.43.66.79 with SMTP id xp15mr11883920icb.41.1340242952831;
        Wed, 20 Jun 2012 18:42:32 -0700 (PDT)
Return-Path: <removed@host.removed.net>
Received: from secureserver.removed.net ([2001:49f0:a000:6:227:eff:fe09:fbac])
        by mx.google.com with ESMTP id bl3si916197icb.87.2012.06.20.18.42.32;
        Wed, 20 Jun 2012 18:42:32 -0700 (PDT)
Received-SPF: neutral (google.com: 2001:49f0:a000:6:227:eff:fe09:fbac is neither permitted nor denied by domain of removed@secureserver.removed.net) client-ip=2001:49f0:a000:6:227:eff:fe09:fbac;
Authentication-Results: mx.google.com; spf=neutral (google.com: 2001:49f0:a000:6:227:eff:fe09:fbac is neither permitted nor denied by domain of removed@secureserver.removed.net) smtp.mail=removed@secureserver.removed.net
Received: by secureserver.removed.net (Postfix, from userid 503)
        id 238F7264055F; Wed, 20 Jun 2012 20:42:25 -0500 (CDT)
To: =?UTF-8?B?S2l0ZWs=?= <removed@gmail.com>
Subject: =?UTF-8?B?TmV3IHByaXZhdGUgbWVzc2FnZSBoYXMgYXJyaXZlZA==?=
From: <forums@removed.com>
Reply-To: <forums@removed.com>
Sender: <forums@removed.com>
MIME-Version: 1.0
Message-ID: <5848a3d92a22a3072df9127ffc698a7d@xxx.xxx.xxx.xxx>
Date: Wed, 20 Jun 2012 19:36:55 -0600
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: phpBB3
X-MimeOLE: phpBB3
X-phpBB-Origin: phpbb://www.removed.com/forums

Hello bob,

You have received a new private message from "bob" to your account on
"The website" with the following subject:

hi

You can view your new message by clicking on the following link:



You have requested that you be notified on this event, remember that you
can always choose not to be notified of new messages by changing the
appropriate setting in your profile.

--
Please do not reply to this email.  It will not be received by anyone.

Thanks in advance

Habitual 06-21-2012 03:26 PM

http://www.mxtoolbox.com/blacklists.aspx

kitek 06-21-2012 03:37 PM

Quote:

Originally Posted by Habitual (Post 4708805)


Done all that. All checks well. SPF record is good to. The header even shows the SPF record as passig. RBL is one of the first tings to always check.

Habitual 06-21-2012 03:51 PM

Just making sure you covered the basics. :)

Good job there!

kitek 06-21-2012 03:53 PM

Quote:

Originally Posted by Habitual (Post 4708819)
Just making sure you covered the basics. :)

Good job there!


I know what you mean. Most dont understand the Reverse DNS spf records and all that. I can't for the life of me find out why it is doing it. I am at the point to where I just don't care lol.

descendant_command 06-21-2012 04:25 PM

As you seem 'blacklist clean' and have no obvious issues with configuration or DNS, there is really nothing you can do without some info as to what criteria the recieving server is using to classify your mail.
Quote:

I also did a header check on unlocktheinbox.com and its saying that the email is possibly 40-60% spam
What reasons did this test show?


All times are GMT -5. The time now is 05:12 AM.