I realized that after the post, so I adjusted the tcp wrapper accordingly, and things were good except dns reverse lookups.
After reading your email I noticed you had 127.0.0.1 in the main.cf like: mailbox_transport = dbmail-lmtp:127.0.0.1:24 I had: mailbox_transport = dbmail-lmtp:localhost:24 I changed mine to look like yours and wallah! Worked without this in the file: disable_dns_lookups=yes Life is good! Now to get SMTP_AUTH to read the mysql tables...... ----------------------------------------------------- Greg Muehl Branch Office Support Manager United Building Centers ph. (507) 457-6719 fax (920) 983-4324 3400 S. Ridge Rd. De Pere Wi. 54115 [EMAIL PROTECTED] www.unitedbuildingcenters.com -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tommi Lätti Sent: Wednesday, August 10, 2005 9:48 PM To: DBMail mailinglist Subject: Re: [Dbmail] (no subject) Greg Muehl wrote: > Aug 9 16:15:34 redhat postfix/lmtp[12308]: fatal: unexpected > command-line > argument: dbmail-smtp > Aug 9 16:15:35 redhat postfix/master[8569]: warning: > /usr/libexec/postfix/lmtp: bad command startup -- throttling These two lines catch my eye... are you possibly trying to talk smtp maybe to the lmtp port? Anyways, I see that you're most likely trying to pass some arguments in the master.cf that the postfix doesn't like and then bails out. In my master.cf, I have: dbmail-lmtp unix - - n - - lmtp and then for example you can put in your main.cf mailbox_transport = dbmail-lmtp:127.0.0.1:24 you can of course do much more elegant setups with transport maps and with virtual but that's a different story. -- br, Sty _______________________________________________ Dbmail mailing list [email protected] https://mailman.fastxs.nl/mailman/listinfo/dbmail
