[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] Email relaying from localhost?
- Subject: RE: [cobalt-users] Email relaying from localhost?
- From: "Curtis Ross" <Curtis_Ross@xxxxxx>
- Date: Thu Feb 21 11:41:13 2002
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> > Feb 15 15:55:15 www sendmail[4272]: g1FMtEn04272: from=httpd,
size=794,
> > class=0, nrcpts=1,
msgid=<200202152255.g1FMtEn04272@xxxxxxxxxxxxxxxx>,
> > relay=httpd@localhost
>
> If www.myserver.com is your server, it has to be mail to - from
domains on the
> server.
>
> --
> Gerald Waugh
Well I think I figured out what's going on. I have a user that is using
some sort of PHP/mySQL combo to do mass mails. I assuming because it's
browser based it gets tagged with httpd as the mailer id. See example of
a header below:
>From httpd Wed Feb 20 16:28:11 2002
Return-Path: <httpd>
Received: (from httpd@localhost)
by www.myserver.com (8.10.2/8.10.2) id g1KNSA812133;
Wed, 20 Feb 2002 16:28:10 -0700
Date: Wed, 20 Feb 2002 16:28:10 -0700
Message-Id: <200202202328.g1KNSA812133@xxxxxxxxxxxxxxxx>
Now my question is....how do I stop this guy or anyone else from doing
this?
Curtis