Re: Get Mutt and ISPs

2012-07-16 Thread Michelle Konzack
Hello Dave,

Am 2012-07-11 22:00:00, hacktest Du folgendes herunter:
> So what changes need to be made to .muttrc to get mutt to send
> email to my isp?

In your .muttrc:

set sendmail="/usr/bin/sendmail"

(sendmail is a symlink to msmtp)

and for msmtp you should read

man msmtp

Thanks, Greetings and nice Day/Evening
Michelle Konzack

-- 
# Debian GNU/Linux Consultant ##
   Development of Intranet and Embedded Systems with Debian GNU/Linux
   Internet Service Provider, Cloud Computing


itsystems@tdnet Jabber  linux4miche...@jabber.ccc.de
Owner Michelle Konzack

Gewerbe Strasse 3   Tel office: +49-176-86004575
77694 Kehl  Tel mobil:  +49-177-9351947
Germany Tel mobil:  +33-6-61925193  (France)

USt-ID:  DE 278 049 239

Linux-User #280138 with the Linux Counter, http://counter.li.org/


signature.pgp
Description: Digital signature


Re: Get Mutt and ISPs

2009-06-02 Thread Rocco Rutte
Hi,

* Dave Feustel wrote:

> So what changes need to be made to .muttrc to get mutt to send
> email to my isp?

http://dev.mutt.org/doc/manual.html#smtp

Lots of work and time is spent on the manual, so please use it. It would
have saved you lots of time waiting for answer.

Rocco


pgpzIjimhqg2n.pgp
Description: PGP signature


Re: Get Mutt and ISPs

2009-06-01 Thread Dave Feustel
On Mon, Jun 01, 2009 at 02:35:45PM +, Grant Edwards wrote:
> On 2009-05-31, Dave Feustel  wrote:
> 
> > I've tried to get mutt to send email to my ISP's mail server,
> > but so far I have not succeeded (I send mail using msmtp).
> 
> So msmtp works fine, but Mutt's SMTP client doesn't.
> 
> > What variables in .msmtprc do I need to set to be able to
> > send email using mutt only?
> 
> Why would setting variables in .msmtprc affect Mutt's smtp
> client?
> 
So what changes need to be made to .muttrc to get mutt to send
email to my isp?


Re: Get Mutt and ISPs

2009-06-01 Thread Grant Edwards
On 2009-05-31, Dave Feustel  wrote:

> I've tried to get mutt to send email to my ISP's mail server,
> but so far I have not succeeded (I send mail using msmtp).

So msmtp works fine, but Mutt's SMTP client doesn't.

> What variables in .msmtprc do I need to set to be able to
> send email using mutt only?

Why would setting variables in .msmtprc affect Mutt's smtp
client?

-- 
Grant Edwards   grante Yow! Not SENSUOUS ... only
  at   "FROLICSOME" ... and in
   visi.comneed of DENTAL WORK ... in
   PAIN!!!



Re: Get Mutt and ISPs

2009-06-01 Thread Markus Maria Miedaner
> -Ursprüngliche Nachricht-
> Von: "Dave Feustel" 
> Gesendet: 31.05.09 18:44:33
> An: Mutt User List 
> Betreff: Get Mutt and ISPs


> I've tried to get mutt to send email to my ISP's mail server,
> but so far I have not succeeded (I send mail using msmtp).
> 
> What variables in .msmtprc do I need to set to be able to
> send email using mutt only?
> 
> Thanks.
> 
Ciao Dave,

here's what I use in my .msmtprc

account 
host 
user 
from 
auth login
tls on
auth on
protocol smtp
password 
logfile ~/msmtp_log.txt

please note that you may remove/modify the lines about the loginmechanisms and 
encryption.

cheers,
markus




Text: GRATIS für alle WEB.DE-Nutzer: Die maxdome Movie-FLAT!
Jetzt freischalten unter http://movieflat.web.de



smime.p7s
Description: S/MIME Cryptographic Signature


Re: Get Mutt and ISPs

2009-05-31 Thread David
Le Sunday, 31 May 2009 à 18:45:09 +0200, Dave Feustel a écrit :
> I've tried to get mutt to send email to my ISP's mail server,
> but so far I have not succeeded (I send mail using msmtp).
>
> What variables in .msmtprc do I need to set to be able to
> send email using mutt only?
>
> Thanks.

Hello,

This seems to work fine :

account default
host yourIspServer
from yourMailAdress

--
David


Get Mutt and ISPs

2009-05-31 Thread Dave Feustel
I've tried to get mutt to send email to my ISP's mail server,
but so far I have not succeeded (I send mail using msmtp).

What variables in .msmtprc do I need to set to be able to
send email using mutt only?

Thanks.