From owner-freebsd-questions@FreeBSD.ORG Thu Mar 2 15:58:00 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F55816A422 for ; Thu, 2 Mar 2006 15:58:00 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19D0243D55 for ; Thu, 2 Mar 2006 15:57:59 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.13.1/8.13.4) id k22FvxGZ070652; Thu, 2 Mar 2006 09:57:59 -0600 (CST) (envelope-from dan) Date: Thu, 2 Mar 2006 09:57:59 -0600 From: Dan Nelson To: range Message-ID: <20060302155758.GD22189@dan.emsphone.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-OS: FreeBSD 5.5-PRERELEASE X-message-flag: Outlook Error User-Agent: Mutt/1.5.11 Cc: freebsd-questions@freebsd.org Subject: Re: milter-greylist question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Mar 2006 15:58:00 -0000 In the last episode (Mar 02), range said: > I have a milter-greylist(with sendmail) use question, It's my > greylist.conf > > acl whitelist addr 127.0.0.1 > acl whitelist addr 192.168.1.0/24 > > but It's still error when I send a mail form 192.168.1/24 (Local) > > /var/log/maillog > > Feb 4 16:38:07 mail milter-greylist: k148c37w000615: addr 192.168.1.128 from to delayed for 00:16:43 > Feb 4 16:44:04 mail sm-mta[661]: k148i4ha000661: Milter: to=, reject=451 4.7.1 Greylisting in action, please come back in 00:16 > Feb 4 16:44:04 mail sm-mta[661]: k148i4ha000661: from=, size=0, class=0, nrcpts=0, proto=SMTP, daemon=IPv4, relay=[192.168.1.128] Make sure the config file you're editing is the same one milter-greylist is using ( /usr/local/etc/mail/greylist.conf by default), and if you have made changes make sure you restart milter-greylist. Maybe adding the -l or -v debugging flags will help determine what the problem is? -- Dan Nelson dnelson@allantgroup.com