TCP-group 1995
[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
Re: Sendmail config to convert PBBS to ampr.org
- To: jra@ag9v.ampr.org
- Subject: Re: Sendmail config to convert PBBS to ampr.org
- From: Glenn M Silverberg <glennsil@world.std.com>
- Date: Sun, 12 Feb 1995 08:49:48 +0001 (EST)
- Cc: tcp-group@ucsd.edu
- In-reply-to: <199502112316.SAA01144@ag9v>
On Sat, 11 Feb 1995 jra@ag9v.ampr.org wrote:
> Wonder if anyone can provide suggestions on how to convince sendmail on my
> Linux system to convert mail with a specific PBBS address to a specific
> ampr.org hostname.
>
> For example: I want anything addressed to user@N8ACV.#DAY.ETC to end up
> addressed and sent to n8acv.ampr.org. I don't need a general solution, just
> a way to handle a specific pair of addresses so I can use Unix mail to reply
> to mail left for me on the bbs side of the local JNOS system (which is
> then aliased to my Unix system).
>
> I think for this to work properly I need to rewrite both the headers and the
> envelope...
>
> Any help would be greatly appreciated.
John. I'm not sure on sendmail but I have a jnos box on my Linux system and
I use the ampernet mail box as by linux mailbox also. I am using the pine
mailer under linux but sendmail config should be about the same as
".pinerc" for pine. Here's what I did:
#1- Linux system
my user name and host address is glennsil@oajnet.org
#2- Jnos system
my user name/host is wa1oaj@wa1oaj-1.ampr.org
In my personal home directory (not my root directory) ie; /home/glennsil
I removed the ~/mail subdirectory and replaced it with a pointer that
points to the jnos mail directory ie; ln -s /oajnet/spool/mail mail
This makes the "default" mail stuff that wants to use /home/glennsil/mail
work.
Next I changed the mail rc file (.pinerc) to overide my own domain name
ie; oajnet.org... and replace it with wa1oaj-1.ampr.org
I also set up in .pinerc that my "smartmail host" was wa1oaj-1.ampr.org
This way instead of using "bm.exe" or whatever with jnos I can if I want
to but I can send/recv mail from linux/jnos with pine.
I would think that the above should work with sendmail too. I got tierd
of fighting with sendmail myself... <grin>
-Glenn WA1OAJ