On Fri, Aug 04, 2006 at 12:47:18PM -0000, srout888 wrote:
> I sent the message from outside mailbox to smtp-servers root and got
> what is above. telnet to port 25 did the same.
Please apply this patch and tell we what you get (make sure you get
the message logged at debug level, or replace LOG_DEBUG by LOG_ERR)
Index: milter-greylist.c
===================================================================
RCS file: /cvsroot/milter-greylist/milter-greylist.c,v
retrieving revision 1.126
diff -U2 -r1.126 milter-greylist.c
--- milter-greylist.c 1 Aug 2006 21:29:36 -0000 1.126
+++ milter-greylist.c 4 Aug 2006 13:43:28 -0000
@@ -128,4 +128,6 @@
if (addr != NULL) {
+ syslog(LOG_DEBUG, "%s:%d addr->sa_family = %d",
+ __FILE__, __LINE__, addr->sa_family);
switch (addr->sa_family) {
case AF_INET:
--
Emmanuel Dreyfus
manu@...Message
Re: [milter-greylist] Re: Message not sent from an IPv4 neither IPv6 address
2006-08-04 by Emmanuel Dreyfus