Jim Douglas wrote:
I have, local_recipient_maps = mysql:/etc/postfix/sql-recipients.cf In main.cf and I'm still able to recieve mail to users not listed in dbmail_users and dbmail_aliases?

Is there another setting somewhere ?
What's the contents of sql-recipients.cf? Are the passwords etc correct?

Does postfix at all have mysql support? To check it you can do:
# ldd `which postfix` | grep -i my

You should get something like this:
       libmysqlclient.so.15 => /usr/lib/libmysqlclient.so.15 (0x401a1000)

If you don't, then you have to install a postfix-mysql package from your distro. If there ain't none, then you have to recompile postfix yourself. I had to do so for SLES9.

HTH,
   Alex

Reply via email to