- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Mailx with file attach
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
02-23-2006 06:35 AM
02-23-2006 06:35 AM
Mailx with file attach
I send file attach with mailx:
ux2dos arch | uuencode esrc | mailx correo
I Upgrade exchange server with
roolup package:
http://www.support.microsoft.com/Kb/870540, http://support.microsoft.com/?kbid=894549
But file attach change the character set and wrong file.
I need send the file attach.
Regards.
Rene
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2006 06:50 AM
02-23-2006 06:50 AM
Re: Mailx with file attach
You are getting the wrong file because you are not specifying the correct one in the uuencode command. As far as the character set problem, that's something between your Unix server and the Exchange server. See if they have equivalent locales defined.
cheers!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2006 08:00 AM
02-23-2006 08:00 AM
Re: Mailx with file attach
The problem is only when apply the patch in the exchange server.
Regards
Rene
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2006 08:43 AM
02-23-2006 08:43 AM
Re: Mailx with file attach
begin
mode xyz
jjdj'['df'
something mores
end
What you need to do use, prepare .mailrc file in home directory and set "
set mimeheaders=no" in that file. To turn mime header off for all users, you will have to set this in /usr/lib/mail/mailrc file.
If you do not want to use above options, you can also do mailx -m and sendmail -m options.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2006 08:49 AM
02-23-2006 08:49 AM
Re: Mailx with file attach
I believe RAC has hit it on the head with the -m option.
Attached you will find examples of the many types of mailx transaction we use in our shop.
Regards,
-dl