Re: pop(s),smtp(s)

2014-11-03 Thread Chris Green
On Sun, Nov 02, 2014 at 06:56:35PM -0500, DaleKelly wrote: > On 11/02/2014 06:19 PM, Patrick Shanahan wrote: > >*Should* be ~/.muttrc but if that does not exist, mutt will default to > >/etc/muttrc > > > >My openSUSE system does not have /etc/muttrc > > can't gedit ~/.muttrc (nothing there) > no

Re: pop(s),smtp(s)

2014-11-03 Thread John Long
On Sun, Nov 02, 2014 at 07:28:06PM -0500, DaleKelly wrote: > On 11/02/2014 06:53 PM, John Niendorf wrote: > >Dale, > > > >For what it is worth I have this in my .muttrc file and I am able to > >send and receive securly to my server. I am using muttrc rather than .muttrc so you should check for bot

Re: pop(s),smtp(s)

2014-11-03 Thread DaleKelly
On 11/03/2014 04:51 AM, John Long wrote: You need to resolve this issue or you will have no idea what mutt is using for config info. made a .muttrc file, out of sample.muttrc, with your input on pop/smtp, does not deliver mail, probably have to look at where this file should be, put it where

Re: pop(s),smtp(s)

2014-11-03 Thread Patrick Shanahan
* DaleKelly [11-03-14 11:23]: > On 11/03/2014 04:51 AM, John Long wrote: > >You need to resolve this issue or you will have no idea what mutt is using > >for config info. > > made a .muttrc file, out of sample.muttrc, with your input on > pop/smtp, does not deliver mail, probably have to look at

Re: pop(s),smtp(s)

2014-11-03 Thread John Niendorf
Just a note: ~/ is shorthand for /home/dale/ John > On 03 Nov 2014, at 17:29, Patrick Shanahan wrote: > > * DaleKelly [11-03-14 11:23]: >>> On 11/03/2014 04:51 AM, John Long wrote: >>> You need to resolve this issue or you will have no idea what mutt is using >>> for config info. >> >> ma

Re: pop(s),smtp(s)

2014-11-03 Thread DaleKelly
On 11/03/2014 11:41 AM, John Niendorf wrote: Just a note: ~/ is shorthand for/home/dale/ thanks John, I had a little on the job Unix, and have been hacking at Linux for about 15 years, but my attention span isn't as good as it used to be -- (my whereabouts below) http://www.dalekelly.org/

Re: pop(s),smtp(s)

2014-11-03 Thread Chris Green
On Mon, Nov 03, 2014 at 11:29:51AM -0500, Patrick Shanahan wrote: > * DaleKelly [11-03-14 11:23]: > > On 11/03/2014 04:51 AM, John Long wrote: > > >You need to resolve this issue or you will have no idea what mutt is using > > >for config info. > > > > made a .muttrc file, out of sample.muttrc, w

Re: pop(s),smtp(s)

2014-11-03 Thread DaleKelly
On 11/03/2014 11:41 AM, John Niendorf wrote: Just a note: ~/ is shorthand for/home/dale/ installed from repository, more recent set up my ~/.muttrc file with these additions set smtp_host=smtp://u...@smtpout.secureserver.net:80 set pop_host=pop://u...@pop.secureserver.net:110 (can't use po

Re: pop(s),smtp(s)

2014-11-03 Thread DaleKelly
On 11/03/2014 12:55 PM, DaleKelly wrote: On 11/03/2014 11:41 AM, John Niendorf wrote: Just a note: ~/ is shorthand for/home/dale/ installed from repository, more recent set up my ~/.muttrc file with these additions set smtp_host=smtp://u...@smtpout.secureserver.net:80 set pop_host=pop://u.

Re: pop(s),smtp(s)

2014-11-03 Thread Patrick Shanahan
* DaleKelly [11-03-14 14:34]: > On 11/03/2014 12:55 PM, DaleKelly wrote: > >On 11/03/2014 11:41 AM, John Niendorf wrote: > >>Just a note: ~/ is shorthand for/home/dale/ > > > > > >installed from repository, more recent > > > >set up my ~/.muttrc file > > > >with these additions > > > >set smtp_hos

Re: pop(s),smtp(s)

2014-11-03 Thread Brian Salter-Duke
On Mon, Nov 03, 2014 at 12:55:07PM -0500, DaleKelly wrote: > On 11/03/2014 11:41 AM, John Niendorf wrote: > >Just a note: ~/ is shorthand for/home/dale/ > > > installed from repository, more recent > > set up my ~/.muttrc file > > with these additions > > set smtp_host=smtp://u...@smtpout.secu

Re: pop(s),smtp(s)

2014-11-03 Thread DaleKelly
On 11/03/2014 02:45 PM, Patrick Shanahan wrote: You are rolling your own, did you compile it in ??? I did with POP and IMAP enabled, 1.5.1.23 I have: +USE_POP +USE_IMAP +USE_SMTP but I install a package built for my distro. I am using one from distribution, its 1.5.1.6 when I do, mutt -

Re: pop(s),smtp(s)

2014-11-03 Thread DaleKelly
On 11/03/2014 02:51 PM, Brian Salter-Duke wrote: On Mon, Nov 03, 2014 at 12:55:07PM -0500, DaleKelly wrote: On 11/03/2014 11:41 AM, John Niendorf wrote: Just a note: ~/ is shorthand for/home/dale/ installed from repository, more recent set up my ~/.muttrc file with these additions set smt

Re: pop(s),smtp(s)

2014-11-03 Thread Grant Edwards
On 2014-11-03, DaleKelly wrote: > no, doesn't look like SMTP support > > and all it says is that "pop is enabled" no +USE_POP or +USE_POP or -USE_POP You'll need to re-do the configure, build, install steps: [cd to mutt source directory] $ ./configure --enable-smtp $ make $ sudo make install

Re: pop(s),smtp(s)

2014-11-03 Thread Patrick Shanahan
* DaleKelly [11-03-14 16:33]: > On 11/03/2014 02:45 PM, Patrick Shanahan wrote: > >You are rolling your own, did you compile it in ??? > > I did with POP and IMAP enabled, 1.5.1.23 > > > > >I have: +USE_POP +USE_IMAP +USE_SMTP > >but I install a package built for my distro. > > I am using one

Re: pop(s),smtp(s)

2014-11-03 Thread Tom Furie
On Mon, Nov 03, 2014 at 04:32:32PM -0500, DaleKelly wrote: > I did with POP and IMAP enabled, 1.5.1.23 Do you mean 1.5.23? This is the latest version available. > I am using one from distribution, its 1.5.1.6 Do you mean 1.5.16, or 1.5.6i? Version 1.5.16 is from around 2007, 1.5.6i is from ar

Re: pop(s),smtp(s)

2014-11-03 Thread DaleKelly
On 11/03/2014 05:18 PM, Grant Edwards wrote: You'll need to re-do the configure, build, install steps: [cd to mutt source directory] $ ./configure --enable-smtp $ make $ sudo make install previous errors are gone, but it now says smtp needs SASL -- (my whereabouts below) http://www.dalekelly

Re: pop(s),smtp(s)

2014-11-03 Thread DaleKelly
On 11/03/2014 08:35 PM, Tom Furie wrote: If you are building 1.5.23 ignore everything about the older versions mentioned here. everything in 1.5.1.23 working except SMTP authentication requires SASL -- (my whereabouts below) http://www.dalekelly.org/

Re: pop(s),smtp(s)

2014-11-03 Thread DaleKelly
On 11/03/2014 05:21 PM, Patrick Shanahan wrote: * DaleKelly [11-03-14 16:33]: On 11/03/2014 02:45 PM, Patrick Shanahan wrote: You are rolling your own, did you compile it in ??? I did with POP and IMAP enabled, 1.5.1.23 I have: +USE_POP +USE_IMAP +USE_SMTP but I install a package built

Re: pop(s),smtp(s)

2014-11-03 Thread Patrick Shanahan
* DaleKelly [11-03-14 20:52]: [...] > > apologies Patrick, I have a short attention span and tend to hack at > some point And we still have no knowledge :^( You have not answered the questons that provide information necessary to assist you. ??? -- (paka)Patrick Shanahan Plainfield, I

Re: pop(s),smtp(s)

2014-11-03 Thread DaleKelly
On 11/03/2014 08:44 PM, DaleKelly wrote: On 11/03/2014 08:35 PM, Tom Furie wrote: If you are building 1.5.23 ignore everything about the older versions mentioned here. everything in 1.5.1.23 working except SMTP authentication requires SASL sudo apt-get install libsasl2-2 Reading package lis

Re: pop(s),smtp(s)

2014-11-03 Thread DaleKelly
On 11/03/2014 09:43 PM, DaleKelly wrote: sudo apt-get install libsasl2-2 Reading package lists... Done Building dependency tree Reading state information... Done libsasl2-2 is already the newest version. already there, maybe need a link in my .muttrc tried --with-sasl[=PFX] on configure tried

do I need both SSL and SASL?

2014-11-03 Thread DaleKelly
for SMTPs and POPs? SSL seems to go through the motions in mutt but SASL SASL authentication failed have set from = "d...@dalekelly.org" set realname = "Dale" set pop_pass="pass" set pop_user="user" set pop_host=pops://u...@pop.secureserver.net:995 set smtp_url=smtps://u...@smtpout.secureserver

Re: pop(s),smtp(s)

2014-11-03 Thread John Niendorf
I have to ask. Dale what distro are you using? Why are you trying to install mutt from scratch when there is probably a fine version in the repository? Install from the repository and configure the .muttrc file (I would put that file in ~/) This should avoid any problems like mutt not being confi