Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > gnu.utils.bug > #2202
| From | Bob Proulx <bob@proulx.com> |
|---|---|
| Newsgroups | gnu.utils.bug |
| Subject | Re: Upgrading from RHEL5x to RHEL 7x |
| Date | 2016-04-04 17:04 -0600 |
| Message-ID | <mailman.9047.1459811054.843.bug-gnu-utils@gnu.org> (permalink) |
| References | <BM1PR01MB006830E3BEB3AAFA5F2B5C13E59D0@BM1PR01MB0068.INDPRD01.PROD.OUTLOOK.COM> <20160404111348680849282@bob.proulx.com> <BM1PR01MB00680E84B5D9627A6C0B793BE59D0@BM1PR01MB0068.INDPRD01.PROD.OUTLOOK.COM> |
Hi Prasad, Prasad Kumar wrote: > First I want to Thank you for looking into my issue. Sure. Happy to help. > umask 02 > echo "Now is the time" > testfile1 > uuencode testfile1 testfile1 > output1 > Got Same output in both Instance. Then you know that uuencode on both systems are okay. That isn't the problem you are seeing. You can further confirm this by doing the longer test with your Attachements.pdf file to be extra certain. (I asked for the "Now is the time" file so that we could recreate it without anything external.) > Saved and transfered the uuencode.data1 to RHEL7 > Sent mail from RHEL7 (Attachment is Corrupted) > 1. mail -s "This is Attachment Mail" prasad_kumar@hotmail.com < uuencode.data1 > The Attachment is not there instead I get Junk in Body of the mail. This shows the problem is in the mail side of things. > 2. I sent mail with -a option > echo "uuencode testing"|mail -s "This is Attachment Mail" -a uuencode.data1 prasad_kumar@trimble.com > > I got attachment uuencode.data1 to the mail but cannot open the file What is your 'mail' command on RHEL7? The command line 'mail' command has been many different over many years and systems. On my Debian system /usr/bin/mail is the bsd-mailx command selected through the Debian alternatives system which is not used for that purpose on RHEL. ls -l /usr/bin/mail rpm -qf /usr/bin/mail That first may show a symlink. I don't know. The second should show the package associated with the file. (-q query, -f file). Hoping it will be something like bsd-mailx or Heirloom mailx. Or something. Do the same on your working RHEL 5 system. Compare them. One is working and the other is not. Something is different on the one that is not. And by different I suspect it is the entire email software stack. The two common MTAs for RHEL are Sendmail and Postfix. Which are you using? alternatives --display mta It is possible that your mail transport agent is configured one way on your RHEL 5 system and (probably not at all) configured differently on your later RHEL 7 system. Plus note that RHEL 7 has systemd which has probably included and subsumed the mail transfer agent within itself and so you might have to study it too. Since you are using RHEL it implies that you have a paid support contract with Red Hat. You might try getting something for your paid money and asking for support. Bob
Back to gnu.utils.bug | Previous | Next | Find similar
Re: Upgrading from RHEL5x to RHEL 7x Bob Proulx <bob@proulx.com> - 2016-04-04 17:04 -0600
csiph-web