That's not terribly useful -- and in case you're playing off of my "seriously though..." reply, take a look at the senders. There's someone on the list who sends every message back to whomever sent it, with some PRE tags stuck around it. You'll probably get one in just a minute, too.
Anyhow, I'll take a stab at an answer, here's section 6 of the INSTALL document. I've done a couple of dbmail setups, and each time I just follow the steps and it works ;-) If you can narrow the error cases down a little bit more, or just wait for the business week to begin, there'll be more help available on the list. Aaron -- MTA installation for postfix -- In the master.cf file for postfix add the following: dbmail unix - n n - - pipe flags= user=dbmail:dbmail argv=/usr/local/sbin/dbmail-smtp -d ${recipient} at the user= field you can add any user that is allowed to run dbmail-smtp. I suggest adding a user dbmail with a group dbmail and have all dbmail programs be run by that user. The dbmail daemons (pop and imap) will drop their root priviledges to the user which is defined in /etc/dbmail.conf. Insert into the /etc/postfix/transport file <domain> dbmail: for all domains you want dbmail to be destination for. Next run postmap /etc/postfix/transport Edit /etc/postfix/main.cf and add the line transport_maps = hash:/etc/postfix/transport Do a postfix reload and if everything goes well mail should be delivered to dbmail. If not, try running postfix with the -v option to see what's going on. If the problem seems to be in dbmail, try changing the tracelevel in dbmail.conf. Tracelevel 5 will return a lot of debugging information! On Sun, 4 May 2003, Moisio Juha wrote: > RTFM!!!!! > > > -----Alkuper?inen viesti----- > L?hett?j?: George Alexandre [mailto:[EMAIL PROTECTED] > L?hetetty: 4. toukokuuta 2003 22:17 > Vastaanottaja: dbmail@dbmail.org > Aihe: [Dbmail] Postfix transport problem? > > > Hi! > > Sugestions for fix it? > > George Alexandre > Brazilian Software Engineer > > > Aaron Stone wrote: > > > Seriously though, fix your mailer! > > > Hi! > > > > > > > > > > After install Dbmail with postfix I can receive > emails > > > > > > from localhost domain but not receiving from > > > > > > external hosts. One of my suspicions was the > > > > > > transport. But the addressing really works on my > > > > > > localhost. When telneting to local port I receive > > > > > > the following message: > > > > > > <User unknown in local recipient table>. So, I > tested > > > > > > to create an account on my localhost > > > > > > for this email address owner and the addressing > works. > > > > > > What can this be? > > > > > > Thanks for any help... > > > > > > > > > > George Alexandre > > > > > > Brazilian Software Engineer > > > > > > > > > > > > > > > > __________________________________ > > > > > > Do you Yahoo!? > > > > > > The New Yahoo! Search - Faster. Easier. Bingo. > > > > > > http://search.yahoo.com > > > > > __________________________________ > Do you Yahoo!? > The New Yahoo! Search - Faster. Easier. Bingo. > http://search.yahoo.com > _______________________________________________ > Dbmail mailing list > Dbmail@dbmail.org > https://mailman.fastxs.nl/mailman/listinfo/dbmail > _______________________________________________ > Dbmail mailing list > Dbmail@dbmail.org > https://mailman.fastxs.nl/mailman/listinfo/dbmail >