Koozali.org: home of the SME Server

how to check blaclisted email from another email addrres

Offline asep.karunia

  • 2
  • +0/-0
how to check blaclisted email from another email addrres
« on: April 25, 2013, 04:29:38 PM »
Hi,

Please need your help,
i just got worked as an it support.
my company is using sme server manager 7.6,
and today i have user told me that the mail from abc@***.com is not coming through but they received email from us.
i kind a panicked and confused. so i report to my supperior he said that the abc@***.com is blacklisted by our mail server.
my question is. how can i check the blacklisted email in the server by using command line ? because my supperior did not tell me the way. he just said that he was checking by using command line
please need your help
i really appreciate it.

thank you

Offline janet

  • ****
  • 4,812
  • +0/-0
Re: how to check blaclisted email from another email addrres
« Reply #1 on: April 25, 2013, 05:13:16 PM »
asep.karunia

If you want to learn about sme server, then you will have to learn to read the available documentation.
Take a look at the FAQ linked at top of these forums, in particular read
http://wiki.contribs.org/SME_Server:Documentation:FAQ:Section04#Real-time_Blackhole_List_.28RBL.29
and make sure you follow the two links in that article [1] & [2]

Once you see what lists your server is checking mail against, you can then search the Internet for further details of those lists.
eg spamhaus.org
to see what their policies are & why they blacklist certain mail servers.
Please search before asking, an answer may already exist.
The Search & other links to useful information are at top of Forum.

Offline stephdl

  • *
  • 1,519
  • +0/-0
    • Linux et Geekeries
Re: how to check blaclisted email from another email addrres
« Reply #2 on: April 25, 2013, 05:23:35 PM »
the advice to learn by yourself with the offical documentation is good....  8)

you have this web page if you want quickly undestanding the beginnig of spamassassin

http://www.sonoracomm.com/?option=com_content&task=view&id=49&Itemid=32

and this page from documentation

http://wiki.contribs.org/Email


 
See http://wiki.contribs.org/Koozali_Foundation
irc : Freenode #sme_server #sme-fr

!!! Please write your knowledge to the Wiki !!!

Offline Stefano

  • *
  • 10,839
  • +2/-0
Re: how to check blaclisted email from another email addrres
« Reply #3 on: April 25, 2013, 05:58:40 PM »
log in as root,  then

Code: [Select]


grep -i 'blocked email address' /var/log/qpsmtpd/current


will tell you something interesting