Hi. I'm trying to get mail sent to l...@foo.com forward mail to a list of addresses set in /etc/postfix/virtual, like so:
l...@foo.com f...@domain1.com, b...@domain2.com but I'm getting a 550 Host unknown when I try to mail this address. Obviously I'm an idiot and I need some assistance. (foo.com is not the actual domain, of course) $ postconf -n command_directory = /usr/local/sbin config_directory = /etc/postfix daemon_directory = /usr/local/libexec/postfix data_directory = /var/postfix debug_peer_level = 2 header_checks = regexp:/etc/postfix/header_checks home_mailbox = Maildir/ html_directory = /usr/local/share/doc/postfix/html inet_protocols = all mail_owner = _postfix mailq_path = /usr/local/sbin/mailq manpage_directory = /usr/local/man masquerade_domains = tp76.info message_size_limit = 10240000 mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain myhostname = smtp1.tp76.info myorigin = $mydomain newaliases_path = /usr/local/sbin/newaliases queue_directory = /var/spool/postfix readme_directory = /usr/local/share/doc/postfix/readme sample_directory = /etc/postfix sendmail_path = /usr/local/sbin/sendmail setgid_group = _postdrop unknown_local_recipient_reject_code = 550 virtual_alias_domains = foo.com $ head -n 1 /etc/postfix/virtual l...@foo.com u...@domain1.com, u...@domain2.com