From: Micah Stevens <[EMAIL PROTECTED]>
Reply-To: DBMail mailinglist <[email protected]>
To: DBMail mailinglist <[email protected]>
Subject: Re: [Dbmail] Receiving mail
Date: Fri, 10 Mar 2006 13:58:22 -0800

On Friday 10 March 2006 12:40 pm, Jim Douglas wrote:
> >This isn't dbmail complaining it can't find the .sock file, it's Postfix.
> >Configure that, and you'll be okay.
> >
> >-Micah
> >_______________________________________________
> >Dbmail mailing list
> >[email protected]
> >https://mailman.fastxs.nl/mailman/listinfo/dbmail
>
> Which postfix file, it's not master, main...I think I opened all of them..
>
> Thanks,
> Jim

It's in the .cf file that's reference in main.cf.. for example if you are
using this:

local_recipient_maps = mysql_local_recipient_maps.cf

look in the mysql_local_recipient_maps.cf. Inside will be the user/pw info as
well as a hosts =  line. This is how you specify the sock file, or a
127.0.0.1 to force TCP/IP.

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


The sock problem is solved, now this fro mthe error log,

Mar 10 17:18:09 cpe-66-65-161-178 postfix/smtpd[9236]: NOQUEUE: reject: RCPT from web42207.mail.yahoo.com[66.218.93.208]: 550 <[EMAIL PROTECTED]>: Recipient address rejected: User unknown in local recipient table; from=<[EMAIL PROTECTED]> to=<[EMAIL PROTECTED]>..

I added added xyxyxy.org to mydestination for dbmail and postfix is not connecting to the database.

This is what I have for dbmail,

mailbox_transport = dbmail-lmtp:localhost:25
local_recipient_maps = mysql:/etc/postfix/sql-recipients.cf


When I change local_recipient_maps to,
local_recipient_maps =
I get this error,
Mar 10 17:23:19 cpe-66-65-161-178 postfix/lmtp[9323]: 3E0FF4D1BA5: to=<[EMAIL PROTECTED]>, relay=localhost.phil.rr.com[127.0.0.1], delay=0, status=bounced (host localhost.phil.rr.com[127.0.0.1] refused to talk to me: 502 Error: command not implemented)

Jim


Reply via email to