On Mon, 26 Apr 2004, Brad wrote: > much. The only fud-client I find is in the contrib directory and is > fud-client.c. How would I go about building fud-client? I am trying to > run fud from xinetd following a post I saw and the server does not
gcc fud-client.c -o fud-client I have no idea how (I don't use it) or why you'd want to run it from xinetd, but you can add a line like this to the SERVICES section of your cyrus.conf, then cyrus' master will handle it for you: fud cmd="fud" listen="fud" proto="udp" prefork=1 (make sure you have: fud 4201/udp in /etc/services) Here's a perl client: http://englanders.cc/pub/linux/misc/fud.pl Here's a php client: http://www.irbs.net/internet/info-cyrus/0207/0155.html Jason -- Jason Englander <[EMAIL PROTECTED]> 394F 7E02 C105 7268 777A 3F5A 0AC0 C618 0675 80CA --- Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html