Sponsored Content
Full Discussion: Mutt configuration for yahoo
Top Forums UNIX for Beginners Questions & Answers Mutt configuration for yahoo Post 302977091 by bakunin on Tuesday 12th of July 2016 11:58:27 AM
Old 07-12-2016
Quote:
Originally Posted by Huitzilopochtli
I have searched high and low for any solid answer on how to configure mutt for yahoo mail. I don't know how to even get the information that I need to do it, everything that I find is for gmail. It's quite frustrating and I need help.
First things first: how mail works

There are "mail servers" (correctly named: mail transfer agents), which act like a postman: either they know the user to whom to deliver the mail themselves (then they do that) or they send the mail to some other MTA, which does the same (either deliver the mail or send it onwards), until the mail is finally delivered. The same happens in the other direction: you send a mail, the MTA responsible for you picks it up and the delivery process like described above starts. Examples for mail servers are "sendmail", but also "exim" and M$$ "Exchange Server".

Then there are "mail user agents", or mail clients, for short. One of them is Mutt (another example, although a pretty poor one, wold be "Outlook"). These provide some frontend for the user (graphical or otherwise) and handle the communication with the MTAs, mainly the one MTA responsible for the serving of the mail address you use. (a "mail address" is basically a sort-of account on a MTA).

Communication in the mail world

MTAs use a certain protocol to communicate, called SMTP (simple mail transfer protocol). But it is obvious that the clients (MUAs) and the servers (MTAs) need some way to communicate too. There are several ways to do this and the most common ones are IMAP (Internet Message Access Protocol) and POP3 (Post Office Protocol 3). Both allow the client (your mail program) to manipulate mails either stored at the server or delivered to you locally.

What you have to do:
Now, after much explanation, here is what you need to do: you need to figure out what form of mail delivery yahoo-mail offers. Further you need to figure out the server name of their mail service (probably "mail.yahoo.com" or something such). It might be that they only offer their service via a web interface. In such a case you can't use your mail client but have to use what they offer. But maybe they offer some "POP3" or "IMAP" access. In such a case you need to get the connection data necessary (your mail client will perhaps tell you in the configuration dialogue what it needs to know, usually a server name and a port number), then you need to configure the email account you want to use (your email address) and maybe some password.

As do neither use mutt nor Yahoo mail i cannot tell you exactly what to do, so will have to either wait for someone more knowledgable than me or make do with my general advice. If you try and get stuck you can always ask more detailed questions for (hopefully) more detailed answers.

I hope this helps.

bakunin
These 2 Users Gave Thanks to bakunin For This Post:
 

5 More Discussions You Might Find Interesting

1. Solaris

how to install yahoo messenger

plz help me how to install yahoo messenger... I dont know the version of solaris i m using ... in system config OS is shown as SunOS version 5.8 also specify where to get the installer of messenger... thanks (1 Reply)
Discussion started by: coolguyshail
1 Replies

2. UNIX for Advanced & Expert Users

mutt

i use mutt to send customers mail with attachments, works fine, but the problem i have is when customer receives automated message it is from root@blah.com i need it to say from customerservice@blah.com so if they reply it goes to customer service and not root. does anyone know where or what in... (5 Replies)
Discussion started by: customprogress
5 Replies

3. Ubuntu

What is more with mutt?

HI I successfull configured MUTT with gmail on my Ubuntu 10.10. Can I do it for other mail clients like yahoo and live etc. Do I need to make another .muttrc file if yes how please help , I want to play more with mutt. (1 Reply)
Discussion started by: nixhead
1 Replies

4. UNIX and Linux Applications

Mutt for yahoo and Gmail?

Hi Installed MUTT and configured it for Gmail and got successful and then tried to configure for Yahoo but i am not getting any success in doing that. Can anybody advice what preferences are to be set in .muttrc file for configuring yahoo and moreover How to configure multiple Gmail clients in... (1 Reply)
Discussion started by: nixhead
1 Replies

5. UNIX and Linux Applications

Mutt Configuration for Yahoo! (Working sol -)

First configure the directory as so-- mkdir -p ~/.mutt/cache/headers mkdir ~/.mutt/cache/bodies touch ~/.mutt/certificates Then create the config file -- touch ~/.mutt/muttrc Now, edit the file sudo nano ~/.mutt/muttrc Thanks to iandexter/github for the script:- # Gmail... (1 Reply)
Discussion started by: puneet_bapna
1 Replies
All times are GMT -4. The time now is 02:32 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy