Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by SecOS

  1. SecOS

    Sendmail config for inbound mail and redirecting them internally to ot

    one small thing is in the below command i missed "s" in ports. iptables -A PREROUTING -t nat -i eth0 -p tcp --dport 25 -j REDIRECT --to-ports 25000 Then the above steps are all corect and tested and working fine. The issue what i faced is after setting everything the application SMTP had few...
  2. SecOS

    Sendmail config for inbound mail and redirecting them internally to ot

    Hi, I have configured a sendmail MTA for incoming mails in a network and by using IPtables i have redirected the traffic internally to other port where one more SMTP by a application is running. Iptables rule: iptables -A INPUT -i eth0 -p tcp --dport 25 -j ACCEPT iptables -A PREROUTING -t...

Part and Inventory Search

Back
Top