This is a discussion on mutt on openserver 6 with mmdf within the Sco Unix forums, part of the Unix Operating Systems category; --> On Fri, Jun 16, 2006 at 10:54:42PM -0000, John DuBois wrote: > In article <20060616110454.A18326@magnatechonline.com>, > Joe Chasan <joe@magnatechonline.com> ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| On Fri, Jun 16, 2006 at 10:54:42PM -0000, John DuBois wrote: > In article <20060616110454.A18326@magnatechonline.com>, > Joe Chasan <joe@magnatechonline.com> wrote: > >SCO Openserver 6 - with maintenance pack 2 > > > >It appears that the mutt (v1.4.2.1i) that is compiled for the OSR6 > >skunkware set works only with sendmail - not mmdf. it can read > >mailboxes but is unable to send if mmdf is the MTA (Error sending > >message, child exited 78 ()) > > > >Can anyone confirm and/or assist? is there some sendmail string i > >can put into a muttrc to fix this, or am i going to have to go down > >the ugly path and back out patches to replace MTA & reinstall > >maintenance packs? > > Looks like there's a packaging problem - the /usr/lib/sendmail in the MMDF > package is the actual sendmail version instead of the mmdf version (which is a > front end for execmail). > > Try telling mutt 'set sendmail=/usr/lib/mail/execmail'. > Or replace /usr/lib/sendmail with one from a 507 box that has MMDF installed. thanks, both options do work to fix the problem. --- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --- -Joe Chasan- Magnatech Business Systems, Inc. joe@magnatechonline.com Hicksville, NY - USA http://www.MagnatechOnline.com Tel.(516) 931-4444/Fax.(516) 931-1264 |
| ||||
| In article <1150727365.286185.123200@h76g2000cwa.googlegroups .com>, Roger Cornelius <rac@tenzing.org> wrote: >So is it no longer proper (or was it ever) to call submit directly? I >used mush for many years configured that way. You can call submit directly if you use the appropriate flags. From the man page: submit -mlrxto,cc* But, it looks like mutt doesn't like submit's idea of how to use the exit status. The above will work, but mutt will think it has failed because submit returns a nonzero exit status. mush had specific knowledge of how to use submit (it used it in its 'protocol mode'). John -- John DuBois spcecdt@armory.com KC6QKZ/AE http://www.armory.com/~spcecdt/ |