Hi guys, I am using James 3 from trunk, and starting it in the following way(I am on Linux CentOS):
nohup ./run.sh & My question is, any big MTA like postfix or sendmail has an ability to reload their configs without restarting the server, so server is still receiving email while system reloads configurations files. Something like this: /etc/init.d/sendmail reload Is something like this possible in James?
