On Jan 20, 2004, at 11:56 AM, Jesse Norell wrote:



That's probably the local_recipient_maps setting.  You can just
disable it

I don't currently have it enabled and I disabled the errors on unknown
users. How can I set postfix to use the database when checking for
valid users?

  This is what we have, with postfix+postgres:

# grep local_recipient_maps /etc/postfix/main.cf
local_recipient_maps = proxy:pgsql:/etc/postfix/aliases.cf

# cat /etc/postfix/aliases.cf
user = postfix
password = <removed>
dbname = dbmail
hosts = forever.kci.net
table = aliases
select_field = deliver_to
where_field = alias


  Note, this is the exact same lookup file we use for postfix
aliases lookups in the database.


Hm. Does proxy need to be set anywhere else in the file?

Thanks for the help,
Steve

Reply via email to