At 05:35 PM 8/13/2003 +0200, Céline REDON wrote:
spamd appears to be running (with ps -aux)
but telnet on port 783 does not work.....

Define "telnet on port 783 does not work"? What exact telnet command line did you use?


I find that by default, spamd only listens on the loopback interface, so you'd have to do:
telnet 127.0.0.1 783


The docs say that it defaults to listening on all interfaces, but that's not the behavior I'm seeing..
you can run netstat -l to check for yourself:


# netstat -l |grep 783
tcp        0      0 localhost.localdoma:783 *:*                     LISTEN







-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to