Re: [spamdyke-users] getprotobyname() -

2009-11-21 Thread David Bo Jensen
Problem solved. ulimit in my qmail script was simply too low ___ spamdyke-users mailing list spamdyke-users@spamdyke.org http://www.spamdyke.org/mailman/listinfo/spamdyke-users

[spamdyke-users] getprotobyname() -

2009-11-20 Thread David Bo Jensen
I have posted this mail before but somehow it didn't end on the top of the mailling list, so I try again. I have the famous problem with a newly installed debian lenny AMD64 unable to find protocol number with getprotobyname() Yes I know it has something (I have read) to do with UDP. grep UDP

Re: [spamdyke-users] getprotobyname()

2009-11-19 Thread David Bo Jensen
I did ./configure and it indeed gave me some errors. For instance: conftest.c:8:28: error: ac_nonexistent.h: No such file or directory configure:2524: $? = 1 Am I missing some packages I have added the config.log because I don't understand all the configure errors However I could build spamdy

Re: [spamdyke-users] getprotobyname()

2009-11-18 Thread David Bo Jensen
The code in spamdyke is very simple it just call getprotobyname("udp"), and if the returned pointer is null it logs the error message. My guess is that getprotobyname for some reason hasn't been able to read the /etc/protocols. I have made a small testprogram using getprotobyname and it works fi

[spamdyke-users] getprotobyname()

2009-11-18 Thread David Bo Jensen
I have the famous problem with a newly installed debian lenny AMD64 unable to find protocol number with getprotobyname() Yes I know it has something (I have read) to do with UDP. grep UDP /etc/protocols udp17UDP#user datagram protocol However I can successfully, send and receive