LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   step by step procedure for configure mailx on ubuntu server? (https://www.linuxquestions.org/questions/linux-newbie-8/step-by-step-procedure-for-configure-mailx-on-ubuntu-server-4175461857/)

srinira2 05-13-2013 11:58 PM

step by step procedure for configure mailx on ubuntu server?
 
step by step procedure for configure mailx on ubuntu server?

srinu@ubuntu:~# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 10.04.3 LTS
Release: 10.04
Codename: lucid


Please provide the reference links for this request?

chrism01 05-14-2013 01:31 AM

mailx is a cli client for email; it doesn't need any cfg.
Maybe you were thinking of sendmail or postfix?
Please describe in more detail what you are trying to do.

Habitual 05-14-2013 06:27 AM

Quote:

Originally Posted by srinira2 (Post 4950585)
step by step procedure for configure mailx on ubuntu server?

srinu@ubuntu:~# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 10.04.3 LTS
Release: 10.04
Codename: lucid


Please provide the reference links for this request?

https://help.ubuntu.com/10.04/serverguide/index.html
https://help.ubuntu.com/community/CommandLineResources

shivaa 05-14-2013 08:18 AM

First check whether mailx is already installed or not.
Code:

~$ which mailx
If its not isntalled, then you can install it, as:
Code:

~$ sudo apt-get install mailx


All times are GMT -5. The time now is 03:14 AM.