#1 (permalink)  
Old 04-04-2004, 07:34 AM
Registered User
 
Join Date: Apr 2004
Posts: 6
browsing
Question Mail bounces

I noticed that when I block an address (one of mine), so I don't receive mails to that address, there are no bounces generated to those sending mail.

(Because of earlier stupidity in not protecting my addresses I've had to stop using addresses several times.)

That's fine for spammers, but a problem since people who need to reach me may not have realized I'd switched addresses. They've had the address in their address books for a few years, and finally decide to e-mail me again. Big problem when they think I've received the e-mail, and I haven't.

Any way around that?

User definable - bounce or no bounce?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 04-04-2004, 07:43 AM
chirpy's Avatar
Moderator
 
Join Date: Jun 2002
Location: Go on, have a guess
Posts: 13,495
chirpy will become famous soon enough
One idea: If you create a Forwarder on your account with your old email address and set the value to:

:fail: I have changed my email address to xxx@yyy.com

Then bounces will be sent back and those that actually read the bounce will know to update their clients.
__________________
Jonathan Michaelson
cPanel Forum Moderator

Need your cPanel servers secured and tuned?
cPanel Server Configuration, Security, Recovery and Antivirus/AntiSpam Services
Developers of the most effective (and free) Firewall & Security Solution for cPanel Servers - csf
http://www.configserver.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 04-04-2004, 07:53 AM
Registered User
 
Join Date: Apr 2004
Posts: 6
browsing
Neat idea. But in case the spammers read the bounces, there's another way - tell the punters to refer to your website for the new address.

Will definitely test this one out!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 04-04-2004, 07:56 AM
chirpy's Avatar
Moderator
 
Join Date: Jun 2002
Location: Go on, have a guess
Posts: 13,495
chirpy will become famous soon enough
Quote:
But in case the spammers read the bounces
I'm sure that would never happen

Quote:
tell the punters to refer to your website for the new address
Good idea
__________________
Jonathan Michaelson
cPanel Forum Moderator

Need your cPanel servers secured and tuned?
cPanel Server Configuration, Security, Recovery and Antivirus/AntiSpam Services
Developers of the most effective (and free) Firewall & Security Solution for cPanel Servers - csf
http://www.configserver.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 04-04-2004, 08:00 AM
Registered User
 
Join Date: Apr 2004
Posts: 6
browsing
It worked. I would probably include 550 somewhere, just in case people are slow to catch on. That's the standard mail bounce number.

Like this for instance:
:fail: 550 I have changed my email address - go find the new one on my website

alternatively even include a link they can click on (for the really challenged).
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 04-04-2004, 04:26 PM
Registered User
 
Join Date: Mar 2004
Posts: 6
looker3
should this :fail: also work on the email filters? I tried but it didnt work.
I specifically would like all email from a domain to get bounce messages saying the accounts dont exist. How can I achieve that?

LK3
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 04-04-2004, 04:56 PM
chirpy's Avatar
Moderator
 
Join Date: Jun 2002
Location: Go on, have a guess
Posts: 13,495
chirpy will become famous soon enough
From what I've read, you cannot do that with filters. The feature documents only specify the Discard action. You're probably looking at an exim configuration option to blacklist certain domains.

I don't know if the cPanelPro BoxTrapper feature would support that kind of thing - I haven't played with that.
__________________
Jonathan Michaelson
cPanel Forum Moderator

Need your cPanel servers secured and tuned?
cPanel Server Configuration, Security, Recovery and Antivirus/AntiSpam Services
Developers of the most effective (and free) Firewall & Security Solution for cPanel Servers - csf
http://www.configserver.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 04-04-2004, 04:59 PM
chirpy's Avatar
Moderator
 
Join Date: Jun 2002
Location: Go on, have a guess
Posts: 13,495
chirpy will become famous soon enough
For an exim configuration option for this. It looks like this is the ticket:
http://www.exim.org/exim-html-4.30/d..._2.html#TOC111
__________________
Jonathan Michaelson
cPanel Forum Moderator

Need your cPanel servers secured and tuned?
cPanel Server Configuration, Security, Recovery and Antivirus/AntiSpam Services
Developers of the most effective (and free) Firewall & Security Solution for cPanel Servers - csf
http://www.configserver.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 04-04-2004, 05:51 PM
Registered User
 
Join Date: Aug 2003
Location: Toronto, Ontario, Canada
Posts: 1
LaoziSailor
Thumbs up

I am ecstatic about the :fail: option.

I implemented
Quote:
:fail: 550 5.1.1 <webmaster@MyDomain.com>... User unknown
:fail: 550 5.1.1 <info@MyDomain.com>... User unknown
:fail: 550 5.1.1 <sales@MyDomain.com>... User unknown
since these where the ones mostly hit with SPAM.

There are a couple i.e. postmaster@ that shouldn't bounce, I fortget which RFC covers it, but remember reading it a long time ago.

Could somebody please direct me to where :fail: and similar facilities are documented? I looked at CPanel 7 User Guide 1.2 and was not able to find anything there.

Thanks,

Cheers!
__________________
Han Tacoma

~ Artificial Intelligence is better than none! ~
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 04-04-2004, 06:06 PM
chirpy's Avatar
Moderator
 
Join Date: Jun 2002
Location: Go on, have a guess
Posts: 13,495
chirpy will become famous soon enough
There aren't many more options. They are mentioned under the Default Address:

http://www.cpanel.net/docs/cp/settin...ailAddress.htm
__________________
Jonathan Michaelson
cPanel Forum Moderator

Need your cPanel servers secured and tuned?
cPanel Server Configuration, Security, Recovery and Antivirus/AntiSpam Services
Developers of the most effective (and free) Firewall & Security Solution for cPanel Servers - csf
http://www.configserver.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 03:07 PM.


Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
© cPanel Inc