Mail Archives: cygwin/2002/10/09/08:18:39
Hello,
MessageWall (see http://messagewall.org) is potentially good and
full-featured
spam-filtering SMTP proxy. so I tried to make cygwin port.
all compiled and linked OK, but it doesn't make a DNSBL search via
firedns lib.
(http://messagewall.org/firedns.html)
below is the log of firedns/tester 2> /tmp/tester.log
does anybody have any ideas ?
i think problem resides in functions:
static struct in_addr *firedns_resolve..._i
....
i = select(fd + 1,&s,NULL,NULL,&tv); <- here
....
taking firedns_aton4(1.2.3.4): 1.2.3.4/1.2.3.4
taking firedns_aton4(101.102.103.104): 101.102.103.104/101.102.103.104
taking firedns_aton4(bah): got NULL
taking firedns_aton4(1.2.3.400): got NULL
taking firedns_aton4(206.152.182.152): 206.152.182.152/206.152.182.152
taking firedns_aton4(206.152.182.152)):
206.152.182.152/206.152.182.152
taking firedns_aton4(ack started...): got NULL
taking firedns_aton6(::): 0000:0000:0000:0000:0000:0000:0000:0000
taking firedns_aton6(3ffe:b80:346:1:204:5aff:fece:7852):
3ffe:0b80:0346:0001:0204:5aff:fece:7852
taking firedns_aton6(fe80::204:5aff:fece:7852):
fe80:0000:0000:0000:0204:5aff:fece:7852
taking firedns_aton6(bah): got NULL
taking firedns_getip4(host.taconic.net): 3
getting result: (null)
taking firedns_getip4(celery.n.ml.org): 4
getting result: (null)
taking firedns_getip4(incandescent.mp3revolution.net): 3
getting result: (null)
taking firedns_getip4(dharr.stu.rpi.edu): 4
getting result: (null)
taking firedns_getip4(ftp.us.kernel.org): 3
getting result: (null)
taking firedns_getip6(ftp.stealth.net): 4
getting result: (null)
taking firedns_getip6(www.ipv6.org): 3
getting result: (null)
taking firedns_getip6(z.ip6.int): 4
getting result: (null)
taking firedns_gettxt(2.0.0.127.inputs.orbz.org): 3
getting result: (null)
taking firedns_gettxt(2.0.0.127.outputs.orbz.org): 4
getting result: (null)
taking firedns_gettxt(2.0.0.127.bl.spamcop.net): 3
getting result: (null)
taking firedns_gettxt(2.0.0.127.relays.ordb.org): 4
getting result: (null)
taking firedns_getmx(spamcop.net): 3
getting result: (null)
taking firedns_getmx(penguinhosting.net): 4
getting result: (null)
taking firedns_getmx(taconic.net): 3
getting result: (null)
taking firedns_getmx(microsoft.com): 4
getting result: (null)
taking firedns_getmx(email.si): 3
getting result: (null)
taking firedns_getname4(205.231.144.10): 4
getting result: (null)
taking firedns_getname4(208.171.237.190): 3
getting result: (null)
taking firedns_getname4(64.28.67.150): 4
getting result: (null)
taking firedns_getname4(64.90.162.91): 3
getting result: (null)
taking firedns_getname6(3FFE:0:1:0:0:0:C620:242): 4
getting result: (null)
taking firedns_getname6(2001:660:1180:1:192:134:0:49): 3
getting result: (null)
taking firedns_getname6(3FFE:50E:0:0:0:0:0:1): 4
getting result: (null)
taking firedns_dnsbl_lookup(127.0.0.2,list.dsbl.org): 3
getting result: (null)
===
WBR, Dmitry A.Provodnikov
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
- Raw text -