Is postfix listening on the port that assp connects to? postfix listens to port 25 by default and assp is the service that needs to listen to this port. This is done in /etc/postfix/master.cf by changing the line:
smtp      inet  n       -       -       -       -       smtpd
to
225      inet  n       -       -       -       -       smtpd
 
Now postfix will listen on port 225 instead of 25 and if you now you whou have the following in your assp.cfg:
smtpDestination:=127.0.0.1:225
 
Try the following:
# netstat -anp|grep LISTEN|grep -e perl -e master|grep -v LISTENING
tcp        0      0 0.0.0.0:225             0.0.0.0:*               LISTEN     799/master
tcp        0      0 0.0.0.0:55555           0.0.0.0:*               LISTEN     4499/perl
tcp        0      0 0.0.0.0:25              0.0.0.0:*               LISTEN     4499/perl
This will show you what programs are listening on the relevant ports. "perl" is here synonym with assp and "master" is postfix.
 
Lars


I uninstalled  sendmail  from the mail hub. Changed the aliases file and also configured the DNS record to point all mail destined to one of mail servers to be sent to the mail hub.

But the new situation is: Incoming mail (sent from gmail) is not received by the mail hub at all. The maillog file doesn't show any sort of activity. 
  
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Assp-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/assp-user

Reply via email to