Friday, February 17, 2012

How to Install Bash Mail Command on CentOS 6 / RHEL / Fedora

SkyHi @ Friday, February 17, 2012
Installing Bash Mail Command on CentOS, RHEL or Fedora

How to install the bash mail command on CentOS, RHEL or Fedora, this is handy for sending mail from the command line :-
$ cat /some/file | mail youraddress@yourdomain.com
If you don’t have the mail command installed you will get the following error:
$ -bash: mail: command not found 
To install the bash mail program on CentOS, RHEL or Fedora type the following:
$  yum install mailx
Note on RHEL system you will require a Redhat Network (RHN) Self-Support contract to apply updates via YUM.

That's All and now Enjoy the Bash Mail Command on your CentOS / RHEL / Fedora Desktops!!

REFERENCES
http://ashu-geek.blogspot.com/2011/12/how-to-install-bash-mail-command-on.html

Tuesday, February 14, 2012

outlook - email not in sent folder

SkyHi @ Tuesday, February 14, 2012
I assume you don't have it set up to store a copy in your Sent Items?
The settings may depend on your account settings (Exchange/imap/pop3 what not)
Change where sent messages are saved when using an IMAP e-mail account
In Microsoft Office Outlook 2007, you can specify where sent items are saved for your IMAP e-mail account. For example, if you are at work and add a personal e-mail account to Outlook, you can configure your sent items to be saved in the Sent Items folder of the data file or in a Personal Folders file (.pst) for your personal account.
NOTE The first time you send an e-mail message with your IMAP account, you are prompted to choose the folder where you want sent items saved.
  • On the Tools menu, click Account Settings.
  • Select an e-mail account that is not an Exchange account, and then click Change.
  • Click More Settings.
  • In the Internet E-mail Settings dialog box, click the Folders tab.
    alt text
  • To choose a custom folder for saving your sent items, click Choose an existing folder or create a new folder to save your sent items for this account in.
  • Click a folder to save the sent items in, or click New Folder.
By default, the sent messages from all your accounts are saved in the default Sent Items folder in Outlook. If you have an Exchange account in your Outlook profile, the default folder is Sent Items in your Exchange mailbox.
  • Click Choose an existing folder or create a new folder to save your sent items for this account in, expand the folder list, and then click a folder. Usually, you choose Sent Items in the data file for the account that you selected.
    NOTE You should first make sure that you are subscribed to the Sent Items folder so that it will appear in the Internet E-mail Settings dialog box as described in step 4. For information about how to subscribe to IMAP account folders, see the See Also section.


REFERENCES