
Install mail server / clients
If there’s no control panel on the server, then a mailserver should already be installed. If this is not the case, then in Windows you …

If there’s no control panel on the server, then a mailserver should already be installed. If this is not the case, then in Windows you …

exim -bp | awk ‘/^ *[0-9]+[mhd]/{print “exim -Mrm ” $3}’ | sh This command will definately get the job done. It will list all the …

The easiest way to do this, would be to modify /etc/mail/spamassassin and set the trusted_networks setting. You should include localhost, and either your servers IP, …

This parameter can be changed in Qmail’s control directory. The default setting is to keep attempting to send an email for 7 days. The parameter …

This section defines HOWTO configure a Sender Policy Framework (SPF) record for a domain and its mail servers. Briefly the design intent of the SPF …

Exim is recommended and supported MTA for use with the @Mail application, as it includes additional functionality, including MySQL database lookups, which enhance the efficiency …

To disable TCP/IP packet filtering 1. In Control Panel, double-click Network Connections. 2. Right-click the connection, and then click Properties. 3. Select Internet Protocol (TCP/IP), …

If you dont have control over a router or firewall you can block IP’s at the server via Windows. Click ‘Start’ > ‘Run’ >type ‘MMC’ …

There are a few adjustments that can and should be made to the default SSHD configuration to increase security. Traditionally, this has been especially true …

If you’re a Linux user, then chances are your system is already using iptables to control your server’s firewall. For those who are new to …

For Each Field In Request.Form TheString = Field & “=Request.Form(“”” & Field & “””)” If eval(TheString) Then Execute(TheString) Else Response.Write “Internal Error (ReadFormVariables Function)” End …