Thanks for the reply Tristan - I actually thought about PM you on this.
I have it fixed. It appears that I had/have two issues going on here - the email queue issue is because my server is sending out SPAM, and the authentication/POP3 validation is a known issue.
I tracked it down by checking the message log (/var/log/messages). I noticed alot of these entries reoccuring;
Code:
server1 popa3d(pam_unix)[13128]: check pass; user unknown
server1 popa3d(pam_unix)[13128]: authentication failure; logname= uid=0 euid=0 tty= ruser= rhost=
server1 popa3d[13128]: Authentication failed for UNKNOWN USER from 127.0.0.1
I searched around and found out "There’s a bug in cPanel which prevents user from checking mail from mail client, while you can login to webmail without a problem and you can send out email without a problem."
The fix is this -
SSH into the server
cd /etc/xinetd.d/
edit these files:
pop3s
popa3d*
popa3ds*
cpimap
(*my server only had these two files.)
You’ll see one line saying: disable = ‘no’ make it disable = ‘yes’
Save and exit. Then restart xinetd and cppop.
This resolved the problem for the POP3. Now I have to move on to addressing my server sending out spam. I am totally unsure if this is true. Any post suggestion or advise is appreciated. Here is a sample header -
Code:
1QoRik-0000Rt-U5-H
mailnull 47 12
<>
1312340530 0
-ident mailnull
-received_protocol local
-body_linecount 128
-max_received_linelength 629
-allow_unqualified_recipient
-allow_unqualified_sender
-frozen 1312340531
-localerror
XX
1
plhav@lycos.com
146P Received: from mailnull by myserver.com with local (Exim 4.69)
id 1QoRik-0000Rt-U5
for plhav@lycos.com; Tue, 02 Aug 2011 22:01:46 -0500
037 X-Failed-Recipients: email@shema.com
029 Auto-Submitted: auto-replied
064F From: Mail Delivery System <Mailer-Daemon@myserver.com>
020T To: plhav@lycos.com
059 Subject: Mail delivery failed: returning message to sender
053I Message-Id: <E1QoRik-0000Rt-U5@myserver.com>
038 Date: Tue, 02 Aug 2011 22:01:46 -0500
1QoRik-0000Rt-U5-D
This message was created automatically by mail delivery software.
A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:
email@shema.com
The mail server detected your message as spam and has prevented delivery (50).
------ This is a copy of the message, including all the headers. ------
Return-path: <plhav@lycos.com>
Received: from [184.22.120.26] (port=50182 helo=systemabc.com)
by myserver.com with esmtp (Exim 4.69)
(envelope-from <plhav@lycos.com>)
id 1QoRig-0000RM-4L
for email@shema.com; Tue, 02 Aug 2011 22:01:46 -0500
Received: from dummy.name; Tue, 02 Aug 2011 21:02:58 -0600
Received: from dummy.name
From: "�ھ���" <ucrmncovnjno@mtv.com>
Subject: ����Ϊʲô���֣�
Reply-To: tianlan_1005@163.com
MIME-Version: 1.0
Content-Type: text/html;
charset="gb2312"
X-mailer: Mnzcb 6
Date: Tue, 02 Aug 2011 21:02:58 -0600
Message-ID: <auto-000001240657@systemabc.com>
X-Spam-Subject: ***SPAM*** ����Ϊʲô���֣�
X-Spam-Status: Yes, score=16.6
X-Spam-Score: 166
X-Spam-Bar: ++++++++++++++++
X-Spam-Report: Spam detection software, running on the system "my.server.com", has
identified this incoming email as possible spam. The original message
has been attached to this so you can view it (if it isn't spam) or label
similar future email. If you have any questions, see
the administrator of that system for details.
Content preview: ����Ϊʲô���� ����Ϊʲô���֣� �� [...]
Content analysis details: (16.6 points, 5.0 required)
pts rule name description
I have substituted my domain for the above example as "myserver.com"
Thanks
D