|
Whole document tree 12.7. Remote Printer Using RFC1179Options used:
You can have the lpd server forward jobs to another server or print which supports the RFC1179 protocol by using the following printcap:
# Simplest
remote|Remote Printer
:lp=raw@server
# historical
remote:
rp=raw:rm=server
# Sometimes you have to connect to a non-standard port
special:lp=lp@server%2000
|