# =============================================================
#
# /etc/aliases - ::network.hostname::.::network.domain::
#    -> /etc/postfix/aliases
#
# ::do_not_edit::
# ::maintainer::
#
#
# TO ADD CUSTOM CONTENT YOU CAN:
#
# 1. direct method (worse)
#
#    add/edit lines outside (before or after) this KUSA BLOCK
#
# 2. semi-auto method (better)
#
#    create a file called 'aliases-local' in /etc/postfix
#    directory, the 'post-mailaliases' kusa module will
#    append it verbatim in the /etc/aliases file; to update
#    changes use the command:
#
#	kusa-reconf post-mailaliases
#
# 3. full-auto method (best way)
#
#  a. create the 'aliases-local' file in the custom kusa
#     directory /etc/kusa/modules/local
#  b. make sure that aliases-local is listed in the 'install'
#     file and installed into /etc/postfix directory
#  c. create/update the file 'requires', adding a line with
#     'srv-mail'
#  d. create/update the file 'requires_post', adding a line with
#     'post-mailaliases'
#  e. finally, update changes using the command:
#
#	kusa-reconf local
#
#     the 'requires*' files will automatically resolve and update
#     all the dependencies


# ---------------------------------------------------------
# standard aliases
# ---------------------------------------------------------
#
# are set using the following kusa-db entries:
#
#	postmaster:	\::contact.postmaster.email\::
#	clamav:		\::contact.postmaster.email\::
#	amavis:		\::contact.postmaster.email\::
#	root:		\::contact.sysadmin.email\::
#	kusa:		\::contact.sysadmin.email\::
#	sysadmin:	\::contact.sysadmin.email\::
#	security:	\::contact.security.email\::
#	backupadmin:	\::contact.backupadmin.email:\\
#	webmaster:	\::contact.webmaster.email\::
#	www-data:	\::contact.webmaster.email\::
#	usradmin:	\::contact.usradmin.email\::
#	prjadmin:	\::contact.usradmin.email\::
#
# ---------------------------------------------------------
postmaster:	::contact.postmaster.email::
clamav:		::contact.postmaster.email::
amavis:		::contact.postmaster.email::
root:		::contact.sysadmin.email::
kusa:		::contact.sysadmin.email::
sysadmin:	::contact.sysadmin.email::
security:	::contact.security.email::
backupadmin:	::contact.backupadmin.email::
webmaster:	::contact.webmaster.email::
www-data:	::contact.webmaster.email::
usradmin:	::contact.usradmin.email::
prjadmin:	::contact.usradmin.email::
# ---------------------------------------------------------
