Changing font throught matplotlibrc file

Hello,

I am trying to change the default font by adding the following lines
to the matplotlibrc file:

## FONT
font.family : serif
font.serif : Palatino

However, I get the following error.

/Library/Frameworks/Python.framework/Versions/6.3/lib/python2.6/site-packages/matplotlib/font_manager.py:1242:
UserWarning: findfont: Font family ['serif'] not found. Falling back
to Bitstream Vera Sans
  (prop.get_family(), self.defaultFamily[fontext]))

If I just use:

font.family : serif

I get a serif font (that is not Palatino). I certainly have Palatino
on my machine (Mac OS X 10.5.8).
Am I doing something wrong? If I want all text to be some font, is
there a way to change it in matplotlibrc file?

Thanks for your help.