> Apr 27 15:09:38 fels postfix/smtpd[639]: 1FFD920A7: reject: RCPT from > bay8-f10.bay8.hotmail.com[64.4.27.10]: 450 <[EMAIL PROTECTED]>: User > unknown in local recipient table; from=<[EMAIL PROTECTED]> > to=<[EMAIL PROTECTED]> proto=ESMTP helo=<hotmail.com>
That's a postfix error, related to your local_recipient_maps setting. The easiest way to fix it is to disable local_recipient_maps (just set it to an empty string). The best way to fix it is to make your postfix talk to your database for the recipient map (specifically, it looks at the users table - there are exact config file examples in the dbmail list archives), but if you don't want to tackle that, just disable it. -- Jesse Norell [EMAIL PROTECTED] is not my email address; change "administrator" to my first name. --
