Re: pop(s),smtp(s)

2014-11-04 Thread John Long
On Mon, Nov 03, 2014 at 08:40:57PM -0500, DaleKelly wrote: 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

Re: pop(s),smtp(s)

2014-11-04 Thread DaleKelly
On 11/04/2014 01:37 AM, John Niendorf wrote: Install from the repository and configure the .muttrc file (I would put that file in ~/) This should avoid any problems like mutt not being configured for SMTP. Ubuntu 14.04 LTS the repository doesn't work either I'm down to just: smtp_user SASL

Re: pop(s),smtp(s)

2014-11-04 Thread DaleKelly
On 11/04/2014 06:56 AM, John Long wrote: On Mon, Nov 03, 2014 at 08:40:57PM -0500, DaleKelly wrote: 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

Re: pop(s),smtp(s)

2014-11-04 Thread Joshua Smith
The version of mutt available from the ubuntu 14.04 repos _DOES_ include smtp support. I am suing it now: jsmith@jsmith:~$ mutt -v | grep -i smtp Configure options: '--prefix=/usr' '--sysconfdir=/etc' '--mandir=/usr/share/man' '--with-docdir=/usr/share/doc' '--with-mailpath=/var/mail'

Re: pop(s),smtp(s)

2014-11-04 Thread DaleKelly
On 11/04/2014 09:19 AM, Joshua Smith wrote: mutt -v | grep -i smtp I get this mutt -v | grep -i smtp Configure options: '--enable-pop' '--enable-smtp' '--with-sasl' '--with-ssl' +USE_POP -USE_IMAP +USE_SMTP -- (my whereabouts below) http://www.dalekelly.org/

Re: pop(s),smtp(s)

2014-11-04 Thread Joshua Smith
On Tue, Nov 04, 2014 at 12:31:26PM -0500, DaleKelly wrote: On 11/04/2014 09:19 AM, Joshua Smith wrote: mutt -v | grep -i smtp I get this mutt -v | grep -i smtp Configure options: '--enable-pop' '--enable-smtp' '--with-sasl' '--with-ssl' +USE_POP -USE_IMAP +USE_SMTP Is that from the

Re: pop(s),smtp(s)

2014-11-04 Thread DaleKelly
On 11/04/2014 12:37 PM, Joshua Smith wrote: On Tue, Nov 04, 2014 at 12:31:26PM -0500, DaleKelly wrote: On 11/04/2014 09:19 AM, Joshua Smith wrote: mutt -v | grep -i smtp I get this mutt -v | grep -i smtp Configure options: '--enable-pop' '--enable-smtp' '--with-sasl' '--with-ssl' +USE_POP

Re: pop(s),smtp(s)

2014-11-04 Thread Jon LaBadie
On Tue, Nov 04, 2014 at 06:33:10PM -0500, DaleKelly wrote: On 11/04/2014 12:37 PM, Joshua Smith wrote: On Tue, Nov 04, 2014 at 12:31:26PM -0500, DaleKelly wrote: On 11/04/2014 09:19 AM, Joshua Smith wrote: mutt -v | grep -i smtp I get this mutt -v | grep -i smtp Configure options:

Re: pop(s),smtp(s)

2014-11-04 Thread DaleKelly
On 11/04/2014 07:02 PM, Jon LaBadie wrote: The repository version has been found to be suitable by many, many different users. No one has been able to get your hand built version to work. Please consider the likelyhood that your previous problems with the repository version were due to your

Re: pop(s),smtp(s)

2014-11-04 Thread Patrick Shanahan
* DaleKelly d...@dalekelly.org [11-04-14 20:43]: On 11/04/2014 07:02 PM, Jon LaBadie wrote: The repository version has been found to be suitable by many, many different users. No one has been able to get your hand built version to work. Please consider the likelyhood that your previous

Re: pop(s),smtp(s)

2014-11-04 Thread DaleKelly
On 11/04/2014 09:16 PM, Patrick Shanahan wrote: Your claims of many years of linux history are very suspect. I said I was a hack ... -- (my whereabouts below) http://www.dalekelly.org/

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 /muttrc

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 both files.

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 d...@dalekelly.org [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

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 ptilopt...@gmail.com wrote: * DaleKelly d...@dalekelly.org [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

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 d...@dalekelly.org [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

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

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

Re: pop(s),smtp(s)

2014-11-03 Thread Patrick Shanahan
* DaleKelly d...@dalekelly.org [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

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

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

Re: pop(s),smtp(s)

2014-11-03 Thread Grant Edwards
On 2014-11-03, DaleKelly d...@dalekelly.org 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

Re: pop(s),smtp(s)

2014-11-03 Thread Patrick Shanahan
* DaleKelly d...@dalekelly.org [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

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

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)

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 d...@dalekelly.org [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

Re: pop(s),smtp(s)

2014-11-03 Thread Patrick Shanahan
* DaleKelly d...@dalekelly.org [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

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

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

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

pop(s),smtp(s)

2014-11-02 Thread DaleKelly
I tried on the #mutt channel with no answer I tried the suggestions on comp.mail.mutt group I am trying to add secure pop and secure smtp in my 1.5.23 Muttrc file (I can't find my .muttrc file and I think I may have edited before) here are the only lines I added to my Muttrc file that was

Re: pop(s),smtp(s)

2014-11-02 Thread Patrick Shanahan
* DaleKelly d...@dalekelly.org [11-02-14 18:00]: I tried on the #mutt channel with no answer I tried the suggestions on comp.mail.mutt group I am trying to add secure pop and secure smtp in my 1.5.23 Muttrc file (I can't find my .muttrc file and I think I may have edited before) *Should*

Re: pop(s),smtp(s)

2014-11-02 Thread John Niendorf
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. set smtp_url=smtps://j...@jfniendorf.org@secure_server.com/465 -- John

Re: pop(s),smtp(s)

2014-11-02 Thread DaleKelly
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 /muttrc folder in /etc tried putting the mailboxes edit in from of my

Re: pop(s),smtp(s)

2014-11-02 Thread DaleKelly
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. set smtp_url=smtps://j...@jfniendorf.org@secure_server.com/465 Thanks John, I have been working off my Muttrc file, I can't find my

Re: pop(s),smtp(s)

2014-11-02 Thread Patrick Shanahan
* DaleKelly d...@dalekelly.org [11-02-14 18:59]: 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 /muttrc folder in