On Tue, Mar 26, 2002 at 02:29:41PM -0000, sudip sinha wrote: > I use sendmail with mutt. I am able to recieve mails. But not > able to send mails.It returns with an error not able to send. > I think the problem is with the 'envelope from'. It still po- > ints to my local host - [EMAIL PROTECTED] I tried > setting the 'envelope_from' in my muttrc file. >
This needs re-configuration of your MTA (sendmail). To me it seems that your sendmail.mc file is not properly configured. Suresh has a good howto on mail setup on his home page, for this sendmail-mutt combo (http://www.hserus.com/). In case you are a stand alone box with a ppp link to the net, I can send you a perl script which will configure sendmail mutt and fetchmail for you. (This is suitable for small time setups only). Write back if needed. HTH Bish -- : ####[ Linux One Stanza Tip (LOST) ]########################### Sub : DOS to Unix conversion (#2) LOST #049 Method #2: using recode (if installed) To convert a DOS text file to Unix so that the extra ASCII 13 does not show up, you can add the following in /etc/profile or .profile (IF recode package is installed ...) alias unix2dos='recode lat1..ibmpc' alias dos2unix='recode ibmpc..lat1' ####<[EMAIL PROTECTED]>##################################### : _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
