Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!uwm.edu!zaphod.mps.ohio-state.edu!sdd.hp.com!decwrl!bacchus.pa.dec.com!decuac!hussar.dco.dec.com!mjr From: mjr@hussar.dco.dec.com (Marcus J. Ranum) Newsgroups: comp.mail.misc Subject: Re: Source Code For Berkeley Mail? Message-ID: <1990Sep24.002417.3198@decuac.dec.com> Date: 24 Sep 90 00:24:17 GMT References: <1990Sep21.171510.3817@portia.Stanford.EDU> <1990Sep21.190625.15912@mp.cs.niu.edu> <4072@rsiatl.UUCP> Sender: news@decuac.dec.com (Network News) Reply-To: mjr@hussar.dco.dec.com.UUCP (Marcus J. Ranum) Distribution: usa Organization: Digital Equipment Corp., Ultrix Resource Center Lines: 12 >I am posting this for a friend who cannot send mails because the system >manager doesn't want people to read messages and thus has disabled the >Berkeley "mail" program. However, the sendmail daemon is still running. This is bogus. Simply talk directly to sendmail, EG: /usr/lib/sendmail -v user type your message, and hit control-D. Wrap it in a shell script that calls an editor and feed the results to sendmail. If the machine is networked, he can always talk to the sendmail demons on other machines manually - or to the local one. That is left as an exercise to the reader. mjr.