Re: [exim] blocking recipients

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Stuart Gall
Ημερομηνία:  
Προς: Odhiambo G. Washington
Υ/ο: exim-users
Αντικείμενο: Re: [exim] blocking recipients

On 22 Oct 2006, at 16:16, Odhiambo G. Washington wrote:

> I am a bit stuck with a situation where spammers are getting mail
> to my
> address, being the "manager" of a system that handles virtual domains.
> Of late, I have received spam address to {root|uucp|test}@???
> for a couple of domains I host on a server.
>
> exim -bt uucp@??? says the address is undeliverable. However,
> my address seems to get nicely tucked in the Envelope-To: header
> and so
> the spam ends up in my mailbox.
>
> Perhaps there are some checks that I need that are missing.
>
> What is the easiest way to block such mail?


I would add to bills reply
exim -bt is good but there is no substitute for telnet on port 25

Type in a shell or comand prompt

telnet server.domain 25
helo me
mail from: <>
rcpt to: root@???
data
Subject: test

test
.

if that doesnt send you mail them you are blocking.

Next what you do is get the message id from the mail headers and grep
the log for it. That will tell you who the envelope was to and how it
was expanded.

>
>
>         cheers
>        - wash
> +---------------------------------- 
> +-----------------------------------------+
> Odhiambo Washington                    . WANANCHI ONLINE LTD (Nairobi,  
> KE)  |
> wash () WANANCHI ! com            . 1ere Etage, Loita Hse, Loita St.,  |
> GSM: (+254) 722 743 223            . # 10286, 00100 NAIROBI             |
> GSM: (+254) 733 744 121            . (+254) 020 313 985 - 9             |
> +--------------------------------- 
> +------------------------------------------+
> "Oh My God! They killed init! You Bastards!"
>                          --from a /. post

>
> --
> ## List details at http://www.exim.org/mailman/listinfo/exim-users
> ## Exim details at http://www.exim.org/
> ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
>