OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Subject: Re: Help, nebie to postfix ..
From: Wari Wahab (waricelestix.com)
Date: Wed Dec 06 2000 - 18:53:59 CST


* Gary <medmanksmindspring.com> [001207 08:02]:
> I just installed Postfix and deleted sendmail from my SuSE system. I
> made the changes for my procmail, etc, in my main.cf file and
> everything works great. My thanks to those who have helped me. Now,
> I am stuck... I went to send mail from my Mutt, but it will not send
> it, saying that it has a sendmail error in loading shared libraries.
> ... well I took sendmail off my system. The only way I can send mail
> is I configure a MUA for a direct POP account.
>
> Sorry, I mean set up an MUA for an SMTP (not POP obviously) account.
> How do I get postfix to send mail off my system, i.e. in Mutt?

Mutt will only send a message to a sendmail/sendmail wrapper program
(like mini_sendmail I think)... Did you remove the postfix compatible
/usr/sbin/sendmail program? You'll be dead if you do ;) Reinstall the
postfix RPM and see where is places sendmail and point mutt there..

.mutt/muttrc.options:#**--| sendmail |--**
.mutt/muttrc.options:# Default: "/usr/sbin/sendmail -oem -oi"

If you sendmail is elsewhere set it with
set sendmail="/where/is/postfix/sendmail -oem -i"