wrong Delivered-To: in Mailheader

Discussion in 'Installation/Configuration' started by tom, Jul 1, 2008.

  1. tom

    tom Member

    ISPConfig 2.2.23 is using postfix in postfix style by reading the virtusertable like:
    Code:
    ....
    www.forum-test.net    VIRTUALDOMAIN
    [email protected]    web22_forum
    [email protected]    web22_forum
    forum-test.net    VIRTUALDOMAIN
    [email protected]    web22_forum
    [email protected]    web22_forum
    ....
    The wrong header shows the username instead of the mailaddress.
    Code:
    ....
    X-Original-To: [email protected]
    Delivered-To: [email protected]
    ....
    What to do to change the Delivered-To: to the right emailaddress?
     
    Last edited: Jul 1, 2008
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    This header is the correct header, as the email is delivered to the system user web22_forum on the server mail.server-test.net
     
  3. tom

    tom Member

    Why the systemuser web22_forum is used in the header?
    The email belongs to the systemuser, that's right, but why not only the emailaddress [email protected] is used in the header?
     

Share This Page