0% found this document useful (0 votes)
159 views7 pages

Linux Server Configuration Guide

The document contains a collection of URLs related to configuring a Linux server for services such as mail, FTP, firewalls and more. It includes links to setup guides for Postfix, Dovecot, Squid, iptables firewall configuration, SSL certificates and troubleshooting mail servers. Specific pages cover topics like restricting relay in Sendmail, blocking brute force attacks, and redirecting network traffic using iptables.

Uploaded by

Joel White
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
159 views7 pages

Linux Server Configuration Guide

The document contains a collection of URLs related to configuring a Linux server for services such as mail, FTP, firewalls and more. It includes links to setup guides for Postfix, Dovecot, Squid, iptables firewall configuration, SSL certificates and troubleshooting mail servers. Specific pages cover topics like restricting relay in Sendmail, blocking brute force attacks, and redirecting network traffic using iptables.

Uploaded by

Joel White
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

[Link]

com/questions/430852/centos-iptables-configuration-for-external-firewall
Check linux server is under attack
[Link]
25 Most Frequently Used Linux IPTables Rules Examples
[Link]
SSL Certificate in linux dovecot
[Link]
SME Server
[Link]
[Link]
ss_using_password_authentication
[Link]
[Link]
[Link]
topic_id=22648&forum=37&post_id=90751#forumpost90751 (yum repository)
Centos Gateway Server[Link]
VI Editor - [Link]
[Link]
Create Yum in RHEL 6
[Link]
[Link]
Mail Server
[Link] (imp)
[Link]
(ftp configuration)
[Link] (imp)
[Link] (squirrel mail configuration)

[Link]
Postfix for multiple domains
[Link]
[Link]
[Link]
Roundcube
[Link]
Troubleshooting
[Link] pinging sendmail
[Link]
[Link]
[Link]
[Link] (postfix restart failed)
[Link]
(unable to telnet to 25)
backup php mysql and upgrade php
[Link]
Proper ssl certificate for dovecot and postfix
[Link]
[Link]
Zimbra Opensource Edition
[Link]
Turnkey Appliance
[Link]
PHP 5.1 to 5.3 remi repository (no updates marked) resolved
[Link]
disable relay in sendmail
[Link]
[Link]

----[Link]
[Link]
[Link]
[Link]
[Link]
[Link]
[Link]
[Link]
Sendmail Administrator[Link]
s+Transactions+and+Syslog/reject/
Postfix and MySQL Problem
[Link]
Configure Postfix,Dovecot,MySQL
[Link]
[Link]
Squid
[Link]
[Link]
2_:_Controlling_Web_Access_with_Squid
[Link]

[Link]

FTP
If you are receiving the following FTP error while connecting to the server then probably your
server is missing the kernel moduleip_conntrack_ftp and you need to install it.
Steps to install ip_conntrack_ftp
#modprobe ip_conntrack_ftp
#/etc/init.d/iptabes restart

[Link]
The X serer configuration HOW TO
[Link]
[Link]
Enable Aetheros in Linux (Drivers)
[Link]
[Link]
[Link]
[Link]
[Link]
[Link]
Compiling kernel in centos
[Link]
[Link]
[Link]
[Link]
[Link]
Postfix
Spam Control
[Link]

Centos and MySQL Commands

[Link]
Install SSL in apache
[Link]
Disable directory browsing
[Link]

Install Mono in Linux


[Link]
[Link]
[Link]
[Link]
[Link]
Linux Server Security
[Link]
Postfix seccurity
[Link]
[Link]
fail2ban software
[Link]
[Link]
[Link]

IPtables
As an alternative you may want to only limit access to countries via port 80. This line will drop all attempts from the
subnet at [Link]/8 in reaching any port except port 80.
iptables -A INPUT -s [Link]/8 -p tcp -dport ! 80 -j DROP

[Link]

[imp]

[Link]
[Link]
Redirecting network traffic
[Link]

[Link]
[Link] [imp]
[Link]
[imp]
[Link]
_Using_iptables [imp]
[Link]
open smtp
[Link]
open ftp
[Link]
open pop3
[Link]
[Link]
[Link]
[Link]
[Link]
[Link]
[Link]
[Link]

Netstat Command
[Link]

You might also like