20 ftp data
21 ftp
22 ssh
23 telnet
25 smtp
53 dns
80 httpd
81 Cobalt RaQ
110 pop3
113 ident
123 ntp
143 imap
443 apache secure
2222 Direct Admin
3306 MySQL
6277 DCC
8443 Plesk
spamassassin -D --lint
You wouldn't. I said that in my post.blacknight said:Why would you need port 81 for a direct admin server??
I did. I get:As for DCC - that's easy to check. Simply run:
Code:spamassassin -D --lint
and check the output.
Port 6277 is open in both directions for both udp and tcp/ip. Here are the settings from my reference system ipchains firewall configuration:debug: DCC is available: /usr/local/bin/dccproc
debug: entering helper-app run mode
debug: DCC: got response: DCC server dcc.rhyolite.com at 207.195.195.223 137.118.60.88 212.95.66.24 ... not responding
debug: leaving helper-app run mode
debug: DCC -> check failed: no X-DCC returned (did you create a map file?): DCC server dcc.rhyolite.com at 207.195.195.223 137.118.60.88 212.95.66.24 ... not responding
# hole in firewall for DCC for SpamAssassin
-A input -s 0/0 -d 0/0 6277 -p tcp -y -j ACCEPT
-A output -s 0/0 -d 0/0 6277 -p tcp -y -j ACCEPT
-A input -s 0/0 -d 0/0 6277 -p udp -j ACCEPT
-A output -s 0/0 -d 0/0 6277 -p udp -j ACCEPT