Hi all :-) I've several virtual domains and I looking for how create the aliases for each domains (aliases like postmaster, root, etc.)
I found this http://serverfault.com/questions/171616/postfix-how-to-make-aliases-work-for-virtual-domains that says something like this: "putting postmaster, root, etc" to /etc/aliases: /^(postmaster|root|MAILER-DAEMON|abuse)@/ postmaster /^(bin|daemon|named|nobody|uucp|www|ftp-bugs|postfix|manager|dumper|operator|decode)@/ root or use this: /^postmaster@/ postmaster /^root@/ postmaster /^MAILER-DAEMON@/ postmaster is this correct way to do this? Thanks for help! Pol