[95089] in RedHat Linux List
RE: credit card transfers
daemon@ATHENA.MIT.EDU (Richard Rager)
Wed Oct 14 23:52:40 1998
Date: Wed, 14 Oct 1998 23:51:51 -0400 (EDT)
From: Richard Rager <redhat-list@actech.net>
To: Eric Lee Green <redhat-list@redhat.com>
In-Reply-To: <199810140051.UAA03617@smtp2.erols.com>
Resent-From: redhat-list@redhat.com
Reply-To: redhat-list@redhat.com
On Tue, 13 Oct 1998, Charles Galpin wrote:
> ===== Original Message from Eric Lee Green <redhat-list@redhat.com> at
> 10/13/98 7:47
> >Much better to mail them off to an EMAIL-box somewhere and punch them into
> >the punchy-button-thingy by hand, eh?
>
> speaking of which, I want to do exactly that, but was not sure of how to
> encrypt it - passing that info via email is as bad as not using a secure
> server. Anyone know how to do this? I'm using sendmail.
>
Simple:
cat credit-info.txt | pgp -f -r mypubring@loclhost | sendmail cc@localhost
Here this will encrypt your credit infomation and mail it too who ever
your want.
> another problem I'm having is getting sendmail to "pretend" to be someone
> else so I can send majordomo a request to subscribe them to a mailing list
> from a perl cgi script. They fill out a form, giving me their email address,
> and select some mailing lists, and the script subscribes them (among other
> things ). If I don't send it as them, they get an email saying 'nobody'
> subscribed them.
>
> I've tried the -F and -f switches, but the -F doesn't seem to do it.
>
You must use the sendmail.ct file and add nobody to it. Then nobody can
become anyone it wants. If you do not have a sendmail.ct file and or you
did not have it in your sendmail.cf file you will need to build a new
sendmail.mc file and add the feature(use_ct_file).
It should be /etc/sendmail.cf in a default install of Redhat. Just make
the file and put in nobody into it.
also check in /etc/mail this is a common place to put it.\
If you need more help ask me and I will send you a new sendmail.cf file to
do this for you.
Enjoy,
Richard
--
PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com http://archive.redhat.com
To unsubscribe: mail redhat-list-request@redhat.com with
"unsubscribe" as the Subject.