We currently have DA, email and web on the same physical machine. We propose adding another physical machine and splitting up the roles of the machines.
One would handle all websites. The other would handle all email. Since DA cannot handle multiple machines, we would move DA to the email box to manage exim, mail forwarders and so forth.
Will uninstalling/stopping DA on the web server machine uninstall Apache, PHP, MySql? Or will all they all continue operating as currently configured even though DA no longer works on that box?
As some background, it is not that the computer is normally incapable of handling the jobs requested. However, it is the case that when inbound spam peaks we suffer an effective DOS situation because it saturates the machine and there are hundreds of connections in a TIME_WAIT state even though exim is configured with smtp_accept_max = 25
Using tail I can see that we are getting two to three spams per second, with the majority sent to exim's blackhole
One would handle all websites. The other would handle all email. Since DA cannot handle multiple machines, we would move DA to the email box to manage exim, mail forwarders and so forth.
Will uninstalling/stopping DA on the web server machine uninstall Apache, PHP, MySql? Or will all they all continue operating as currently configured even though DA no longer works on that box?
As some background, it is not that the computer is normally incapable of handling the jobs requested. However, it is the case that when inbound spam peaks we suffer an effective DOS situation because it saturates the machine and there are hundreds of connections in a TIME_WAIT state even though exim is configured with smtp_accept_max = 25
Using tail I can see that we are getting two to three spams per second, with the majority sent to exim's blackhole