Having serious issues with emails getting bounced as spam. Not sure why, checked all the blacklists and do not appear to be blacklisted. It's making me wonder if it's a DNS issue... Template
Please try out the following and let me know if it has resolved the issue: When you go: 1. /var/qmail/bin/qmail-qread 18 Jul 2005 15:03:07 GMT #2996948 9073 <user@domain.com> bouncing done remote user1[at]domain1.com done remote user2[at]domain2.com done remote user3[at]domain3.com 2. find /var/qmail/queue/mess/ -name 2996948 3. cat /var/qmail/queue/mess/22/2996948 4. Look Up the ip address of the connected user in the email message headers 5. grep ipaddressofhackedaccount /usr/local/psa/var/log/maillog Also you can view authenticated users just by typing: grep smtp_auth /usr/local/psa/var/log/maillog Also note that the maillog gets archived fairly often so you might need to gunzip and search through the archived logs ..