Re: Using mutt rather than Sendmail?
Ian Fraser <ianfr <at> nortel.com>
2005-12-02 18:19:00 GMT
Ahh.. Yes so I invoked --morning instead and it does appear to use
mutt, but mutt bypassed the SMTP_AUTH portion so the server rejects the
connection... It DID use the alternate SMTP Port though, so it's
something in the mutt backend it would seem now.. Interesting. Thanks!
-----Original Message-----
From: Niko Tyni [mailto:ntyni+smokeping-users <at> mappi.helsinki.fi]
Sent: Friday, December 02, 2005 1:09 PM
To: Fraser, Ian [CAR:W669:EXCH]
Cc: smokeping-users <at> list.ee.ethz.ch
Subject: Re: [smokeping-users] Using mutt rather than Sendmail?
On Fri, Dec 02, 2005 at 11:36:32AM -0500, Ian Fraser wrote:
> Is it possible to have smokeping send email using mutt instead of
> sendmail ? I've modified the config to point sendmail=/usr/bin/mutt
> but when I run tSmoke --testmail I see nothing going to the SMTP
> server (I should shouldn't I ?)
Hi,
I suppose mutt should work, if it supports sendmail-style options.
Smokeping calls sendmail as
# <sendmail-program> -f <from-address> <to-address>
so there's nothing fancy there.
The tSmoke '--testmail' option is unfortunately misnamed. It apparently
doesn't really send anything, just tells where the mail would go.
(Continue reading)