Stumped about incoming mail

Discussion in 'Installation/Configuration' started by dahljh, Oct 30, 2005.

  1. dahljh

    dahljh New Member

    Well, everything seems to be working except this one thing. When a email is sent to the server, it gets forwarded to root. I am at a loss on where to start to fix this.

    Here is a cut from my maillog.

    Any help would be much appreciated.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

  3. falko

    falko Super Moderator ISPConfig Developer

    It seems as if you're sending emails to the user postmaster. Often emails for postmaster are redirected to root, this is specified in /etc/aliases. You can change /etc/aliases, but if you do so, you have to run the command
    Code:
    newaliases
    afterwards.
     
  4. dahljh

    dahljh New Member

    Yep, that was the problem. Thank you Falko & Till.
     

Share This Page