procmail and NTSEC

Olaf Foellinger Olaf.Foellinger@bln.sesa.de
Thu Feb 20 13:21:00 GMT 2003


On Sat, Feb 15, 2003 at 09:11:21PM -0500, Ajay Simha wrote:
> I now have mutt, procmail, fetchmail, ssh, aspell combination working. I want to get something
> decent working for printing from within mutt next.

I use muttprint(http://muttprint.sourceforge.net/) together with a home
brewed lpr. The result looks fine for me.
 
 
Gruss Olaf Föllinger

-- 
Olaf Föllinger
Berater 
S.E.S.A. Software und Systeme AG

Alt-Moabit 91a
D-10559 Berlin
Germany
Tel:   +49 30 390722 -291
Fax:   +49 30 390722 -222
Mobil: +49 173 6227080
http://www.sesa.de
mailto: Olaf.Foellinger@sesa.de
-------------- next part --------------
#!/bin/bash

Server=SESABLN1
Printer=HPLJ4050_R6
ProgramName=$(basename $0)
WinDir=$(cygpath -u $WINDIR)
Lpr=$WinDir/system32/lpr

TempFile=/tmp/$ProgramName.$$
WinTempFile=$(cygpath -w $TempFile)

cat >$TempFile
$Lpr -S $Server -P $Printer "$WinTempFile"
Status=$?

rm -fr $TempFile
exit $Status

-------------- next part --------------
--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


More information about the Cygwin mailing list