Re: Passing an input file through mail.

2000-05-04 Thread Corey Popelier
It did fix the problem of the "mail" command line not working, the problem of the unqualified host name error insendmail logs still exists, although everything does work :) Cheers, Corey Popelier http://members.dingoblue.net.au/~pancreas Work Email: [EMAIL PROTECTED] On Wed, 3 May 2000, Jason

Re: Passing an input file through mail.

2000-05-04 Thread Oki DZ
On Wed, 3 May 2000, Corey Popelier wrote: > Heres the deal - I dial into my ISP, and get allocated a random IP > address, ie. I do not have a static IP, and cannot obtain one with my > current ISP. > > What I would like to do, is on dialing in, pipe my ifconfig ppp0 to a > file, and mail that t

Re: Passing an input file through mail.

2000-05-03 Thread Jason Zdan
> define('confDOMAIN_NAME',`$w.dingoblue.net.au')dnl > define('SMART_HOST',`mail.dingoblue.net.au')dnl > FEATURE(always_add_domain)dnl > I admit I don't know much about sendmail, but it seems to me that the $w.dingoblue.net.au would add the "pancreas" to the front of your domain name. Maybe try d

Re: Passing an input file through mail.

2000-05-03 Thread Corey Popelier
Thanks for the reply Eric, at the least it made me realise that using a pipe I didn't need to dump the file first and thus make it a two line job. I still get the same problem, however, and I can safely say it's because I've screwed up sendmail somehow. "Mail" tries to send as: [EMAIL PROTECTED],

Re: Passing an input file through mail.

2000-05-03 Thread Eric G . Miller
On Wed, May 03, 2000 at 04:30:16PM +0800, Corey Popelier wrote: > Heres the deal - I dial into my ISP, and get allocated a random IP > address, ie. I do not have a static IP, and cannot obtain one with my > current ISP. > > What I would like to do, is on dialing in, pipe my ifconfig ppp0 to a > fi

Passing an input file through mail.

2000-05-03 Thread Corey Popelier
Heres the deal - I dial into my ISP, and get allocated a random IP address, ie. I do not have a static IP, and cannot obtain one with my current ISP. What I would like to do, is on dialing in, pipe my ifconfig ppp0 to a file, and mail that to my work address as follows: ifconfig ppp0 > ipaddy mai