Bernard T. Higonnet <[EMAIL PROTECTED]> wrote: > I have been running a FreeBSD 7.0 system with Postfix 2.4.6 which is > very happy. > > I want to add AMaViS, and just for the hell of it, want it to run on a > machine other than that hosting the Postfix server. > > AMaViS runs at startup from /etc/rc.conf and looks OK to a newbie. > > netstat -a produces > > tcp4 0 0 localhost.10024 *.* LISTEN > > > My first problem, which has very little to do with AMaViS, and a lot to > do with ignorance of basic unix, is that I can only reach this port > using "telnet localhost 10024" from the machine itself. All attempts to > telnet into AMaViS from the Postfix machine produces > > telnet: connect to address 192.168.3.108: Connection refused
You need to tell amavisd-new (via amavisd.conf) that it should accept connections from an external machine. See the example configuration (it is likely amavisd.conf-sample) and read starting here: # SMTP SERVER (INPUT) access control -- Sahil Tandon <[EMAIL PROTECTED]> ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ AMaViS-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/
