Archive for May, 2008
Sendmail Configuration Stuff
Wednesday, May 7th, 2008If you can’t switch to Postfix… Configuring a client Linux server to relay via a host Linux server: 1) Does IP tables accept us? # Accept SMTP from 192.168.2.2: -A RH-Firewall-1-INPUT -m state –state NEW -m tcp -p tcp –dport 25 -s 192.168.2.2 -j ACCEPT -A RH-Firewall-1-INPUT -j REJECT –reject-with icmp-host-prohibited # If you want [...]