Unix Technical Forum

[Probably OT] Quick Query ref Email > Mutt

This is a discussion on [Probably OT] Quick Query ref Email > Mutt within the Slackware Linux Support forums, part of the Unix Operating Systems category; --> I've been using sylpheed-claws for email for sometime, great prog, however, since I'm not in the GUI very often ...


Go Back   Unix Technical Forum > Unix Operating Systems > Slackware Linux Support

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-20-2008, 10:59 AM
No_One
 
Posts: n/a
Default [Probably OT] Quick Query ref Email > Mutt



I've been using sylpheed-claws for email for sometime, great prog, however,
since I'm not in the GUI very often I'm going to setup mutt....make my life
easier, hopefully. At any rate, just so I have the process down.....

I'll use fetchmail to pick up mail from a half dozen mail boxes, then feed
it to procmail to filter and deliver to the individual mail boxes, mutt to
read and compose and ssmtp to send out the email.....this is the correct
process...right???

Using slack 9.1 and ssmtp from compiled source.

Any downside to using ssmtp??? Sendmail seems like overkill for my personal
machine.

ken

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-20-2008, 10:59 AM
Sylvain Robitaille
 
Posts: n/a
Default Re: [Probably OT] Quick Query ref Email > Mutt

No_One wrote:

> Any downside to using ssmtp??? Sendmail seems like overkill for my
> personal machine.


It probably is, given your description. However, if you could configure
mutt to send messages through your service provider's SMTP server,
you could leave out ssmtp as well.

--
----------------------------------------------------------------------
Sylvain Robitaille syl@alcor.concordia.ca

Systems analyst / Postmaster Concordia University
Instructional & Information Technology Montreal, Quebec, Canada
----------------------------------------------------------------------
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-20-2008, 10:59 AM
Mark Hill
 
Posts: n/a
Default Re: [Probably OT] Quick Query ref Email > Mutt

On Wed, 21 Sep 2005 05:24:23 +0000 (UTC),
Sylvain Robitaille <syl@alcor.concordia.ca> wrote:
>
> However, if you could configure
> mutt to send messages through your service provider's SMTP server,
> you could leave out ssmtp as well.


AFAIK, mutt generally requires a local MTA, following the traditional
UNIX idiom of "Each program does one thing well".

This is supposed to be a feature, not a bug.

--
Mark Hill
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 02-20-2008, 10:59 AM
No_One
 
Posts: n/a
Default Re: [Probably OT] Quick Query ref Email > Mutt

On 2005-09-21, Mark Hill <m@rk.invalid> wrote:
> On Wed, 21 Sep 2005 05:24:23 +0000 (UTC),
> Sylvain Robitaille <syl@alcor.concordia.ca> wrote:
>>
>> However, if you could configure
>> mutt to send messages through your service provider's SMTP server,
>> you could leave out ssmtp as well.

>
> AFAIK, mutt generally requires a local MTA, following the traditional
> UNIX idiom of "Each program does one thing well".
>
> This is supposed to be a feature, not a bug.
>


FWIW and assuming that I understand the page correctly, Mutt 1.5.10
develop. ver has POP and IMAP support.

ken
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 02-20-2008, 10:59 AM
No_One
 
Posts: n/a
Default Re: [Probably OT] Quick Query ref Email > Mutt

On 2005-09-21, Sylvain Robitaille <syl@alcor.concordia.ca> wrote:
> No_One wrote:
>
>> Any downside to using ssmtp??? Sendmail seems like overkill for my
>> personal machine.

>
> It probably is, given your description. However, if you could configure
> mutt to send messages through your service provider's SMTP server,
> you could leave out ssmtp as well.
>


Thank for the input, I'll follow up on the suggestion this evening.

ken
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 02-20-2008, 10:59 AM
Sylvain Robitaille
 
Posts: n/a
Default Re: [Probably OT] Quick Query ref Email > Mutt

I wrote:

>> ... if you could configure mutt to send messages through your service
>> provider's SMTP server, you could leave out ssmtp as well.


No_One followed up:

> Thank for the input, I'll follow up on the suggestion this evening.


Someone pointed out that Mutt will not be able to speak to the ISP's
SMTP server. I've checked the documentation on the web site, and this
is confirmed by the following, from http://wiki.mutt.org/?MuttGuide/Send

Mutt, by itself, cannot send mail. ... To the more technically
inclined, mutt does not speak SMTP. But that is where the MSA comes in.

You'll still need sSMTP, or one of the packages recommended on that same
web page, I'm afraid. I've used sSMTP here, and found it to be quite
reasonably sane and very simple to setup.

--
----------------------------------------------------------------------
Sylvain Robitaille syl@alcor.concordia.ca

Systems analyst Concordia University
Instructional & Information Technology Montreal, Quebec, Canada
----------------------------------------------------------------------
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 02-20-2008, 11:00 AM
Keith Keller
 
Posts: n/a
Default Re: [Probably OT] Quick Query ref Email > Mutt

On 2005-09-21, No_One <no_one@no_where.com> wrote:
> On 2005-09-21, Mark Hill <m@rk.invalid> wrote:
>> On Wed, 21 Sep 2005 05:24:23 +0000 (UTC),
>> Sylvain Robitaille <syl@alcor.concordia.ca> wrote:
>>>
>>> However, if you could configure
>>> mutt to send messages through your service provider's SMTP server,
>>> you could leave out ssmtp as well.

>>
>> AFAIK, mutt generally requires a local MTA, following the traditional
>> UNIX idiom of "Each program does one thing well".
>>
>> This is supposed to be a feature, not a bug.
>>

>
> FWIW and assuming that I understand the page correctly, Mutt 1.5.10
> develop. ver has POP and IMAP support.


mutt needs POP and IMAP to *read* mail. It doesn't need them to *send*
mail. Mark's point is that mutt relies on another program to do its
mail sending. So mutt requires an MTA to talk SMTP, but not POP or
IMAP.

--keith


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 02-20-2008, 11:04 AM
No_One
 
Posts: n/a
Default Re: [Probably OT] Quick Query ref Email > Mutt


Just a quick note to thank eveyone for their input...had trouble with
fetchmail and ssmtp...got fetchmail working using sendmail for the time being.

Again, thanks.......

ken

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 07:03 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
www.UnixAdminTalk.com