> SOLUTION:
> 1) manually restart sendmail (a real hassle in production)
> 2) speed up or refine the email records automatic updating process
The problem isn't an updating process. The proper files are updated
as soon as you hit submit. The problem is this. Some how the
subsystem's restart function is screwy. I had rewritten it a while
back in hopes of fixing it. It failed.
This file:
/usr/sausalito/handlers/base/email/restart.pl
It stops sendmail, supposed to do a killall -9 to kill all processes,
and then restart it. But, it doesn't do it 100%.
A sendmail process gets hung up, and it causes the system NOT to
reload the virtusertable again.
That is why the "fix" is the old
service sendmail stop
killall -9 sendmail
service sendmail start
If anyone has another fix, any recommendations are welcomed.
Thanks,
Brian