On Thu, 2010-12-09 at 21:59 +0000, Cedric Knight wrote: > On 09/12/10 20:30, Karsten Bräckelmann wrote:
> > Anyway, why are *web* servers sending out mail at all? Other than maybe > > cron junk and friends, which would warrant bypassing SA or extending > > your internal network. If they are indeed intended to send out mail to > > third-parties, they better be configured properly first. > > In the case that actually caused me to write, orders from a shop. Or it > might be running PHPList or CiviCRM or any CMS that authenticates users > by email. Transactional order confirmation mail? Well, mail *is* part of their business then, and they really should take a moment to think about their mail infrastructure. (Just like they should take a moment to think about online advertising, and how valid some of the offers might be. There are a lot of traps, not only in traditional businesses. But I digress.) > > Looks like a dynamic hostname indeed. > > The "srv" might raise suspicions. In fact, I suppose it's not a totally > unreasonable form of rDNS for a large server farm, but personally I give > all the cows on my farm names. Not unreasonable for a server farm, but a mail delivery cluster is a different species. And from the shop owner's POV, it's not a farm anyway, or is it? I wouldn't assume they are using more than one machine... -- char *t="\10pse\0r\0dtu...@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i<l;i++){ i%8? c<<=1: (c=*++x); c&128 && (s+=h); if (!(h>>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}}