On 6/17/05, M. J. [Mike] O'Brien <[EMAIL PROTECTED]> wrote:
> 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
> 


Thanks for the reply, but I am looking for a little more info, my
initial question was way to vague, and written completely from
frustration.  I currently have a system that works, well kinda.  It
works with the users aliases, but I also have domains that need to be
aliases.

So, I am trying to get one of the following scenerios to work.

recipient_canonical_maps = mysql:/etc/postfix/canonical_maps.cf

Or by just aliasing the domains somehow.

So [EMAIL PROTECTED] can receive e-mail at matt.foo.bar.uk too.

-- 
Matthew J. Salerno

Reply via email to