On Tue, Jul 07, 2009 at 09:43:06AM -0400, Jorey Bump wrote: > Vikas Rawal wrote, at 07/06/2009 07:41 PM: > > On my laptop, I use mutt with postfix for sending e-mails > > FWIW, recent development versions of mutt support SMTP: > > http://www.mutt.org/doc/devel/manual.html#smtp > > I haven't tried it yet, but I plan to. Although I used mutt often, lack > of built-in SMTP client support was becoming a real showstopper.
On my MacOSX laptop, I use mutt with SMTP, SSL and SASL (gssapi): $ port installed mutt-devel The following ports are currently installed: mutt-devel @1.5.19_0+gdbm+gssapi+headercache+imap+sasl+smtp+ssl (active) The "gssapi" option (to enable native GSSAPI in the IMAP client) was missing from the MacPors "Portfile", I added it by hand: /opt/local/var/macports/sources/rsync.macports.org/release/ports/mail/mutt-devel: (Added) variant gssapi description {GSSAPI support} { configure.args-append --with-gss=yes } Similarly with NetBSD pkgsrc: $ /usr/pkg/sbin/pkg_info -Q PKG_OPTIONS mutt curses gssapi mutt-hcache mutt-smtp sasl smime ssl /usr/pkgsrc/mail/mutt-devel/options.mk: (Added) ### ### GSS ### .if !empty(PKG_OPTIONS:Mgssapi) CONFIGURE_ARGS+= --with-gss=yes .endif With this, Mutt is a complete IMAP + 587 submission client (in my case with GSSAPI Kerberos authentication). -- Viktor. Disclaimer: off-list followups get on-list replies or get ignored. Please do not ignore the "Reply-To" header. To unsubscribe from the postfix-users list, visit http://www.postfix.org/lists.html or click the link below: <mailto:majord...@postfix.org?body=unsubscribe%20postfix-users> If my response solves your problem, the best way to thank me is to not send an "it worked, thanks" follow-up. If you must respond, please put "It worked, thanks" in the "Subject" so I can delete these quickly.