On Mon, Feb 27, 2006, a wrote: >How to set SMTP server for mutt? >I have different POP and SMTP servers.
As far as I know, mutt expects to pipe its output to a program, sendmail by default. The default value in my ~/.muttrc file is: set sendmail="/usr/lib/sendmail -oem -oi" Looking at the ``man muttrc'', I didn't see any references to SMTP delivery. If I didn't have a working sendmail interface, I would write a python or perl script that would handle the SMTP delivery, and pipe to that. Bill -- INTERNET: [EMAIL PROTECTED] Bill Campbell; Celestial Software LLC URL: http://www.celestial.com/ PO Box 820; 6641 E. Mercer Way FAX: (206) 232-9186 Mercer Island, WA 98040-0820; (206) 236-1676 ``People who relieve others of their money with guns are called robbers. It does not alter the immorality of the act when the income transfer is carried out by government.'' _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
