> local_recipient_maps = mysql:/etc/postfix/sql-recipients.cf > > sql-recipients.cf > user = dbmail > password = mypassword > hosts = localhost > dbname = dbmail > table = dbmail_aliases > select_field = alias > where_field = alias
> This is th error in the log file, > > web42205.mail.yahoo.com[66.218.93.206]: 550 <[EMAIL PROTECTED]>: Recipient > address rejected: User unknown in virtual mailbox table; > from=<[EMAIL PROTECTED]> to=<[EMAIL PROTECTED]> proto=SMTP > > ...this line seems to be the culprit, but it may be others in the main.cf > file. I'm not sure. > virtual_mailbox_maps = hash:/etc/postfix/virtual_mailbox_recipients Try setting: virtual_mailbox_maps = mysql:/etc/postfix/sql-recipients.cf I don't use the virtual_* stuff myself, but from the error I would guess that may do it. -- Jesse Norell - [EMAIL PROTECTED] Kentec Communications, Inc.
