Well,
I'm using Postfix 2.0.x  and i have

this in my main.cf 

myorigin                = $mydomain

alias_maps              = hash:/etc/aliases
transport_maps          = mysql:/etc/postfix/my_trans.cf
# hash:/etc/postfix/transport

mydestination           = mysql:/etc/postfix/my_trans.cf,
                                  localhost
                                  $mydomain,
                                  $myhostname,

# relayhost           =
mynetworks              = 127.0.0.0/8,
                                  192.168.0.0/24,
                                  {myexternal IP/32}
                                  mysql:/etc/postfix/my_net.cf

local_recipient_maps    = mysql:/etc/postfix/my_mailbox.cf

my_mailbox.cf 
user = yourDBuser
password = yourDBpassword
dbname = dbmail
table = aliases
hosts = localhost
select_field = alias
where_field = alias

put root to postmaster and add postmaster to your dbmail aliases. 

works like a charme..






Richard Houston <[EMAIL PROTECTED]> 
Sent by: [EMAIL PROTECTED]
05-05-2003 16:39
Please respond to
[email protected]


To
DBmail mailing list <[email protected]>
cc

Subject
Re: [Dbmail] Postfix transport problem?






Interesting, I had the same issue and this fix worked for me as well.

I have setup dbmail quite a few times and have never seen this
issue....... so what is different this time? I am setting up dbmail with
postfix 2.0X not 1.X.

I found more info on it in the 
/etc/postfix/README_FILES/LOCAL_RECIPIENT_README file.

George is this true for you as well?

AS this is specific to postfix 2.0 might be a good idea to add a note to
the INSTALL file. 


Thanks

Rich



On Sun, 2003-05-04 at 14:42, George Alexandre wrote:
> Hi
> 
> Turning off the setting "Local recipient", simply
> uncomment it,
> from
> #local_recipient_maps =
> to
> local_recipient_maps =
> I fixed the problem.
> 
> Thanks for help
> 
> George Alexandre
> 
> Brazilian Software Engineer
> 
> 
> 
> __________________________________
> Do you Yahoo!?
> The New Yahoo! Search - Faster. Easier. Bingo.
> http://search.yahoo.com
> _______________________________________________
> Dbmail mailing list
> [email protected]
> https://mailman.fastxs.nl/mailman/listinfo/dbmail
-- 
Richard Houston <[EMAIL PROTECTED]>


_______________________________________________
Dbmail mailing list
[email protected]
https://mailman.fastxs.nl/mailman/listinfo/dbmail

Reply via email to