# defaults for base module
#
[common]
  enable_nscd		no
  enable_avahi		no
  enalbe_pulseaudio	no
  languages		it		# fr de
  wgetrc_passive_ftp	on		# default on debian
  default_editor	/usr/bin/vi	# we are veterans

# umask:
#  0022		ubuntu (and other unices)
#  0002		more collaborative (group write)
#  0007		collab & secure (group write, other none)
#  0027		root (group read, other none)
#
[perms]
  root_umask	0027
  users_umask	0007


[system]
  poweroff_user	poweroff



# system wide emails
# ------------------

# defaults (must be custom defined)
[contact]
  maildomain	::customer.pubdomain::	# eg: myorg.com
  email		undef			# main contact, eg: realname@myorg.com

# these defaults to main contact
[contact.sysadmin]
  desc		::customer.name:: - System Admin
[contact.usradmin]
  desc		::customer.name:: - Users Manager
[contact.security]
  desc		::customer.name:: - Security Manager
[contact.backupadmin]
  desc		::customer.name:: - Backups Admin

# these defaults to standard names
[contact.webmaster]
  desc		::customer.name:: - Webmaster
  email		webmaster@::contact.maildomain::
[contact.postmaster]
  desc		::customer.name:: - Postmaster
  email		postmaster@::contact.maildomain::



[sudo]
  lecture	never


