Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
PostPosted: Fri May 02, 2014 4:07 pm 
Offline
Junior Member

Joined: Wed Oct 16, 2013 12:09 pm
Posts: 40
Sometimes I get emails from trolls and other people I simply have no interest in knowing or talking to.

In these cases, does Postfix allow me to "reject" their email address after the fact? In other words, to send the default Postfix "email rejected" message to them manually (that Postfix normally sends automatically for an email address already in the reject list).

I would love this approach, because the other party will be in the dark as to whether I even received and read their message at all.


Top
   
PostPosted: Fri May 02, 2014 4:26 pm 
Offline
Senior Member

Joined: Fri Feb 17, 2012 8:20 pm
Posts: 365
Something like this? http://www.cyberciti.biz/faq/howto-blac ... l-address/


Top
   
PostPosted: Fri May 02, 2014 4:29 pm 
Offline
Senior Newbie

Joined: Mon Mar 31, 2014 2:29 pm
Posts: 19
Nuvini wrote:

Sounds like dee4 wants to do it after the mail has already been received, though--not necessarily how to blacklist an address.


Top
   
PostPosted: Fri May 02, 2014 4:30 pm 
Offline
Junior Member

Joined: Wed Oct 16, 2013 12:09 pm
Posts: 40
Nuvini wrote:


Yes, that is exactly the method I used to blacklist email addresses. This works if they try to send me another email later. Postfix rejects their email and sends them an appropriate "rejected" email reply.

What I'm wondering is if I can do this for their initial email. I want to keep them in the dark as to whether I even read that first email.


Top
   
PostPosted: Fri May 02, 2014 4:30 pm 
Offline
Junior Member

Joined: Wed Oct 16, 2013 12:09 pm
Posts: 40
samh wrote:
Nuvini wrote:

Sounds like dee4 wants to do it after the mail has already been received, though--not necessarily how to blacklist an address.


Indeed.


Top
   
PostPosted: Fri May 02, 2014 4:32 pm 
Offline
Senior Member

Joined: Fri Feb 17, 2012 8:20 pm
Posts: 365
samh wrote:
Nuvini wrote:

Sounds like dee4 wants to do it after the mail has already been received, though--not necessarily how to blacklist an address.



Oh- well.. there's Autoresponse. I'm not sure if that could be configured to simulate a reject response, but that may be something to look into.


Top
   
PostPosted: Sat May 03, 2014 8:44 am 
Offline
Senior Member
User avatar

Joined: Tue Apr 13, 2004 6:54 pm
Posts: 833
Short answer; "no".

Blacklists, DNS RBLs and the like reject mail during SMTP transaction. At this point it's normally the sender's mail server that creates the reject message. If you've already accepted the message then the SMTP transaction has been closed. If you fake up a "reject" message (it is possible, not hard) then you need to ensure you're not going to generate "backscatter" ( http://en.wikipedia.org/wiki/Backscatter_%28email%29 ). However the smart person will read the headers and determine it's a fake, and so know you'd spent time and effort (which is what the trolls want).

You're better off just filtering the mail to /dev/null and ignoring it.

_________________
Rgds
Stephen
(Linux user since kernel version 0.11)


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: mkorsak and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group