OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Postfix Amavis integration

From: Andre Sourdiffe (sourdafrlcpa.com)
Date: Tue Sep 16 2003 - 16:23:52 CDT


I am a newcomer to Linux. I am a network administrator and am much more
familiar with Netware, Dos and Windows. Linux still seems a little
strange to me. I have played with it prior - had Hylafax running on a
server for over a year. I have now setup Linux ver 8 and the Postfix
version that came with it. I am using Amavisd-new-20020630 and
spamassassin for filtering. I have been following Scott L Henderson's
guide on how to do this and everything is almost working but for one
problem. I am using port 10027 for Amavis and port 10028 for Postfix so
they can talk to each other. The issue is that I can give the command
telnet 127.0.0.1 10027 and Amavis comes back with the right response but
when I give the command telnet 127.0.0.1 10028 I get the response
status0 and I can't talk to postfix in that session, it locks the
session and I have to close postfix or close the terminal window. I can
send the command telnet localhost 25 or, from another machine, telnet
192.168.0.4 25 and I get the right response from Postfix. There are no
errors in the log files. If I need to I can send the main.cf and
master.cf configuration files if that will help. Thanks Andre