View Single Post

  #7 (permalink)  
Old 09-15-2006, 03:08 AM
rockdalinux's Avatar
rockdalinux rockdalinux is offline
Contributors
User
 
Join Date: May 2005
Location: Bangalore
My distro: RHEL, HP-UX, Solaris, FreeBSD, Ubuntu
Posts: 581
Rep Power: 7
rockdalinux is a jewel in the rough rockdalinux is a jewel in the rough rockdalinux is a jewel in the rough rockdalinux is a jewel in the rough
Default

Your config should be as follows:

Code:
vi .mailrc
Add code:
Code:
account myisp {
set folder=imap://ricc@172.16.0.201 
set smtp=smtp://172.16.0.201
set from="ricc@mydomain.net( RICC )" 
set smtp-use-starttls 
set smtp-auth=login 
set smtp-auth-user=ricc 
set smtp-auth-password=password
}
To run type command:
Code:
nail -A myisp -v -s 'test' out@gmail.com
__________________
Rocky Jr.
You may have my body & soul, but you will never touch my pride!

If you have knowledge, let others light their candles at it.

Certified to work on HP-UX / Sun Solaris / RedHat
Reply With Quote