- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to change the mailx.rc default setting in a ig...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2002 05:17 AM
09-16-2002 05:17 AM
How to change the mailx.rc default setting in a ignite server ?
I like to add "set charset=us-ascii" in the default mailx.rc setting in a build server so the machine being built will carry this setting but the mailx.rc on build server is not in text format.
Anyone know how to do it ? or please give
pointers to the document set I should read.
Thanks
tj
root> ls -l
total 4
dr-xr-xr-x 2 bin bin 1024 Mar 2 1999 elm
-r--r--r-- 1 bin bin 92 May 30 1996 mailx.rc
root> file mailx.rc
mailx.rc: data
root> strings mailx.rc
+N-QH,(H
\Tbkd
root>pwd
/export0/pkgsrc/OS/hp-ux10.20/core/MailUtilities/MAILERS/usr/share/lib
root>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2002 05:36 AM
09-16-2002 05:36 AM
Re: How to change the mailx.rc default setting in a ignite server ?
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x0ad4e7726eccd5118ff10090279cd0f9,00.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2002 05:50 AM
09-16-2002 05:50 AM
Re: How to change the mailx.rc default setting in a ignite server ?
link about setting "charset=us-ascii". but I like to do it from the source(of the problem).
I like to have every machine built from our
build server has the setting in /usr/lib/share/mailx.rc already.
tj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2002 05:55 AM
09-16-2002 05:55 AM
Re: How to change the mailx.rc default setting in a ignite server ?
/usr/share/lib/mailx.rc is a basic text file
/usr/share/lib =>cat mailx.rc
set append
set asksub
set dot
set crt=21
set PAGER=/usr/bin/more
set save
set encoding=8bit
Where is the mailxrc file that you'v run strings against?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2002 06:12 AM
09-16-2002 06:12 AM
Re: How to change the mailx.rc default setting in a ignite server ?
"swlist -l filet | grep mailx.rc" will show
mailx.rc file is in MailUtilties.MAILERS package and I found this package on my build server at following path
/export/build/CoreOS/MailUtilities/MAILERS/usr/share/lib
root> ls -l
total 4
dr-xr-xr-x 2 bin bin 1024 Mar 3 1999 elm
-r--r--r-- 1 bin bin 92 May 30 1996 mailx.rc
root> strings mailx.rc
+N-QH,(H
\Tbkd
root>
What I am looking for is a way to modify the mail.rc(in binary fomat) on an ignite build server.
tj