I agree with Viktor's description:

/etc/postfix/main.cf:
    # The domain that users are aliased to:
    mydestination = localhost localhost.$mydomain

    # The domain in DNS that you receive mail for:
    vitual_alias_maps = example.com

    # The alias mapping from "DNS" domain name to UNIX system accounts:
    virtual_alias_maps = hash:/etc/postfix/virtual

/etc/postfix/virtual:
    # All right-hand addresses have @localhost
    postmas...@example.com      postmaster@localhost
    us...@example.com           unix-user1@localhost
    us...@example.com           unix-user2@localhost

# Legacy sendmail-style aliases:
/etc/aliases:
    # Here, no @domain in LHS or RHS.
    postmaster: unixaccount
    abuse: unixaccount

There is no need for this thread to drag on for so much time.

        Wietse

Reply via email to