Hello all
I am using a new install of slackware 12.2 and have installed ASSP version 1.5.1.3
I have been using assp on a win2000 exchange server for a few years without problem. I would like to have assp running on a seperate slackware server and then forward the non junk mail to the exchange server. ASSP appears to be installed correctly and is listening on the correct ports, but when tell my cisco asa to redirect smtp connection from win2000 to the slackwareserver mail stops and there is no connection in the assp maillog. i uninstalled sendmail thinking it was stealing my port, but that did not help.
here are some of my logs
Jun-29-09 10:40:37 Assp.pl version 1.5.1.3(1.0.01) (Perl 5.010000) initializing
Jun-29-09 10:40:37 File::Scan::ClamAV module version 1.91 installed
Jun-29-09 10:40:37 Assp.pl running on server: slack (192.168.16.149)
Jun-29-09 10:40:37 Net::LDAP module version 0.39 installed and available
Jun-29-09 10:40:37 Net:

NS module installed
Jun-29-09 10:40:37 Email::Valid module version 0.181 installed and available
Jun-29-09 10:40:37 Email::Send module version 2.197 installed - sending .eml files available
Jun-29-09 10:40:37 Mail::SPF module version 2.006 installed and available
Jun-29-09 10:40:37 Mail::SRS module version 0.31 installed - Sender Rewriting Scheme available
Jun-29-09 10:40:37 Compress::Zlib module version 2.008 installed - HTTP compression available
Jun-29-09 10:40:37 Digest::MD5 module version 2.36_01 installed - delaying can use MD5 keys for
hashes
Jun-29-09 10:40:37 File::ReadBackwards module version 1.04 installed - searching of log files
enabled
Jun-29-09 10:40:37 Time::HiRes module version 1.9711 installed - CPU usage statistics available
Jun-29-09 10:40:37 Sys::Syslog module version 0.27 installed - Unix centralized logging enabled
Jun-29-09 10:40:37 Net::Syslog module version 0.03 installed - network Syslog logging enabled
Jun-29-09 10:40:37 Tie::RDBM module version 0.70 installed - mysql usage available
Jun-29-09 10:40:37 Net::IP::Match::Regexp module version 1.01 installed - CIDR notation for IP range
available
Jun-29-09 10:40:37 Net::CIDR::Lite module version 0.20 installed - hyphenated IP address range
available
Jun-29-09 10:40:37 Net::SenderBase module version 1.01 installed - senderbase checks available
Jun-29-09 10:40:37 LWP::Simple module version 5.827 installed - griplist available
Jun-29-09 10:40:37 Text::Iconv module version 1.7 installed - cyrillic charset converter available
Jun-29-09 10:40:37 Email::MIME::Modifier module version 1.444 installed - multiple attachments detection
available
Jun-29-09 10:40:37 Net::SMTP module version 2.31 installed - Verify Recipients available
Jun-29-09 10:40:37 IO::Socket::SSL module not installed
Jun-29-09 10:40:37 IPv6 support not available
Jun-29-09 10:40:37 Secure SSL sockets not installed, SSL support disabled
Jun-29-09 10:40:37 Listening for SMTP connections on 25
Jun-29-09 10:40:37 Listening for ADMIN http connections on 55555
Jun-29-09 10:40:37 Listening for STATISTICS http connections on 55553
Jun-29-09 10:40:37 NOT listening for secure SMTP connections on 465
Jun-29-09 10:40:37 Listening for SMTP relay connections on 225
Jun-29-09 10:40:37 Info: setting full file permission
Jun-29-09 10:40:38 Starting assp.pl as PID: 4091
her is the output of my netstat -ntap
tcp 0 0 0.0.0.0:225 0.0.0.0:* LISTEN 4091/perl
tcp 0 0 0.0.0.0:55553 0.0.0.0:* LISTEN 4091/perl
tcp 0 0 0.0.0.0:55555 0.0.0.0:* LISTEN 4091/perl
tcp 0 0 0.0.0.0:37 0.0.0.0:* LISTEN 2670/inetd
tcp 0 0 0.0.0.0:113 0.0.0.0:* LISTEN 2670/inetd
tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN 2774/cupsd
tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN 4091/perl
I can get my other services to run fine. what am i missing.
thank you