________________________________ From: Noel Jones <njo...@megan.vbhcs.org> To: postfix-users@postfix.org Sent: Sunday, October 23, 2011 8:29 PM Subject: Re: Down To One Problem?
>> [root@myserver jack]# /usr/sbin/postmap -q f...@bar.com >> hash:/etc/postfix/virtual > Why are you running those commands? http://www.postfix.org/DATABASE_README.html >> virtual_alias_domains = domain1.com > It's really cool how you're asked to do one thing and you try > several others instead. > Are you just trying random commands you find on google? http://www.postfix.org/VIRTUAL_README.html Got all this following the link you provided. I didn't understand clearly how it all worked, but I was trying to follow your guidance. Perhaps you could be a little more specific ;) I'm still getting these: > Oct 23 16:56:03 myserver postfix/smtp[16238]: 105915790186: > to=<f...@bar.com>, > relay=eforward1.registrar-servers.com[69.160.33.82]:25, delay=86, > delays=54/0.02/32/0.02, dsn=4.1.1, status=deferred (host > eforward1.registrar-servers.com[69.160.33.82] said: 450 4.1.1 > <lucilius.bankrup...@barinstorm.com>: Recipient address rejected: > unverified address: unknown user: "f...@bar.com" (in reply to RCPT TO > command)) alias_maps = hash:/etc/aliases broken_sasl_auth_clients = yes command_directory = /usr/sbin config_directory = /etc/postfix daemon_directory = /usr/libexec/postfix data_directory = /var/lib/postfix debug_peer_list = disable_vrfy_command = yes home_mailbox = Mailbox html_directory = no inet_interfaces = localhost, $myhostname invalid_hostname_reject_code = 450 mail_owner = postfix mail_spool_directory = /var/spool/mail mailbox_command = /usr/local/libexec/dovecot/deliver mailq_path = /usr/bin/mailq manpage_directory = /usr/local/man maps_rbl_reject_code = 554 mydestination = $mydomain, $myhostname, localhost.$mydomain mydomain = mydomain.com myhostname = mydomain.com mynetworks = $config_directory/mynetworks newaliases_path = /usr/bin/newaliases non_fqdn_reject_code = 504 queue_directory = /var/spool/postfix readme_directory = no relay_domains = proxy:mysql:$config_directory/mysql_relay_domains_maps.cf sample_directory = /etc/postfix sendmail_path = /usr/sbin/sendmail.postfix setgid_group = postdrop show_user_unknown_table_name = no smtpd_hard_error_limit = 20 smtpd_helo_required = yes smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination smtpd_sasl_auth_enable = yes smtpd_sasl_path = /var/spool/postfix/private/auth smtpd_sasl_security_options = noanonymous smtpd_sasl_type = dovecot smtpd_soft_error_limit = 10 unknown_local_recipient_reject_code = 550 virtual_alias_maps = proxy:mysql:$config_directory/mysql_virtual_alias_maps.cf virtual_gid_maps = static:89 virtual_mailbox_base = /var/vmail virtual_mailbox_domains = proxy:mysql:$config_directory/mysql_virtual_domains_maps.cf virtual_mailbox_maps = proxy:mysql:$config_directory/mysql_virtual_mailbox_maps.cf virtual_minimum_uid = 89 virtual_transport = dovecot virtual_uid_maps = static:89 TIA, Jack