I'm trying to set up a Postfix mail server using MySQL for the mapping tables. As it's bad practice to simply grant all permissions unless they're needed, I want to grant only the minimal permissions required to make Postfix work.
Unfortunately, even the Postfix MySQL Howto doesn't seem to want to give up this info, and my Google-fu is inconclusive, mainly because there are a lot of pages that talk about Postfix and MySQL before going on to talk about restricting file permissions for the config :)
Can I get away with just SELECT, or does Postfix need more than this?