-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tony Earnshaw Posted At: Friday, March 30, 2007 9:26 AM Posted To: Dspam-Users Conversation: [dspam-users] Postfix/qmgr warning: connect to transport dspam refused Subject: Re: [dspam-users] Postfix/qmgr warning: connect to transport dspam refused
Larry Moore wrote, on 30. mar 2007 07:59: >>> on 3/29/2007 1:14 PM Dspam-Users said the following: >>>> # >>>> ------------------------------------------------------------------- >>>> - >>>> # Dspam stuff >>>> # -------------------------------------------------------------------- >>>> smtp inet n - n - - smtpd >>>> -o content_filter=lmtp:unix:/tmp/dspam.sock >>> Shouldn't it be "unix" instead of "inet"? >> Indeed ... and: > > I didn't know you can do SMTP through a Unix Domain socket, can't say > I've ever seen an example of it. Missed that, it should be lmtp. My sites use a TCP lmtp content filter anyway, dspam's running as a daemon: -o content_filter=lmtp:[127.0.0.1]:24 --Tonni -- Tony Earnshaw Email: tonni at hetnet dot nl Hello, Have found what caused the error. It was an entry of smtpd_recipient_restrictions, the check_client_access pcre:/usr/local/etc/postfix/dspam_filter_access.pcre one. Have a sort of working solution now, but it's not to my liking yet. I will continue to get it more to my liking. Thanx for the help so far. Regards, Lars.
