How to disable printing completely in samba

By default samba will try and setup any printers available on the system, this may generate log entries if there are no printers present.

Use the following settings in your /etc/samba/smb.conf config file:

load printers = no
printing = bsd
printcap name = /dev/null
disable spoolss = yes

Last updated: 03/02/2010