Steve Brock wrote:
> I'm trying to move the pop mail to the server via
> imap. it chugs along for some time then hangs the entire imap
> service, for all users. the only way to get imap working again
> is to restart it via '/etc/rc.d/init.d/imap restart' and that
> kills the transfer.
Steve, I suspect you have come across a connection limit to the IMAP service which wasn't discovered during pre-release testing. Do:
/sbin/e-smith/config setprop imap ConcurrencyLimit 200
/etc/e-smith/events/actions/imap-conf
svc -t imap
and then report back with success or no. Adjust 200 to approx 5 times the highest number of users you expect to ever see.
Charlie