##
##  /kolab/etc/postfix/aliases -- local mailbox aliases
##
##  Searched for virtual addresses user@domain, user and @domain
##  (in this order). It redirect mail for all recipients, local or
##  remote. The mapping affects only envelope recipients.
##

#   Syntax (see aliases(5)):
#   | name:         value, value, ...
#   where value is one of:
#   "address", "/file/name", "|command", ":include:/file/name"
#
#   Examples:
#   | john.doe:     john, doe
#   | robot:        |/path/to/robot
#   | archive:      /path/to/archive
#   | users:        :include:/path/to/users.list
#   | owner-users:  john.doe

#   standard mail targets
nobody:                /dev/null
MAILER-DAEMON:         postmaster

#   standard mail persons
hostmaster:            root
postmaster:            root

