Ask a Question related to Sun Solaris, Design and Development.
-
Barton Fisk #1
Re: Setting reply-to: for mailx in .mailrc
On Thu, 24 Jul 2003 19:15:33 -0700, Susan Mathews
<smathews@socrates.berkeley.edu> wrote:
If your using sendmail for your MTA, check the genericstable feature out.> Using mailx you can set the "reply-to:" using -r, e.g.:
> mailx -s "subject" -r othermailaddress@machine toperson@machine < filein
>
> But I'd like to set it for all the email going out of my account (so I
> can not receive mail on that account). I can do this in the .pinerc. On
> other unices you can set a REPLYTO environment variable which mailx will
> read. This doesn't seem to work on SunOS 5.8. Any ideas on what I could
> put in the .mailrc to set the "reply-to:" mail header?
> Susan Mathews UC Berkeley
>
--
Barton Fisk
Using M2, Opera's revolutionary e-mail client: [url]http://www.opera.com/m2/[/url]
Barton Fisk Guest
-
reply
What kind of problems ? Please explain with error messages, etc. Would be nice also to give some details of your system (Operating System) Ray -
pls do reply
How do i get the process id into a variable ? can any one help $pid = qx(ps -f|grep srvtst26); print "Server Started : $pid \n -
do not reply
Don't tell me what to do! "Dave Slater" <elninia@nospam.adelphia.net> wrote in message news:uIXXa.9708$jg.2578237@news1.news.adelphia.net... -
Sending SMTP mail via mailx
I am confused on how mailx actually sends mail via SMTP ... and receive the actual mail on Mozilla on windows2000. 1) What confuses me is that I... -
Solaris 8: cpu overload when using mailx for checkpoint firewallalerting
Hi all, I am using Checkpoint NG FP1, on Solaris 8. I configured alerts using mailx on dropped packets. However, when there is a ``rush'' of... -
Florian Stiassny #2
Re: Setting reply-to: for mailx in .mailrc
In article [email]F7B03590@socrates.berkeley.edu[/email], Susan Mathews <smathews@socrates.berkeley.edu> writes:
I do it this way:>Using mailx you can set the "reply-to:" using -r, e.g.:
>mailx -s "subject" -r othermailaddress@machine toperson@machine < filein
>
>But I'd like to set it for all the email going out of my account (so I
>can not receive mail on that account). I can do this in the .pinerc. On
>other unices you can set a REPLYTO environment variable which mailx will
>read. This doesn't seem to work on SunOS 5.8. Any ideas on what I could
>put in the .mailrc to set the "reply-to:" mail header?
> Susan Mathews UC Berkeley
>
in a script called MySendmail:
(echo "From: othermailaddress@machine" ; cat ) | /usr/lib/sendmail $@
in ~/.mailrc
set sendmail=<path>/MySendmail
---
\|/
o o
___________________oOO_(_)_OOo____________________ __________________
Florian Stiassny [email]Florian.Stiassny@motorola.com[/email]
Florian Stiassny Guest



Reply With Quote

