not bouncing philosphy
am 28.09.2006 00:07:15 von Troy Piggins
By default my postfix mail server sends an "unknown user" message
back to senders of emails to invalid users for my domain. I
understand this is not desirable because spam send to invalid
users (which is probably all of the invalid user addressed mail)
has forged sender addresses, so the error message is getting sent
to innocent third parties.
Just curious what the best way to handle them really is -
silently drop them?
Also, are there any other instances/philosophies where you
wouldn't, or maybe you should, send error messages? What are
they?
--
Troy Piggins
,-o
o ) Ubuntu linux 6.06 http://ubuntu.com RLU#415538 http://counter.li.org
`-o uptime: 07:56:18 up 17 days,13:25,2 users,load average:0.00,0.02,0.00
Re: not bouncing philosphy
am 28.09.2006 00:32:00 von Sam
This is a MIME GnuPG-signed message. If you see this text, it means that
your E-mail or Usenet software does not support MIME signed messages.
The Internet standard for MIME PGP messages, RFC 2015, was published in 1996.
To open this message correctly you will need to install E-mail or Usenet
software that supports modern Internet standards.
--=_mimegpg-commodore.email-scan.com-12708-1159396319-0002
Content-Type: text/plain; format=flowed; charset="US-ASCII"
Content-Disposition: inline
Content-Transfer-Encoding: 7bit
Troy Piggins writes:
> By default my postfix mail server sends an "unknown user" message
> back to senders of emails to invalid users for my domain. I
> understand this is not desirable because spam send to invalid
> users (which is probably all of the invalid user addressed mail)
> has forged sender addresses, so the error message is getting sent
> to innocent third parties.
>
> Just curious what the best way to handle them really is -
> silently drop them?
Fix your broken server so that it doesn't even accept mail addressed to
nonexistent recipients. This is not rocket science. Even Verizon, with
millions of mailboxes scattered all over the place, can reject mail to a
nonexistent recipient nearly instantaneously.
RCPT TO:
550 5.1.1 unknown or illegal alias: nosuchuser87237887@verizon.net
> Also, are there any other instances/philosophies where you
> wouldn't, or maybe you should, send error messages? What are
> they?
Very simple: do not send bounces to external addresses in response to
externally-received mail.
--=_mimegpg-commodore.email-scan.com-12708-1159396319-0002
Content-Type: application/pgp-signature
Content-Transfer-Encoding: 7bit
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
iD8DBQBFGvvfx9p3GYHlUOIRAnTnAJ9CaVJsVO4UNJjDSVl5V8HlTEw1GwCf V2NP
jqoypshZ4/iliuYeJnVeiXA=
=Pzw0
-----END PGP SIGNATURE-----
--=_mimegpg-commodore.email-scan.com-12708-1159396319-0002--
Re: not bouncing philosphy
am 28.09.2006 01:06:51 von Alan Connor
On comp.mail.misc, in <20060928075618@usenet.piggo.com>, "Troy
Piggins" wrote:
Hi Troy,
> By default my postfix mail server sends an "unknown user"
> message back to senders of emails to invalid users for my
> domain. I understand this is not desirable because spam send
> to invalid users (which is probably all of the invalid user
> addressed mail) has forged sender addresses, so the error
> message is getting sent to innocent third parties.
No. Most spammers take great care to avoid using possible real
return addresses in their spams. It just pisses people off and
causes trouble for them.
Try mailing a few, manually. Just hit Reply. You'll probably
get a bounce from _your_ MTA, or your ISPs. (you are probably
just using it to deliver mail to your ISP's MTA).
Do _you_ receive bounces from mails you never sent all the
time? Nope. No one does.
You have been duped by the spammers pretending to be spamfighters
who use that lie as one of their chief arguments against
Challenge-Response systems.
Never-the-less, blanket bouncing like that is bad idea.
>
> Just curious what the best way to handle them really is -
> silently drop them?
Of the two choices, yes.
Another reasonable one would be to put the mail through a
spam filter first, dumping obvious spam and bouncing only the
remainder.
That's what's done with Challenge-Response systems.
>
> Also, are there any other instances/philosophies where you
> wouldn't, or maybe you should, send error messages? What are
> they?
Running an MTA is a complex affair. I wouldn't bother trying
as a normal user. Better to just use msmtp to send your mail
to our ISP's MTA.
If you want to get an idea of just how complex a modern MTA
is, subscribe to the exim mailing list.
Alan
--
http://home.earthlink.net/~alanconnor/contact.html
http://home.earthlink.net/~alanconnor/cr.html
http://home.earthlink.net/~alanconnor/publickey.html
Re: not bouncing philosphy
am 28.09.2006 01:11:07 von Mark Crispin
On Wed, 27 Sep 2006, Sam wrote:
> Fix your broken server so that it doesn't even accept mail addressed to
> nonexistent recipients. This is not rocket science.
Although it is true that in the general case, it is not a good idea for
any server to accept mail addressed to non-existent recipients, there are
a (limited) set of cases where this is unavoidable.
There are still a few "small-i internet" gateways that accept mail that
will be transmitted over a non-IP path or other such link that does not
have continuous connectivity. In such cases, the only way that the SMTP
server can validate the recipient is if it has a complete directory of all
recipients that are served at the other end. This is often not feasible.
Legitimate cases for such gateways are becoming fewer and further between
as universal IP connectivity becomes the worldwide norm rather than the
exception. I, for one, will not mourn their extinction.
Nonetheless, they are not extinct yet.
It it is probably unnecessary for a site with normal IP connectivity to
behave as if it is serving up mail via 1200 bps dialups to some little
Third World twarf. It's certainly desirable to turn off small-i internet
support in your mailer unless it is absolutely necessary. But until the
legitimate need for the small-i internet has vanished small-i internet
implementations aren't broken. Yet.
-- Mark --
http://panda.com/mrc
Democracy is two wolves and a sheep deciding what to eat for lunch.
Liberty is a well-armed sheep contesting the vote.
Re: not bouncing philosphy
am 28.09.2006 01:23:15 von Mark Crispin
On Thu, 28 Sep 2006, Troy Piggins wrote:
> By default my postfix mail server sends an "unknown user" message
> back to senders of emails to invalid users for my domain. I
> understand this is not desirable because spam send to invalid
> users (which is probably all of the invalid user addressed mail)
> has forged sender addresses, so the error message is getting sent
> to innocent third parties.
Correct; this is undesirable for the reasons you have stated. I receive
dozens of such error messages every day.
It would be better if your SMTP server rejected invalid recipients.
-- Mark --
http://panda.com/mrc
Democracy is two wolves and a sheep deciding what to eat for lunch.
Liberty is a well-armed sheep contesting the vote.
Re: not bouncing philosphy
am 28.09.2006 03:36:05 von Sam
This is a MIME GnuPG-signed message. If you see this text, it means that
your E-mail or Usenet software does not support MIME signed messages.
The Internet standard for MIME PGP messages, RFC 2015, was published in 1996.
To open this message correctly you will need to install E-mail or Usenet
software that supports modern Internet standards.
--=_mimegpg-commodore.email-scan.com-4087-1159407364-0002
Content-Type: text/plain; format=flowed; charset="US-ASCII"
Content-Disposition: inline
Content-Transfer-Encoding: 7bit
Usenet Beavis writes:
> On comp.mail.misc, in <20060928075618@usenet.piggo.com>, "Troy
> Piggins" wrote:
>
> Hi Troy,
Hi, Beavis!
> No. Most spammers take great care to avoid using possible real
> return addresses in their spams.
*SLAP*
Stupid Beavis. That's why my mail server currently have 1623 different IP
addresses blacklisted for bouncing spam.
> It just pisses people off and
> causes trouble for them.
*SLAP*
Beavis, exactly how did you come by your knowledge of what "most spammers"
do or to not?
> Try mailing a few, manually. Just hit Reply. You'll probably
> get a bounce from _your_ MTA, or your ISPs. (you are probably
> just using it to deliver mail to your ISP's MTA).
*SLAP*
The golden rule of comp.* hierarchy:
Whatever technical advice Beavis gives, the correct answer always lies 180
degrees to the opposite.
> Of the two choices, yes.
>
> Another reasonable one would be to point your fingers at me and laugh,
> because I was dropped on my head, as a child.
That's not the only reason for laughing at you, though.
> That's what's done with Beavis-Slapping systems.
Oh, there's more than one use for them.
>> Also, are there any other instances/philosophies where you
>> wouldn't, or maybe you should, send error messages? What are
>> they?
>
> Running an MTA is a complex affair. Of course, I have no clue
> whatsoever, concerning this topic, because I'm just a dumb
> Beavis on an analog modem dialup. But that won't stop me
> from flapping my gums and spouting clueless gibberish on the
> subject, hoping that my gobbledygook will impress someone.
Keep hoping, Beavis.
> If you want to get an idea of just how much of a Beavis I am,
> subscribe to alt.asshole.alan-connor.
Good idea.
> Beavis
*SMACK*
> --
> http://www.geocities.com/suhatrasabib
> http://www.pearlgates.net/nanae/kooks/ac/
> http://tinyurl.com/23r3f
--=_mimegpg-commodore.email-scan.com-4087-1159407364-0002
Content-Type: application/pgp-signature
Content-Transfer-Encoding: 7bit
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
iD8DBQBFGycEx9p3GYHlUOIRAr7RAJ0Qk3uiRklgE7arpLHSJKAb9cQj7gCe LkWg
z5WKAzuykUvm+Rf2bFXDTi8=
=qAkU
-----END PGP SIGNATURE-----
--=_mimegpg-commodore.email-scan.com-4087-1159407364-0002--
Re: not bouncing philosphy
am 28.09.2006 03:36:10 von Troy Piggins
* Alan Connor wrote:
> On comp.mail.misc, in <20060928075618@usenet.piggo.com>, "Troy
> Piggins" wrote:
>
> Hi Troy,
>
>> By default my postfix mail server sends an "unknown user"
>> message back to senders of emails to invalid users for my
>> domain. I understand this is not desirable because spam send
>> to invalid users (which is probably all of the invalid user
>> addressed mail) has forged sender addresses, so the error
>> message is getting sent to innocent third parties.
>
> No. Most spammers take great care to avoid using possible real
> return addresses in their spams. It just pisses people off and
> causes trouble for them.
I think that pissing people off is far from the small minds of
spammers!
> Try mailing a few, manually. Just hit Reply. You'll probably
> get a bounce from _your_ MTA, or your ISPs. (you are probably
> just using it to deliver mail to your ISP's MTA).
>
> Do _you_ receive bounces from mails you never sent all the
> time? Nope. No one does.
Yes. At work we've received 10 or so in the last fortnight.
> You have been duped by the spammers pretending to be spamfighters
> who use that lie as one of their chief arguments against
> Challenge-Response systems.
>
> Never-the-less, blanket bouncing like that is bad idea.
Yep.
>> Just curious what the best way to handle them really is -
>> silently drop them?
>
> Of the two choices, yes.
>
> Another reasonable one would be to put the mail through a
> spam filter first, dumping obvious spam and bouncing only the
> remainder.
>
> That's what's done with Challenge-Response systems.
>
>> Also, are there any other instances/philosophies where you
>> wouldn't, or maybe you should, send error messages? What are
>> they?
>
> Running an MTA is a complex affair. I wouldn't bother trying
> as a normal user. Better to just use msmtp to send your mail
> to our ISP's MTA.
>
> If you want to get an idea of just how complex a modern MTA
> is, subscribe to the exim mailing list.
s/exim/postfix/
:)
Thanks for the input.
--
Troy Piggins
,-o
o ) Ubuntu linux 6.06 http://ubuntu.com RLU#415538 http://counter.li.org
`-o uptime: 11:24:53 up 17 days,16:53,2 users,load average:0.04,0.03,0.00
Re: not bouncing philosphy
am 28.09.2006 03:52:13 von Troy Piggins
* Mark Crispin wrote:
> On Thu, 28 Sep 2006, Troy Piggins wrote:
>> By default my postfix mail server sends an "unknown user" message
>> back to senders of emails to invalid users for my domain. I
>> understand this is not desirable because spam send to invalid
>> users (which is probably all of the invalid user addressed mail)
>> has forged sender addresses, so the error message is getting sent
>> to innocent third parties.
>
> Correct; this is undesirable for the reasons you have stated. I receive
> dozens of such error messages every day.
Yes, as does my work :(
> It would be better if your SMTP server rejected invalid recipients.
So there's a way to reject messages to invalid recipients. I've
done some more testing of my "default" postfix setup. I sent an
email from work to an invalid email address at home, and got the
following message:
,----------------------------------------------------------- --------.
| |
| This Message was undeliverable due to the following reason: |
| |
| Each of the following recipients was rejected by a remote mail |
| server. |
| The reasons given by the server are included to help you |
| determine why |
| each recipient was rejected. |
| |
| Recipient: |
| Reason: : Recipient address rejected: |
| User unknown in local recipient table |
| |
| Please reply to |
| if you feel this message to be in error. |
| |
| Reporting-MTA: dns; omta05sl.mx.bigpond.com |
| Arrival-Date: Thu, 28 Sep 2006 01:38:17 +0000 |
| Received-From-MTA: dns; lowstump.dyndns.org (147.10.92.173) |
| |
| Final-Recipient: RFC822; |
| Action: failed |
| Status: 5.1.1 |
| Remote-MTA: dns; piggo.com (203.206.60.205) |
| Diagnostic-Code: smtp; 550 : Recipient address |
| rejected: User unknown in local recipient table |
| |
| Subject: |
| bounce me baby |
| From: |
| Troy Piggins |
| Date: |
| Thu, 28 Sep 2006 11:38:15 +1000 |
| To: |
| invalid@piggo.com |
| |
| -- |
| Troy Piggins |
| All your sigs are belong to us. |
'----------------------------------------------------------- --------'
So it appears that although a mail is being sent back to the
"sender", it comes from the _real_ sender's smtp server after the
message got rejected by my server. This would be the correct
action?
I imagine if a spammer is sending spam to an invalid piggo
address, the above rejection wouldn't go to the innocent, forged
sender address, it would go back to the spammer's smtp server?
--
Troy Piggins
,-o
o ) Ubuntu linux 6.06 http://ubuntu.com RLU#415538 http://counter.li.org
`-o uptime: 11:36:31 up 17 days,17:05,2 users,load average:0.00,0.00,0.00
Re: not bouncing philosphy
am 28.09.2006 04:14:40 von Alan Connor
On comp.mail.misc, in <20060928112453@usenet.piggo.com>, "Troy
Piggins" wrote:
Troy,
> * Alan Connor wrote:
>
>> On comp.mail.misc, in <20060928075618@usenet.piggo.com>, "Troy
>> Piggins" wrote:
>>
>> Hi Troy,
>>
>>> By default my postfix mail server sends an "unknown user"
>>> message back to senders of emails to invalid users for my
>>> domain. I understand this is not desirable because spam send
>>> to invalid users (which is probably all of the invalid user
>>> addressed mail) has forged sender addresses, so the error
>>> message is getting sent to innocent third parties.
>>
>> No. Most spammers take great care to avoid using possible real
>> return addresses in their spams. It just pisses people off and
>> causes trouble for them.
>
> I think that pissing people off is far from the small minds of
> spammers!
There _are_ a lot of spammers who are idiots, but they don't last
long: They needlessly piss people off and find their domains
(MTAs) on blocklists at best, or are tracked down and prosecuted.
Good spammers have return addresses that go to spam dumps that
they empty out every hour or so with a local program. Yahoo and
such are popular for that purpose.
You can mail those addresses all day long and never get a bounce
and never receive a reply.
>> Try mailing a few, manually. Just hit Reply. You'll probably
>> get a bounce from _your_ MTA, or your ISPs. (you are probably
>> just using it to deliver mail to your ISP's MTA).
>>
>> Do _you_ receive bounces from mails you never sent all the
>> time? Nope. No one does.
>
> Yes. At work we've received 10 or so in the last fortnight.
That's not very many. I get one or so a week at my spam study box
(unprotected except by Earthlink's spamfilters), but half the
time they turn out to be spam disguised as bounces. You have to
check them out.
I only save the headers at that box, by-the-way.
>> Running an MTA is a complex affair. I wouldn't bother trying
>> as a normal user. Better to just use msmtp to send your mail
>> to our ISP's MTA.
>>
>> If you want to get an idea of just how complex a modern MTA
>> is, subscribe to the exim mailing list.
>
> s/exim/postfix/ :)
:-/
Postfix isn't open source, isn't used as widely as exim, and
I doubt very much whether it has a spam/troll free forum as
excellent as exim's mailing list.
Alan
--
http://home.earthlink.net/~alanconnor/contact.html
http://home.earthlink.net/~alanconnor/cr.html
http://home.earthlink.net/~alanconnor/publickey.html
Re: not bouncing philosphy
am 28.09.2006 04:27:10 von Troy Piggins
* Alan Connor wrote:
> On comp.mail.misc, in <20060928112453@usenet.piggo.com>, "Troy
> Piggins" wrote:
>> * Alan Connor wrote:
>>> On comp.mail.misc, in <20060928075618@usenet.piggo.com>, "Troy
>>> Piggins" wrote:
>>>
[snip]
>>
>> I think that pissing people off is far from the small minds of
>> spammers!
>
> There _are_ a lot of spammers who are idiots, but they don't last
> long: They needlessly piss people off and find their domains
> (MTAs) on blocklists at best, or are tracked down and prosecuted.
>
> Good spammers have return addresses that go to spam dumps that
> they empty out every hour or so with a local program. Yahoo and
> such are popular for that purpose.
>
> You can mail those addresses all day long and never get a bounce
> and never receive a reply.
>
[snip]
>>> Do _you_ receive bounces from mails you never sent all the
>>> time? Nope. No one does.
>>
>> Yes. At work we've received 10 or so in the last fortnight.
>
> That's not very many. I get one or so a week at my spam study box
> (unprotected except by Earthlink's spamfilters), but half the
> time they turn out to be spam disguised as bounces. You have to
> check them out.
>
> I only save the headers at that box, by-the-way.
>
>
>>> Running an MTA is a complex affair. I wouldn't bother trying
>>> as a normal user. Better to just use msmtp to send your mail
>>> to our ISP's MTA.
>>>
>>> If you want to get an idea of just how complex a modern MTA
>>> is, subscribe to the exim mailing list.
No doubt a full blown 1000, or 10,000 user server is quite
complex, but for my home network postfix is quite simple and does
way more than I will ever need. I only had to change about 5
lines of the conf file to get my own mail server working.
>> s/exim/postfix/ :)
>
> :-/
>
> Postfix isn't open source, isn't used as widely as exim, and
You can look at the source if you like:
http://www.postfix.org/download.html
> I doubt very much whether it has a spam/troll free forum as
> excellent as exim's mailing list.
Postfix I found very easy to install and understand. That's all.
My work server has exim but I've never timkered much with it.
--
Troy Piggins
,-o
o ) Ubuntu linux 6.06 http://ubuntu.com RLU#415538 http://counter.li.org
`-o uptime: 12:19:09 up 17 days,17:47,2 users,load average:0.00,0.02,0.00
Re: not bouncing philosphy
am 28.09.2006 05:31:04 von Alan Connor
On comp.mail.misc, in <20060928121909@usenet.piggo.com>, "Troy
Piggins" wrote:
Troy,
>>>> Running an MTA is a complex affair. I wouldn't bother trying
>>>> as a normal user. Better to just use msmtp to send your mail
>>>> to our ISP's MTA.
>>>> If you want to get an idea of just how complex a modern MTA
>>>> is, subscribe to the exim mailing list.
>
> No doubt a full blown 1000, or 10,000 user server is quite
> complex, but for my home network postfix is quite simple and
> does way more than I will ever need. I only had to change
> about 5 lines of the conf file to get my own mail server
> working.
If it was sending out bounces for every mail addressed to
non-existence addresses at your domain, it wasn't working!
I hope your MTA isn't inadvertantly being run as an open relay.
That happens a lot with inexperienced users.
>>> s/exim/postfix/ :)
>>
>> :-/
>>
>> Postfix isn't open source, isn't used as widely as exim, and
>
> You can look at the source if you like:
> http://www.postfix.org/download.html
I checked that out thoroughly, reading through the FAQ.
You are right. But that wasn't the case a few years ago, because
I remember reading about it in the Debian package description. It
had to be given a special status as a package because of it.
That was why I decided to study exim.
Is a positive development.
>
>> I doubt very much whether it has a spam/troll free forum as
>> excellent as exim's mailing list.
>
> Postfix I found very easy to install and understand. That's
> all. My work server has exim but I've never timkered much with
> it.
I'm not clear on what your MTA's use is. Are you actually
directly on the Internet on port 25, or are you just using it to
accept mail from, and send mail to, your ISP's MTA?
If the latter is the case, you aren't going to be able to make
use of most of the features an MTA has to offer. The IP and TCP
headers will be stripped before you get the mail.
In the former case you'd be hammered by the spammers, more and
more as time goes by. What you posted about here would be just
the beginning of your challenges in this regard.
You have a popserver running? If not, install one and I will be
your first client (who will grin and bear all of your learning
mistakes :-). You'd need GSASL or TLS authentication on the
mailserver.
I promise not to use "Alan Connor" as my alias!
:-))
Alan
--
http://home.earthlink.net/~alanconnor/contact.html
http://home.earthlink.net/~alanconnor/cr.html
http://home.earthlink.net/~alanconnor/publickey.html
Re: not bouncing philosphy
am 28.09.2006 05:59:08 von Troy Piggins
* Alan Connor wrote:
> On comp.mail.misc, in <20060928121909@usenet.piggo.com>, "Troy
> Piggins" wrote:
>
> Troy,
>
>
>>>>> Running an MTA is a complex affair. I wouldn't bother trying
>>>>> as a normal user. Better to just use msmtp to send your mail
>>>>> to our ISP's MTA.
>>>>> If you want to get an idea of just how complex a modern MTA
>>>>> is, subscribe to the exim mailing list.
>>
>> No doubt a full blown 1000, or 10,000 user server is quite
>> complex, but for my home network postfix is quite simple and
>> does way more than I will ever need. I only had to change
>> about 5 lines of the conf file to get my own mail server
>> working.
>
> If it was sending out bounces for every mail addressed to
> non-existence addresses at your domain, it wasn't working!
I've yet to establish whether it's set up complying with RFC2821
and RFC2822 (if they /are/ the relevant RFCs), and/or whether
it's not working/broken.
> I hope your MTA isn't inadvertantly being run as an open relay.
> That happens a lot with inexperienced users.
It is most definitely not set up to open relay. It's disabled by
default on postfix, and I even checked it.
>>>> s/exim/postfix/ :)
>>>
>>> :-/
>>>
>>> Postfix isn't open source, isn't used as widely as exim, and
>>
>> You can look at the source if you like:
>> http://www.postfix.org/download.html
>
> I checked that out thoroughly, reading through the FAQ.
>
> You are right. But that wasn't the case a few years ago, because
> I remember reading about it in the Debian package description. It
> had to be given a special status as a package because of it.
>
> That was why I decided to study exim.
>
> Is a positive development.
>
>>> I doubt very much whether it has a spam/troll free forum as
>>> excellent as exim's mailing list.
>>
>> Postfix I found very easy to install and understand. That's
>> all. My work server has exim but I've never timkered much with
>> it.
>
> I'm not clear on what your MTA's use is. Are you actually
> directly on the Internet on port 25, or are you just using it to
> accept mail from, and send mail to, your ISP's MTA?
On my home machine I am directly open on port 25. I just set it
up like that, and use dyndns.org to keep my dynamic IP up to date
in their nameservers. It receives mail directly, but I actually
use my ISP's relayhost to send mail via. Hmm, I think I could
change that now...
> If the latter is the case, you aren't going to be able to make
> use of most of the features an MTA has to offer. The IP and TCP
> headers will be stripped before you get the mail.
Don't think so. That's how it has been set up for years - I used
fetchmail to download mail from my ISP's POP server. I could
read all the received headers etc. The problem was I couldn't
reject unknown users at the SMTP level, so I could only /dev/null
them.
Now I can reject them at SMTP level.
> In the former case you'd be hammered by the spammers, more and
> more as time goes by. What you posted about here would be just
> the beginning of your challenges in this regard.
So be it.
> You have a popserver running? If not, install one and I will be
Yes I do.
> your first client (who will grin and bear all of your learning
> mistakes :-). You'd need GSASL or TLS authentication on the
> mailserver.
:) sorry, family only. There are no single females left in my
family, so I don't like your chances of getting in.
> I promise not to use "Alan Connor" as my alias!
Hmm, kook@piggo.com isn't taken... :O)
--
Troy Piggins
,-o
o ) Ubuntu linux 6.06 http://ubuntu.com RLU#415538 http://counter.li.org
`-o uptime: 13:45:17 up 17 days,19:14,2 users,load average:0.00,0.00,0.00
[Kook] Re: Re: not bouncing philosphy
am 28.09.2006 06:50:30 von Nomen Nescio
Info about "Alan Connor"
Alan "The Usenet Beavis" Connor is a good friend of Bigfoot:
http://tinyurl.com/23r3f
A couple of years ago he was kidnapped and raped by Xena,
the Warrior Princess: http://tinyurl.com/2gjcy
Beavis believes that the MSBlast virus of yesteryear was explicitly
targeting him, for some inexplicable reason: http://tinyurl.com/ifrt
Beavis belongs to a UFO cult: http://tinyurl.com/2hhdx
Beavis's life in a UFO cult: http://tinyurl.com/24jqm
Beavis knows all about network security: http://tinyurl.com/5qqb6
And he's also a search engine expert: http://tinyurl.com/9pjnt
Alan doesn't believe in anyone else's existence ...
Alan accuses practically everyone of being a troll/spammer.
Apparently, Alan is the only real person in the newsgroups in which he posts.
http://www.pearlgates.net/nanae/kooks/ac/fga.shtml
http://groups.google.com/groups/profile?enc_user=MQ9uxRYAAAA X2tAp-itjMPAOxLgFwCc3_gRbb05PKyTO4L-MEqh3HQ&hl=en
http://www.pearlgates.net/nanae/kooks/ac/
http://linuxmafia.com/faq/Mail/challenge-response.html
http://www.spamcop.net/fom-serve/cache/329.html#CR
http://www.gatago.com/authors_pgs/13650.html
http://blog.bananasplit.info/?p=84
http://tinyurl.com/ifrt
http://tinyurl.com/3h6a5
http://tinyurl.com/ys6z4
Also in the headers for alan to read.
Re: not bouncing philosphy
am 28.09.2006 07:00:33 von Troy Piggins
* Sam wrote:
> Troy Piggins writes:
G'day Sam.
>> By default my postfix mail server sends an "unknown user" message
>> back to senders of emails to invalid users for my domain. I
>> understand this is not desirable because spam send to invalid
>> users (which is probably all of the invalid user addressed mail)
>> has forged sender addresses, so the error message is getting sent
>> to innocent third parties.
>>
>> Just curious what the best way to handle them really is -
>> silently drop them?
>
> Fix your broken server so that it doesn't even accept mail addressed to
> nonexistent recipients. This is not rocket science. Even Verizon, with
> millions of mailboxes scattered all over the place, can reject mail to a
> nonexistent recipient nearly instantaneously.
>
> RCPT TO:
> 550 5.1.1 unknown or illegal alias: nosuchuser87237887@verizon.net
If you look at my post <20060928113631@usenet.piggo.com> I quoted
an example of one of the messages I talked about. Is this
satisfactory by your definition? I don't think my server
accepted the mail.
In another group I've been told that according to RFC2821 and
RFC2822 this is the correct action. I have not had a chance to
go through them yet to verify if that is indeed correct.
>> Also, are there any other instances/philosophies where you
>> wouldn't, or maybe you should, send error messages? What are
>> they?
>
> Very simple: do not send bounces to external addresses in response to
> externally-received mail.
Do you classify the message in the post I referred to above as a
"bounce" message, or is it notification of mail not being
accepted? I think what I referred to as a "bounce" error message
in my OP wasn't accurate.
--
Troy Piggins
,-o
o ) Ubuntu linux 6.06 http://ubuntu.com RLU#415538 http://counter.li.org
`-o uptime: 14:52:44 up 17 days,20:21,2 users,load average:0.06,0.02,0.00
Re: not bouncing philosphy
am 28.09.2006 08:01:10 von Alan Connor
On comp.mail.misc, in <20060928134517@usenet.piggo.com>, "Troy
Piggins" wrote:
Troy,
>> I'm not clear on what your MTA's use is. Are you actually
>> directly on the Internet on port 25, or are you just using it
>> to accept mail from, and send mail to, your ISP's MTA?
>
> On my home machine I am directly open on port 25. I just set
> it up like that, and use dyndns.org to keep my dynamic IP up to
> date in their nameservers. It receives mail directly, but I
> actually use my ISP's relayhost to send mail via. Hmm, I think
> I could change that now...
If they'll allow it.
I'm surprised they'll let you use port 25 at all.
>> If the latter is the case, you aren't going to be able to make
>> use of most of the features an MTA has to offer. The IP and
>> TCP headers will be stripped before you get the mail.
>
> Don't think so. That's how it has been set up for years - I
> used fetchmail to download mail from my ISP's POP server. I
> could read all the received headers etc. The problem was I
> couldn't reject unknown users at the SMTP level, so I could
> only /dev/null them.
>
> Now I can reject them at SMTP level.
Much better, I'll admit.
>> In the former case you'd be hammered by the spammers, more and
>> more as time goes by. What you posted about here would be just
>> the beginning of your challenges in this regard.
>
> So be it.
>
>> You have a popserver running? If not, install one and I will
>> be
>
> Yes I do.
>
>> your first client (who will grin and bear all of your learning
>> mistakes :-). You'd need GSASL or TLS authentication on the
>> mailserver.
>
>:) sorry, family only. There are no single females left in my
>family, so I don't like your chances of getting in.
Got any good-looking sheep?
:-/
>> I promise not to use "Alan Connor" as my alias!
>
> Hmm, kook@piggo.com isn't taken... :O)
ROTFL!
Drat!
:-)
Alan
--
http://home.earthlink.net/~alanconnor/contact.html
http://home.earthlink.net/~alanconnor/cr.html
http://home.earthlink.net/~alanconnor/publickey.html
[Kook] Re: Re: not bouncing philosphy
am 28.09.2006 08:02:08 von Alan Connor FGA
Info about "Alan Connor"
Alan "The Usenet Beavis" Connor is a good friend of Bigfoot:
http://tinyurl.com/23r3f
A couple of years ago he was kidnapped and raped by Xena,
the Warrior Princess: http://tinyurl.com/2gjcy
Beavis believes that the MSBlast virus of yesteryear was explicitly
targeting him, for some inexplicable reason: http://tinyurl.com/ifrt
Beavis belongs to a UFO cult: http://tinyurl.com/2hhdx
Beavis's life in a UFO cult: http://tinyurl.com/24jqm
Beavis knows all about network security: http://tinyurl.com/5qqb6
And he's also a search engine expert: http://tinyurl.com/9pjnt
Alan doesn't believe in anyone else's existence ...
Alan accuses practically everyone of being a troll/spammer.
Apparently, Alan is the only real person in the newsgroups in which he posts.
http://www.pearlgates.net/nanae/kooks/ac/fga.shtml
http://groups.google.com/groups/profile?enc_user=MQ9uxRYAAAA X2tAp-itjMPAOxLgFwCc3_gRbb05PKyTO4L-MEqh3HQ&hl=en
http://www.pearlgates.net/nanae/kooks/ac/
http://linuxmafia.com/faq/Mail/challenge-response.html
http://www.spamcop.net/fom-serve/cache/329.html#CR
http://www.gatago.com/authors_pgs/13650.html
http://blog.bananasplit.info/?p=84
http://tinyurl.com/ifrt
http://tinyurl.com/3h6a5
http://tinyurl.com/ys6z4
Also in the headers for alan to read.
Re: not bouncing philosphy
am 28.09.2006 12:18:35 von Joe Makowiec
On 27 Sep 2006 in comp.mail.misc, Troy Piggins wrote:
> I imagine if a spammer is sending spam to an invalid piggo
> address, the above rejection wouldn't go to the innocent, forged
> sender address, it would go back to the spammer's smtp server?
But the spammer's smtp server could well be on a zombied PC sitting on a
home network running its own server, without a valid MX record.
--
Joe Makowiec
http://makowiec.org/
Email: http://makowiec.org/contact/?Joe
Re: not bouncing philosphy
am 28.09.2006 12:21:04 von Frank Slootweg
Mark Crispin wrote:
> On Wed, 27 Sep 2006, Sam wrote:
> > Fix your broken server so that it doesn't even accept mail addressed to
> > nonexistent recipients. This is not rocket science.
>
> Although it is true that in the general case, it is not a good idea for
> any server to accept mail addressed to non-existent recipients, there are
> a (limited) set of cases where this is unavoidable.
>
> There are still a few "small-i internet" gateways that accept mail that
> will be transmitted over a non-IP path or other such link that does not
> have continuous connectivity. In such cases, the only way that the SMTP
> server can validate the recipient is if it has a complete directory of all
> recipients that are served at the other end. This is often not feasible.
>
> Legitimate cases for such gateways are becoming fewer and further between
> as universal IP connectivity becomes the worldwide norm rather than the
> exception. I, for one, will not mourn their extinction.
>
> Nonetheless, they are not extinct yet.
>
> It it is probably unnecessary for a site with normal IP connectivity to
> behave as if it is serving up mail via 1200 bps dialups to some little
> Third World twarf. It's certainly desirable to turn off small-i internet
> support in your mailer unless it is absolutely necessary. But until the
> legitimate need for the small-i internet has vanished small-i internet
> implementations aren't broken. Yet.
Isn't there another, quite more common, category where the first
receiving 'mail server' has no way of knowing whether or not the target
user/mailbox exists on the final/destination mail server?
AFAIK, mail at my employer (HP) was set up in such a way, i.e. mail
'hopped' via several servers to franks@neth.hp.com. Only the final mail
server knew whether or not 'franks' existed (@neth.hp.com). So the first
server had already accepted the mail, and by the time the message reached
the destination mail server, that only *that* server could do a *reject*,
but that would result in a *bounce* from the before-last server.
AFAIK, such setups are rather common if an organization has multiple
mail servers on their private intranet, of which only one or a few
'gateway' servers allow SMTP/port_25 from the public Internet.
Put in other words: If both the sender's MTA and the recipient's MTA
are on the public Internet, then a direct connection is probably common
and the recipient's MTA can do a reject instead of a bounce. However if
the recipient's MTA is on a private intranet, then a direct connection
is probably uncommon and the before-last MTA can only do a bounce.
Re: not bouncing philosphy
am 28.09.2006 13:29:06 von Troy Piggins
* Joe Makowiec wrote:
> On 27 Sep 2006 in comp.mail.misc, Troy Piggins wrote:
>
>> I imagine if a spammer is sending spam to an invalid piggo
>> address, the above rejection wouldn't go to the innocent, forged
>> sender address, it would go back to the spammer's smtp server?
>
> But the spammer's smtp server could well be on a zombied PC sitting on a
> home network running its own server, without a valid MX record.
Ok, so is my server's action at fault, or the maintainer of a
hacked server? I'm just rejecting a connection, aren't I?
--
Troy Piggins
,-o
o ) Ubuntu linux 6.06 http://ubuntu.com RLU#415538 http://counter.li.org
`-o uptime: 21:26:44 up 18 days,2:55,2 users,load average:0.00,0.00,0.00
Re: not bouncing philosphy
am 28.09.2006 14:39:19 von AK
Troy Piggins wrote:
> * Joe Makowiec wrote:
>
>>On 27 Sep 2006 in comp.mail.misc, Troy Piggins wrote:
>>
>>
>>>I imagine if a spammer is sending spam to an invalid piggo
>>>address, the above rejection wouldn't go to the innocent, forged
>>>sender address, it would go back to the spammer's smtp server?
>>
>>But the spammer's smtp server could well be on a zombied PC sitting on a
>>home network running its own server, without a valid MX record.
>
>
> Ok, so is my server's action at fault, or the maintainer of a
> hacked server? I'm just rejecting a connection, aren't I?
>
Troy,
Your server behaves as designed. It either rejects the recipient during
the smtp session at which point the mail server that has the message
will generate the notification to the envelope sender. Or a message to a
valid recipient is accepted, but for one reason or another can not be
delivered and a notification from your server is sent to the envelope
recipient.
AK
Re: not bouncing philosphy
am 28.09.2006 20:58:13 von Mark Crispin
On Thu, 28 Sep 2006, Frank Slootweg wrote:
> Isn't there another, quite more common, category where the first
> receiving 'mail server' has no way of knowing whether or not the target
> user/mailbox exists on the final/destination mail server?
> AFAIK, mail at my employer (HP) was set up in such a way, i.e. mail
> 'hopped' via several servers to franks@neth.hp.com. Only the final mail
> server knew whether or not 'franks' existed (@neth.hp.com).
That was once a valid, and exceedingly common, practice for the reasons
that you state.
Abuse by spammers made this practice no longer viable several years ago.
The development of enterprise-wide directory facilities helped as well.
I don't state this as a good thing. Personally, I would have preferred
keeping the way that SMTP used to work (including open relays) and instead
using administrative means to nip the spamming problem in the bud back in
the mid 1990s.
Sadly, the US government in power at the time had no interest in enforcing
what was previously generally accepted as appropriate usage of the network
(and which had been enforced quite vigorously in previous decades).
It's no use crying over spilled milk. What's done is done, and we have to
live with what we have today.
-- Mark --
http://panda.com/mrc
Democracy is two wolves and a sheep deciding what to eat for lunch.
Liberty is a well-armed sheep contesting the vote.
Re: not bouncing philosphy
am 28.09.2006 21:44:28 von Landmark
Troy Piggins wrote:
>Also, are there any other instances/philosophies where you
>wouldn't, or maybe you should, send error messages? What are
>they?
I wish the servers that send out these barrages of messages such as
"No such mailbox here", "Mailbox full", out of office autoreplies etc
would at least have the common sense to filter out the spam first and
not send these replies to the faked addresses in obvious spam. Even
basic spam filtering would easily cut out 95% of the back scatter that
these things generate. Anyone who has had their email address used in
a spam run will know that you can easily get thousands of these
non-delivery reports hititng your mailbox over a 48 hour period.
Equally brain dead are the mail servers that send me "bounced" mail
with a note that the mail was rejected because it contains a virus
such as, say, Swen 32. Well duh! Swen 32 spoofs email addresses. If
their server is bright enough to figure out its the Swen virus then
you'd think it would also be bright enough to realise there is no
point mailing some innocent third party about it with an advert for AV
software. More joined up thinking needed by mailserver people and AV
people.
Finally, I think "Out of office" autoreply is one of the most
irritating and useless of emails. "Hi, I've left the office now for
the day but I'll be back at my desk at 9am and will read your email
then." If I'd needed an instant answer I would have picked up the
phone during the day, not emailed you at 10 at night.
Re: not bouncing philosphy
am 28.09.2006 23:42:18 von Troy Piggins
* Landmark wrote:
> Troy Piggins wrote:
>
>>Also, are there any other instances/philosophies where you
>>wouldn't, or maybe you should, send error messages? What are
>>they?
>
> I wish the servers that send out these barrages of messages such as
> "No such mailbox here", "Mailbox full", out of office autoreplies etc
> would at least have the common sense to filter out the spam first and
> not send these replies to the faked addresses in obvious spam. Even
> basic spam filtering would easily cut out 95% of the back scatter that
> these things generate. Anyone who has had their email address used in
> a spam run will know that you can easily get thousands of these
> non-delivery reports hititng your mailbox over a 48 hour period.
As I understand it, those "unknown user" type messages are sent
at connection to the mail server time, the message is not even
downloaded. There is no way to know if it is spam or not at that
stage.
"Mailbox full" messages, I am not sure when they are sent so
can't comment.
"Out of office" autoreplies - of course they need to act /after/
virus and spam filtering has taken place.
> Equally brain dead are the mail servers that send me "bounced" mail
> with a note that the mail was rejected because it contains a virus
> such as, say, Swen 32. Well duh! Swen 32 spoofs email addresses. If
> their server is bright enough to figure out its the Swen virus then
> you'd think it would also be bright enough to realise there is no
> point mailing some innocent third party about it with an advert for AV
> software. More joined up thinking needed by mailserver people and AV
> people.
Agreed - I don't see the usefulness of sending notifications that
virus was received.
> Finally, I think "Out of office" autoreply is one of the most
> irritating and useless of emails. "Hi, I've left the office now for
> the day but I'll be back at my desk at 9am and will read your email
> then." If I'd needed an instant answer I would have picked up the
> phone during the day, not emailed you at 10 at night.
I haven't seen one that stupid - I've finished work for the day,
I'll be back 9am tomorrow.
--
Troy Piggins
,-o
o ) Ubuntu linux 6.06 http://ubuntu.com RLU#415538 http://counter.li.org
`-o uptime: 07:34:27 up 18 days,13:03,2 users,load average:0.00,0.00,0.00
Re: not bouncing philosphy
am 29.09.2006 00:36:20 von Sam
This is a MIME GnuPG-signed message. If you see this text, it means that
your E-mail or Usenet software does not support MIME signed messages.
The Internet standard for MIME PGP messages, RFC 2015, was published in 1996.
To open this message correctly you will need to install E-mail or Usenet
software that supports modern Internet standards.
--=_mimegpg-commodore.email-scan.com-10149-1159482979-0002
Content-Type: text/plain; format=flowed; charset="US-ASCII"
Content-Disposition: inline
Content-Transfer-Encoding: 7bit
Troy Piggins writes:
>> Fix your broken server so that it doesn't even accept mail addressed to
>> nonexistent recipients. This is not rocket science. Even Verizon, with
>> millions of mailboxes scattered all over the place, can reject mail to a
>> nonexistent recipient nearly instantaneously.
>>
>> RCPT TO:
>> 550 5.1.1 unknown or illegal alias: nosuchuser87237887@verizon.net
>
> If you look at my post <20060928113631@usenet.piggo.com> I quoted
> an example of one of the messages I talked about. Is this
> satisfactory by your definition?
Correct.
> I don't think my server
> accepted the mail.
Correct.
>>
>> Very simple: do not send bounces to external addresses in response to
>> externally-received mail.
>
> Do you classify the message in the post I referred to above as a
> "bounce" message,
Yes.
> or is it notification of mail not being
> accepted?
Yes. That's what a bounce is.
The point is that it's not your bounce. The mail server that was trying to
send the original message to you generated this bounce.
--=_mimegpg-commodore.email-scan.com-10149-1159482979-0002
Content-Type: application/pgp-signature
Content-Transfer-Encoding: 7bit
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
iD8DBQBFHE5jx9p3GYHlUOIRAlnvAJ0QAM9oH3Ty7CMxGxdypFFTG35nUACd F6LX
ZfGNoVvO8FbDGiyEY+WDttY=
=bdtQ
-----END PGP SIGNATURE-----
--=_mimegpg-commodore.email-scan.com-10149-1159482979-0002--
Re: not bouncing philosphy
am 29.09.2006 00:39:48 von Sam
This is a MIME GnuPG-signed message. If you see this text, it means that
your E-mail or Usenet software does not support MIME signed messages.
The Internet standard for MIME PGP messages, RFC 2015, was published in 1996.
To open this message correctly you will need to install E-mail or Usenet
software that supports modern Internet standards.
--=_mimegpg-commodore.email-scan.com-10149-1159483188-0003
Content-Type: text/plain; format=flowed; charset="US-ASCII"
Content-Disposition: inline
Content-Transfer-Encoding: 7bit
Usenet Beavis writes:
> There _are_ a lot of Beavises who are idiots,
No, just one.
> but they don't last
> long:
Although it might seem that indeed you've outlasted the average hemorrhoid,
in the grand scheme of things you have a long way to go before topping
famous net.kooks of yesteryear.
But we're all are rooting for you.
> They needlessly piss people off and find their domains
> (MTAs) on blocklists at best, or are tracked down and prosecuted.
Stop playing a victim, Beavis. Nobody cares a bit about a pipsqueak like
you, and there's nothing to prosecute you for, except, for perhaps, causing
permanent damage to weak bladders everywhere.
>> Yes. At work we've received 10 or so in the last fortnight.
>
> That's not very many.
Yes, but one more and you'll run out fingers, and be hopelessly lost.
> I get one or so a week at my spam study box
> (unprotected except by Earthlink's spamfilters),
Stupid Beavis. Most people filter out spam, but Beavis "studies" it.
> Postfix isn't open source,
Stupid Beavis. Yes it is.
> Beavis
>
> --
> http://www.geocities.com/suhatrasabib
> http://www.pearlgates.net/nanae/kooks/ac/
> http://tinyurl.com/23r3f
--=_mimegpg-commodore.email-scan.com-10149-1159483188-0003
Content-Type: application/pgp-signature
Content-Transfer-Encoding: 7bit
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
iD8DBQBFHE80x9p3GYHlUOIRAg76AJ9pmWI6u/rXOU2AVeeDoCtlcmxVkACf Wa48
rbDumLyKXZUR/5GyrqmQyrI=
=sT4s
-----END PGP SIGNATURE-----
--=_mimegpg-commodore.email-scan.com-10149-1159483188-0003--
Re: not bouncing philosphy
am 29.09.2006 00:40:15 von Sam
This is a MIME GnuPG-signed message. If you see this text, it means that
your E-mail or Usenet software does not support MIME signed messages.
The Internet standard for MIME PGP messages, RFC 2015, was published in 1996.
To open this message correctly you will need to install E-mail or Usenet
software that supports modern Internet standards.
--=_mimegpg-commodore.email-scan.com-10149-1159483214-0004
Content-Type: text/plain; format=flowed; charset="US-ASCII"
Content-Disposition: inline
Content-Transfer-Encoding: 7bit
Usenet Beavis writes:
> I hope my brain isn't inadvertantly being run as an black hole.
> That happens a lot with inexperienced Beavises.
Too late.
> I'm not clear on what your MTA's use is.
Beavis, you should, instead, make a list of things you're clear about.
That's going to turn out to be a much shorter list.
> If the latter is the case, you aren't going to be able to make
> use of most of the features an MTA has to offer. The IP and TCP
> headers will be stripped before you get the mail.
Stupid Beavis. There's no such thing as an "IP" or "TCP" mail header.
> You have a popserver running? If not, install one and I will be
> your first client (who will grin and bear all of your learning
> mistakes :-). You'd need GSASL or TLS authentication on the
> mailserver.
Anyone who would allow Beavis to poke around his machine should have his
head examined.
> I promise not to use "Usenet Beavis" as my alias!
That won't be anough.
> Beavis
>
> --
> http://www.geocities.com/suhatrasabib
> http://www.pearlgates.net/nanae/kooks/ac/
> http://tinyurl.com/23r3f
--=_mimegpg-commodore.email-scan.com-10149-1159483214-0004
Content-Type: application/pgp-signature
Content-Transfer-Encoding: 7bit
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
iD8DBQBFHE9Ox9p3GYHlUOIRAuqsAJ9YMLLhnrj3Hb2IHm4wACuImD8j3wCe MqvM
a4T90wwSKJcWqXAq3TElBpQ=
=xmMW
-----END PGP SIGNATURE-----
--=_mimegpg-commodore.email-scan.com-10149-1159483214-0004--
Dating tips from Beavis (was Re: not bouncing philosphy)
am 29.09.2006 00:40:41 von Sam
This is a MIME GnuPG-signed message. If you see this text, it means that
your E-mail or Usenet software does not support MIME signed messages.
The Internet standard for MIME PGP messages, RFC 2015, was published in 1996.
To open this message correctly you will need to install E-mail or Usenet
software that supports modern Internet standards.
--=_mimegpg-commodore.email-scan.com-10149-1159483241-0005
Content-Type: text/plain; format=flowed; charset="US-ASCII"
Content-Disposition: inline
Content-Transfer-Encoding: 7bit
Usenet Beavis writes:
> On comp.mail.misc, in <20060928134517@usenet.piggo.com>, "Troy
> Piggins" wrote:
>
>>
>>:) sorry, family only. There are no single females left in my
>>family, so I don't like your chances of getting in.
>
> Got any good-looking sheep?
Bookmarked as http://tinyurl.com/zem6j
>>> I promise not to use "Usenet Beavis" as my alias!
>>
>> Hmm, kook@piggo.com isn't taken... :O)
>
> I'll take it!
It's yours.
> Beavis
>
> --
> http://www.geocities.com/suhatrasabib
> http://www.pearlgates.net/nanae/kooks/ac/
> http://tinyurl.com/23r3f
--=_mimegpg-commodore.email-scan.com-10149-1159483241-0005
Content-Type: application/pgp-signature
Content-Transfer-Encoding: 7bit
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
iD8DBQBFHE9px9p3GYHlUOIRAiNZAJ46U2UwOZ5WlnTXK4Ytz4+sbauQdQCf dD7q
wZURL4Lf878Joj/h42K+rrg=
=aKw9
-----END PGP SIGNATURE-----
--=_mimegpg-commodore.email-scan.com-10149-1159483241-0005--
Re: not bouncing philosphy
am 29.09.2006 00:43:45 von Troy Piggins
* Sam wrote:
> Troy Piggins writes:
>
>>> Fix your broken server so that it doesn't even accept mail
>>> addressed to nonexistent recipients. This is not rocket
>>> science. Even Verizon, with millions of mailboxes scattered
>>> all over the place, can reject mail to a nonexistent
>>> recipient nearly instantaneously.
>>>
>>> RCPT TO: 550 5.1.1 unknown or
>>> illegal alias: nosuchuser87237887@verizon.net
>>
>> If you look at my post <20060928113631@usenet.piggo.com> I
>> quoted an example of one of the messages I talked about. Is
>> this satisfactory by your definition?
>
> Correct.
>
>> I don't think my server accepted the mail.
>
> Correct.
>
>>> Very simple: do not send bounces to external addresses in
>>> response to externally-received mail.
>>
>> Do you classify the message in the post I referred to above as
>> a "bounce" message,
>
> Yes.
>
>> or is it notification of mail not being
>> accepted?
>
> Yes. That's what a bounce is.
>
> The point is that it's not your bounce. The mail server that
> was trying to send the original message to you generated this
> bounce.
Excellent. Thanks Sam.
--
Troy Piggins
,-o
o ) Ubuntu linux 6.06 http://ubuntu.com RLU#415538 http://counter.li.org
`-o uptime: 08:42:29 up 18 days,14:11,2 users,load average:0.01,0.03,0.00
Re: not bouncing philosphy
am 29.09.2006 06:17:20 von keeling
Landmark :
>
> Finally, I think "Out of office" autoreply is one of the most
> irritating and useless of emails. "Hi, I've left the office now for
Consider it an opportunity. You know to the minute when it'll be safe
to be breaking into their office owning them. Heh, heh, heh. :-)
--
Any technology distinguishable from magic is insufficiently advanced.
(*) http://www.spots.ab.ca/~keeling Linux Counter #80292
- - http://www.faqs.org/rfcs/rfc1855.html Please, don't Cc: me.
Spammers! http://www.spots.ab.ca/~keeling/emails.html
Re: not bouncing philosphy
am 29.09.2006 21:32:45 von Alan Clifford
On Fri, 29 Sep 2006, s. keeling wrote:
sk> Landmark :
sk> >
sk> > Finally, I think "Out of office" autoreply is one of the most
sk> > irritating and useless of emails. "Hi, I've left the office now for
sk>
sk> Consider it an opportunity. You know to the minute when it'll be safe
sk> to be breaking into their office owning them. Heh, heh, heh. :-)
sk>
I have found out of office autoreplies to be very useful for preventing a
groaning email box on return from holiday. But not just the namby pamby,
send once and keep a record type of auto-reply but one that replies to
every email. It was amazing the first time I did this. The woman who
fires off emails on encountering the slightest problem stopped including
me after day two.
I get very few, less than one per week, emails from outside the office, so
I am not responding to spam with spoofed addresses.
Of course, once one does this, one can embelish the email, and once done,
more is expected by the recipients. Photo of me that changes every hour -
link to a photo back home that is changed by cron. Actually, I only
discovered that I could display this on Outlook after I received an
internal email that took an age to display. As it was topposted, I
scrolled down to discover a photo on an email from a supplier, but only a
small photo. I assumed that it would be a large photo attachement scaled
down in the email but no, to my surprise, it was a link. Isn't this a bit
of a security hole? Anywayst, the supplier could change the photo on the
link at a later date, as I do.
Next step was a link to a Google map of where I am at the time the email
is received.
Then an anti-disclaimer saying that the email was not private blah, blah.
I tried putting a at the end hoping that it would strike out any silly
disclaimers added at the end of my email. But at some point, this was
detected, probably by the editor, and a was silently added before the
disclaimer text. This is an amusing little hack I would like to achieve.
--
Alan
( If replying by mail, please note that all "sardines" are canned.
There is also a password autoresponder but, unless this a very
old message, a "tuna" will swim right through. )
Re: not bouncing philosphy
am 30.09.2006 12:46:47 von James Wilkinson
Alan Clifford wrote:
> Photo of me that changes every hour -
> link to a photo back home that is changed by cron. Actually, I only
> discovered that I could display this on Outlook after I received an
> internal email that took an age to display. As it was topposted, I
> scrolled down to discover a photo on an email from a supplier, but only a
> small photo. I assumed that it would be a large photo attachement scaled
> down in the email but no, to my surprise, it was a link. Isn't this a bit
> of a security hole?
Yes. It's Outlook. This *is* one of the things that got Outlook its bad
reputation.
In particular, it allows any senders to detect when and on which IP
address their e-mail was read. As you can imagine, it's very useful for
spammers for detecting which addresses work.
James.
--
E-mail: james@ | We still have enough spare cardboard sitting around to
aprilcottage.co.uk | send a bus by Parcelforce, although not enough wrapping
| to be sure they wouldn't deliver it broken into two
| pieces. -- Alan Cox