Check and Configure Mail Server in Command Prompt
-
How to configure the Mail Server in Command prompt at Linux Machine?
I am able to send the mail from the command prompt but unable to see the sender name and it gives me the [email protected].
Why this was like this?
I am also need to see the inbox in my command prompt.Whether it is possible to carry out? -
I'm afraid I do not understand the question. Linux doesn't have any default mail handling. We will need a lot more information before understanding what you are looking for. First, what email program(s) are we talking about?
-
I just need to configure my zimbra mail in my ubuntu machine command prompt.
I have surfed in internet that we can sent mail from the command prompt in linux.
So i have used the ssmtp to configure but there is an error coming in the terminal that it was unable to process.
So I have tried the mail option in the terminal and sent mail to my zimbra but the zimbra does not show the sender.I don't know Why?
I need to access my zimbra from the terminal of my Linux machine.Whether that is possible to do so? -
@Lakshmana said:
I just need to configure my zimbra mail in my ubuntu machine command prompt.
So the first bit of information that we needed is that this is a thread about Zimbra. Every email platform is completely unique, what works for Zimbra does not work for Exchange, for example.
-
check here https://www.zimbra.com/docs/ne/latest/administration_guide/wwhelp/wwhimpl/js/html/wwhelp.htm#href=860_admin_ne.Zimbra_Collaboration.html ..complete administration guide
-
I found a package called Alpine in the ubuntu to configure and use the mail in the command line.
I tried to sent test mail to my gmail but there comes an error in the smtp.
Any one configured alpine for gmail or zimbra to see the mails in the command prompt? -
This post is deleted! -
-
The error helps but we don't know what command you used. We would need to see the command to be able to determine what was wrong with it.
-
The command I have used is given and the process also provided
support@support-G31M-ES2L:~$ alpine -
Why are you trying to use Alpine? What is your goal here? This is very confusing.
-
The reason he's using Alpine (from what i've read) is that he's uncertain of how to send and confirm emails from the command line.
Why he's not configuring thunderbird (or any other gui based mail client) to test these settings I don't know.
-
@DustinB3403 said:
The reason he's using Alpine (from what i've read) is that he's uncertain of how to send and confirm emails from the command line.
Why he's not configuring thunderbird (or any other gui based mail client) to test these settings I don't know.
That's where I am confused. Sending from the command line you use the mail command (part of mailx.) To check your emails in Zimbra you use Zimbra itself or an IMAP tool like Thunderbird or Outlook. I don't see how you can mix Alpine and Zimbra without causing problems. Alpine is not made for this and I don't see what the goal is.
-
@Lakshmana said:
I am able to send the mail from the command prompt but unable to see the sender name and it gives me the [email protected].
Why this was like this?@scottalanmiller said:
Why are you trying to use Alpine? What is your goal here? This is very confusing.
He is probably using a default postfix setup. Or whatever default SMTP sending is on his distribution.
@Lakshmana said:
I am also need to see the inbox in my command prompt.Whether it is possible to carry out?
This is a completely different issue. As @scottalanmiller stated, there is no inbound mail handling by default on any OS, Linux or otherwise. You have to install and configure one.
-
Oh, I see, this isn't the same box as the one with Zimbra, this is another box entirely? Now this "makes more sense." He's trying to use Alpine (a mail client) to do the work of a mail server on a non-email box. I'm more clear now.
-
@Lakshmana said:
So i have used the ssmtp to configure but there is an error coming in the terminal that it was unable to process.
What is the error message?
Are you attempting to send email from your Ubuntu computer to the Zimbra server?
-
First I have tried to have the zimbra mail to be configured in the Alphine.
Since the zimbra is my office mail,i cannot test with so i am going to test the alphine with my gmail account now.
How to configure gmail in alphine to check and send mails? -
@Lakshmana said:
First I have tried to have the zimbra mail to be configured in the Alphine.
I'm not sure that that is even possible. They are not meant to work together like that
-
@Lakshmana said:
Since the zimbra is my office mail,i cannot test with so i am going to test the alphine with my gmail account now.
I'm confused, why are you using Alpine at all?
-
@scottalanmiller No Confusion,I just checking how can i access the gmail in the command line ?
This is my testing process?
Just forgot about zimbra now and now concentrating on Gmail to access in command line.We are having mail clients in GUI that everyone knows,but any chance to access the mail in CLI?
That is now I am testing with the ubuntu machine in command line.