read "?" on mutt
read POP in Mutt docs
searched Ubuntu wiki
searched google

I get
Login failed. Command USER is not supported by server.
SSL/TLS seemes to make a connection before the error comes up
SMTP with SSL/TLS works fine
abook is working fine

"?" on my Ubuntu repository version, says "G" launches fetch-mail
Ubuntu version 14.04 LTS
repository Mutt 1.5.21-6.4ubuntu2

grep -v ^# /etc/Muttrc is at the bottom

----------------------------------------------

here is what I added to my Muttrc

set realname="Dale"
set from="d...@dalekelly.org"

set smtp_url="smtps://d...@dalekelly.org@smtpout.secureserver.net:465"
set smtp_pass="mypassword"

set pop_host="pops://d...@dalekelly.org@pop.secureserver.net:995"
set pop_pass="mypassword"

set signature="~/.signature"

macro index I "!abook\n"
macro pager I "!abook\n"

------------------------------------------------

specifying pop_user gives me the same error, I currently have it separate
(pop_port gives an error, so I put in in the pop_host)

dale@dale-W3653:~$ grep -v ^# /etc/Muttrc

ignore *

unignore from: subject to cc date x-mailer x-url user-agent

hdr_order date from to cc subject

bind editor    "\e<delete>"    kill-word
bind editor    "\e<backspace>" kill-word

bind editor     <delete>  delete-char


set sort=threads

unset bounce_delivered

set mixmaster="mixmaster-filter"

set ssl_ca_certificates_file="/etc/ssl/certs/ca-certificates.crt"

macro index \eb "<search>~b " "search in message bodies"

macro index,pager,attach,compose \cb "\
<enter-command> set my_pipe_decode=\$pipe_decode pipe_decode<Enter>\
<pipe-message> urlview<Enter>\
<enter-command> set pipe_decode=\$my_pipe_decode; unset my_pipe_decode<Enter>" \
"call urlview to extract URLs out of a message"

macro generic,pager <F1> "<shell-escape> zcat /usr/share/doc/mutt/manual.txt.gz | sensible-pager<enter>" "show Mutt documentation"

macro index,pager y "<change-folder>?<toggle-mailboxes>" "show incoming mailboxes list"
bind browser y exit



mime_lookup application/octet-stream

set time_inc=250



attachments   +A */.*
attachments   -A text/x-vcard application/pgp.*
attachments   -A application/x-pkcs7-.*

attachments   +I text/plain


attachments   -A message/external-body
attachments   -I message/external-body

source /usr/lib/mutt/source-muttrc.d|

set realname="Dale"
set from="d...@dalekelly.org"

set smtp_url="smtps://d...@dalekelly.org@smtpout.secureserver.net:465"
set smtp_pass="mypassword"

set pop_host="pops://pop.secureserver.net:995"
set pop_user="d...@dalekelly.org"
set pop_pass="mypassword"

set signature="~/.signature"

macro index I "!abook\n"
macro pager I "!abook\n"


--
(my whereabouts below)
http://www.dalekelly.org/

Reply via email to