Is this what you are after, Mathew?
This configuration tells Postfix which email addreses are local recipients for which it should accept and deliver mail.



in main.cf
=======
local_recipient_maps = mysql:/etc/postfix/mailbox.cf


where mailbox.cf looks like this:
====================
user = dbmail
password = dbmail
dbname = dbmail
hosts = localhost
table = dbmail_aliases
select_field = alias
where_field = alias


Mike




----- Original Message ----- From: "Matt Salerno" <[EMAIL PROTECTED]>
To: <dbmail@dbmail.org>
Sent: Friday, June 17, 2005 1:19 PM
Subject: [Dbmail] DBMail with Postfix is driving me nuts!


Does anyone have an example of a postfix configuration working with
the dbmail tables for aliases?  My config is completely messed up and
I am pulling my hair out trying to figure this out.

DBMail 2.04 and postfix 2.1

Any assistance would be much appreciated.

Thank
--
Matthew J. Salerno
_______________________________________________
Dbmail mailing list
Dbmail@dbmail.org
https://mailman.fastxs.nl/mailman/listinfo/dbmail

Reply via email to