email sending very slow here.
My server is not sending emails fast. It takes long time to send a simple email.
The CPU is not too high. A couple of hundreds of emails were on the queue, but even after the emails are cleared from the queue, the situation does not change.
How can I check whether I am under DOS attack?
How can I check that DNS resolution is working correctly on the server?
In my /etc/sysctl.conf, here is the list I have:
# Controls IP packet forwarding
net.ipv4.ip_forward = 0
# Controls source route verification
net.ipv4.conf.default.rp_filter = 1
# Do not accept source routing
net.ipv4.conf.default.accept_source_route = 0
# Controls the System Request debugging functionality of the kernel
kernel.sysrq = 0
# Controls whether core dumps will append the PID to the core filename.
# Useful for debugging multi-threaded applications.
kernel.core_uses_pid = 1
Would any of the function above cause the problem?
Any help would be greatly appreciated.
Abraham Lee