Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Mar 2006 09:57:59 -0600
From:      Dan Nelson <dnelson@allantgroup.com>
To:        range <tw.freebsd@gmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: milter-greylist question
Message-ID:  <20060302155758.GD22189@dan.emsphone.com>
In-Reply-To: <adf636cd0603020049l5f1bcdbet@mail.gmail.com>
References:  <adf636cd0603020049l5f1bcdbet@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <range@local.com.tw> to <range@intenet.com> delayed for 00:16:43
> Feb  4 16:44:04 mail sm-mta[661]: k148i4ha000661: Milter: to=<range@intenet.com>, 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=<range@local.com.tw>, 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060302155758.GD22189>