Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I install Mutt with command as "yum install mutt" thereafter I configured it as following:
Code:
vi .muttrc
set imap_user = "userName@gmail.com"
set imap_pass = "password"
set smtp_url = "smtp://userName@smtp.gmail.com:587/"
set smtp_pass = "password"
set from = "userName@gmail.com"
set realname = "Sender Name"
set folder = "imaps://imap.gmail.com:993"
set spoolfile = "+INBOX"
set postponed="+[Gmail]/Drafts"
set header_cache=~/.mutt/cache/headers
set message_cachedir=~/.mutt/cache/bodies
set certificate_file=~/.mutt/certificates
set move = no
when I run command as mutt then login failed message appears and when I use the following command:
Code:
echo "this is an email" | mutt -s "test Subject" mymail@yahoo.com
I have no idea why you segfaulted, but I have been playing with Mutt myself recently. So far, I've got it working with two accounts on Mageia and with one account on Slackware.
My approach was first to make sure Mutt could receive mail before I tried to send mail. I ended up using msmtp as an MTA to send mail, even though Mutt has SMTP capabilities. Mutt's internal SMTP did not work and play nicely with me, but that was probably me.
I relied primarily on these two websites to get Mutt working:
I checked http://docs.huihoo.com/gentoo/resour...e-to-mutt.html that says to install many software to work with Mutt. presently our dedicated server running centos and qmail as incoming and outgoing server. please let me sure if I install all software on the server that are listed in aforementioned link then nothing will be wrong with qmail settings.
I tried for the last 2 days but was unable to fix it. Today I just gone to the gmail.com settings and there is an option of "less security" to connect mobile and other devices. I checked this and mutt start working fine without any problem
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.