web admin user without email

Discussion in 'Feature Requests' started by bolero, Jul 10, 2008.

  1. bolero

    bolero New Member

    I would like to be able to restrict the web admin user to not receive any email. reason: the extra files for spamassassin etc. clutter up the main home directory. This is confusing for many users.
     
  2. falko

    falko Super Moderator Howtoforge Staff

    You could forward the mails to someone else or create an alias in /etc/aliases. For example, if you wan to delete the mails, put in something like this:
    Code:
    web1_admin: /dev/null
    Run
    Code:
    newaliases
    afterwards and restart Postfix.
     

Share This Page