public inbox for speakup@linux-speakup.org
 help / color / mirror / Atom feed
* OT:  mutt question
@  Albert E. Sten-Clanton
   ` Tyler Spivey
   ` Doug Smith
  0 siblings, 2 replies; 9+ messages in thread
From: Albert E. Sten-Clanton @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

Greetings!

Can anybody tell me how to get mutt to send from one of my verizon.net e-mail accounts, instead of attempting to send from something that is my hostname with a spin on it?  better yet, can you point me to decent documentation on doing it?  I saw nothing in the mutt man page, last I looked.  Thanks!

Al


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: OT:  mutt question
   OT: mutt question Albert E. Sten-Clanton
@  ` Tyler Spivey
     ` Albert E. Sten-Clanton
   ` Doug Smith
  1 sibling, 1 reply; 9+ messages in thread
From: Tyler Spivey @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Here is what I use. I use an email sending program caled msmtp; very
useful, and doesn't require you to set up a mail transport agent. Also,
getmail instead of fetchmail - again forgoes the need for an MTA. in the
.muttrc, add something like:
my-hdr From: Your name <email@host.com>
I think it's in the configuration section in the manual, although the
text version of that is sort of hard to read with the backspace
characters. I forgot how to strip them out - col -b seemed to cause some
problems when I last tried.
- - Tyler

On Sun, Apr 01, 2007 at 09:08:02AM -0400, Albert E. Sten-Clanton wrote:
> Greetings!
> 
> Can anybody tell me how to get mutt to send from one of my verizon.net e-mail accounts, instead of attempting to send from something that is my hostname with a spin on it?  better yet, can you point me to decent documentation on doing it?  I saw nothing in the mutt man page, last I looked.  Thanks!
> 
> Al
> 
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (FreeBSD)

iD8DBQFGD99PTsjaYASMWKQRAvq2AJ4tt5MuOAdzP6KKLjONHSy00QvfGACeNl8i
OR01osRbx2bZ1t9X3L4A4JA=
=kqb+
-----END PGP SIGNATURE-----


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: OT:  mutt question
   ` Tyler Spivey
@    ` Albert E. Sten-Clanton
  0 siblings, 0 replies; 9+ messages in thread
From: Albert E. Sten-Clanton @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

Tyler, thanks!

Al
----- Original Message ----- 
From: "Tyler Spivey" <tspivey@pcdesk.net>
To: "Speakup is a screen review system for Linux." <speakup@braille.uwo.ca>
Sent: Sunday, April 01, 2007 2:49 PM
Subject: Re: OT: mutt question


> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Here is what I use. I use an email sending program caled msmtp; very
> useful, and doesn't require you to set up a mail transport agent. Also,
> getmail instead of fetchmail - again forgoes the need for an MTA. in the
> .muttrc, add something like:
> my-hdr From: Your name <email@host.com>
> I think it's in the configuration section in the manual, although the
> text version of that is sort of hard to read with the backspace
> characters. I forgot how to strip them out - col -b seemed to cause some
> problems when I last tried.
> - - Tyler
> 
> On Sun, Apr 01, 2007 at 09:08:02AM -0400, Albert E. Sten-Clanton wrote:
> > Greetings!
> > 
> > Can anybody tell me how to get mutt to send from one of my verizon.net e-mail accounts, instead of attempting to send from something that is my hostname with a spin on it?  better yet, can you point me to decent documentation on doing it?  I saw nothing in the mutt man page, last I looked.  Thanks!
> > 
> > Al
> > 
> > _______________________________________________
> > Speakup mailing list
> > Speakup@braille.uwo.ca
> > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.5 (FreeBSD)
> 
> iD8DBQFGD99PTsjaYASMWKQRAvq2AJ4tt5MuOAdzP6KKLjONHSy00QvfGACeNl8i
> OR01osRbx2bZ1t9X3L4A4JA=
> =kqb+
> -----END PGP SIGNATURE-----
> 
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
> 
> 
> -- 
> No virus found in this incoming message.
> Checked by AVG Free Edition.
> Version: 7.5.446 / Virus Database: 268.18.24/741 - Release Date: 3/31/2007 8:54 PM
> 
>


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: OT:  mutt question
   OT: mutt question Albert E. Sten-Clanton
   ` Tyler Spivey
@  ` Doug Smith
     ` Sean McMahon
  1 sibling, 1 reply; 9+ messages in thread
From: Doug Smith @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

I use msmtp.  This is a small mail sending agent that I use because I
have no need for a large program like exim4 or postfix, as I do not
have a multi-user installation here.  In the documentation for mutt,
and for msmtp, you will find the information you need to get the
combination of these programs together and working right.  

I just change the frim line on the configuration of these programs,
and my hostname is not a factor.  If you have any questions after
reading these man pages, just contact me and I will be more than glad
to help you get it going.  



Glad to help.  




-- 
Doug Smith: C.S.F.C.
Computer Scientist For CHRIST


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: OT:  mutt question
   ` Doug Smith
@    ` Sean McMahon
       ` Gregory Nowak
  0 siblings, 1 reply; 9+ messages in thread
From: Sean McMahon @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

Does msmtp do smtp authentication?  I too would like to dump exim but don't want 
to stop sending mail.
----- Original Message ----- 
From: "Doug Smith" <bdsmith@buncombe.main.nc.us>
To: "Speakup is a screen review system for Linux." <speakup@braille.uwo.ca>
Sent: Sunday, April 01, 2007 7:32 PM
Subject: Re: OT: mutt question


>I use msmtp.  This is a small mail sending agent that I use because I
> have no need for a large program like exim4 or postfix, as I do not
> have a multi-user installation here.  In the documentation for mutt,
> and for msmtp, you will find the information you need to get the
> combination of these programs together and working right.
>
> I just change the frim line on the configuration of these programs,
> and my hostname is not a factor.  If you have any questions after
> reading these man pages, just contact me and I will be more than glad
> to help you get it going.
>
>
>
> Glad to help.
>
>
>
>
> -- 
> Doug Smith: C.S.F.C.
> Computer Scientist For CHRIST
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
> 




^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: OT:  mutt question
     ` Sean McMahon
@      ` Gregory Nowak
         ` Tyler Spivey
  0 siblings, 1 reply; 9+ messages in thread
From: Gregory Nowak @  UTC (permalink / raw)
  To: speakup

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

To add on to that, I assume msmtp takes care of local deliveries just
fine?

Greg


On Mon, Apr 02, 2007 at 10:52:50AM -0700, Sean McMahon wrote:
> Does msmtp do smtp authentication?  I too would like to dump exim but don't want 
> to stop sending mail.

- -- 
web site: http://www.romuald.net.eu.org
gpg public key: http://www.romuald.net.eu.org/pubkey.asc
skype: gregn1
(authorization required, add me to your contacts list first)

- --
Free domains: http://www.eu.org/ or mail dns-manager@EU.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGEUyB7s9z/XlyUyARAnPVAJoC0J/kXzpEAyfG9pYwvmcdFT0jOACfU6eP
dJP/2snJOdDyqAsr/3k49qg=
=kOb/
-----END PGP SIGNATURE-----


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: OT:  mutt question
       ` Gregory Nowak
@        ` Tyler Spivey
           ` Sean McMahon
  0 siblings, 1 reply; 9+ messages in thread
From: Tyler Spivey @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Msmtp does smtp auth, and does not do local delivery, as far as I know.
I suppose if you wanted local delivery, you could write a script to wrap
around msmtp and examine the message ; if it's local, put it in a
maildir or something - but I have no idea how that would be done.
I used msmtp, mutt and getmail for a year or so and it worked fine.
Fetchmail is too big and ugly, and apparently loses alot of mail.

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (FreeBSD)

iD8DBQFGE6TUTsjaYASMWKQRAgL/AKCodLkXoFH/BTM7tJymx3O3Y2MKzACdGLoS
WpJu7faunoFJHu2h9PZmgnk=
=TALS
-----END PGP SIGNATURE-----


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: OT:  mutt question
         ` Tyler Spivey
@          ` Sean McMahon
             ` Steve Holmes
  0 siblings, 1 reply; 9+ messages in thread
From: Sean McMahon @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

Thanks for that info.  Fetchmail loses mail?  I've never had this problem.  I 
know that fetchmail will not retrieve a message if you've already read it.  This 
is different then  the behavior of windows pop clients like outlook.
Sean

----- Original Message ----- 
From: "Tyler Spivey" <tspivey@pcdesk.net>
To: "Speakup is a screen review system for Linux." <speakup@braille.uwo.ca>
Sent: Wednesday, April 04, 2007 6:15 AM
Subject: Re: OT: mutt question


> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Msmtp does smtp auth, and does not do local delivery, as far as I know.
> I suppose if you wanted local delivery, you could write a script to wrap
> around msmtp and examine the message ; if it's local, put it in a
> maildir or something - but I have no idea how that would be done.
> I used msmtp, mutt and getmail for a year or so and it worked fine.
> Fetchmail is too big and ugly, and apparently loses alot of mail.
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.5 (FreeBSD)
>
> iD8DBQFGE6TUTsjaYASMWKQRAgL/AKCodLkXoFH/BTM7tJymx3O3Y2MKzACdGLoS
> WpJu7faunoFJHu2h9PZmgnk=
> =TALS
> -----END PGP SIGNATURE-----
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
> 




^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: OT:  mutt question
           ` Sean McMahon
@            ` Steve Holmes
  0 siblings, 0 replies; 9+ messages in thread
From: Steve Holmes @  UTC (permalink / raw)
  To: speakup

I haven't had fetchmail lose any of my mail either.  And as for
re-reading mail, I believe you can use options to fetchmail still on the
server if it hasn't already been flushed from the server.

On Wed, Apr 04, 2007 at 10:06:00AM -0700, Sean McMahon wrote:
> Thanks for that info.  Fetchmail loses mail?  I've never had this problem.  I 
> know that fetchmail will not retrieve a message if you've already read it.  This 
> is different then  the behavior of windows pop clients like outlook.
> Sean
> 
> ----- Original Message ----- 
> From: "Tyler Spivey" <tspivey@pcdesk.net>
> To: "Speakup is a screen review system for Linux." <speakup@braille.uwo.ca>
> Sent: Wednesday, April 04, 2007 6:15 AM
> Subject: Re: OT: mutt question
> 
> 
> > -----BEGIN PGP SIGNED MESSAGE-----
> > Hash: SHA1
> >
> > Msmtp does smtp auth, and does not do local delivery, as far as I know.
> > I suppose if you wanted local delivery, you could write a script to wrap
> > around msmtp and examine the message ; if it's local, put it in a
> > maildir or something - but I have no idea how that would be done.
> > I used msmtp, mutt and getmail for a year or so and it worked fine.
> > Fetchmail is too big and ugly, and apparently loses alot of mail.
> >
> > -----BEGIN PGP SIGNATURE-----
> > Version: GnuPG v1.4.5 (FreeBSD)
> >
> > iD8DBQFGE6TUTsjaYASMWKQRAgL/AKCodLkXoFH/BTM7tJymx3O3Y2MKzACdGLoS
> > WpJu7faunoFJHu2h9PZmgnk=
> > =TALS
> > -----END PGP SIGNATURE-----
> >
> > _______________________________________________
> > Speakup mailing list
> > Speakup@braille.uwo.ca
> > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> > 
> 
> 
> 
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup

-- 
HolmesGrown Solutions
The best solutions for the best price!
http://holmesgrown.ld.net/


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~ UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
 OT: mutt question Albert E. Sten-Clanton
 ` Tyler Spivey
   ` Albert E. Sten-Clanton
 ` Doug Smith
   ` Sean McMahon
     ` Gregory Nowak
       ` Tyler Spivey
         ` Sean McMahon
           ` Steve Holmes

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).