Koozali.org: home of the SME Server
Obsolete Releases => SME Server 7.x => Topic started by: monoman on February 23, 2006, 02:07:12 AM
-
Hi,
I'm having dificulty finding the ConcurrencyLimit for imap.
db configuration getprop imap ConcurrenyLimit
does not return a value. Am I doing something wrong?
however, and not related.
db configuration getprop squid status
returns "enabled"
The TroubleshootingFAQ http://no.longer.valid/phpwiki/index.php/TroubleshootingFAQ mentions this:
/sbin/e-smith/config setprop imap ConcurrencyLimit 200
/etc/e-smith/events/actions/imap-conf
svc -t /service/imap
On 7.0pre3 I can't find imap-conf. Has this changed?
Also, is there somewhere I could find a list of db commands to see what values are set?
Cheers
-
On 7.0pre3 I can't find imap-conf. Has this changed?
Yes
Also, is there somewhere I could find a list of db commands to see what values are set?
config show
-
Thanks Charlie,
I think I need to increase the ConcurencyLimit
/sbin/e-smith/config setprop imap ConcurrencyLimit 300
However,
/etc/e-smith/events/actions/imap-conf - does not exist in 7.3pre. Is there a substitue process.
Also, do I still run svc -t /service/imap
Cheers
-
/sbin/e-smith/config setprop imap ConcurrencyLimit 200
/etc/e-smith/events/actions/imap-conf
svc -t /service/imap
On 7.0pre3 I can't find imap-conf. Has this changed?
Yes
So, could you tell us what is th best way to change this value ?
I think of two solutions : config setprop imap ConcurrencyLimit 200
signal-event email-update
orconfig setprop imap ConcurrencyLimit 200
expand-template /var/service/imap/runenv/concurrency
svc -t /service/imap
Other question : is there any documentation on svc ? How does it work and what does it permit ?
Thanks in advance for your help. ;-)
-
Other question : is there any documentation on svc ?
Google for svc. It's on the first page of results.
But you don't need to know that detail anyway. "signal-event email-update" will do whatever is needed.
-
Thanks Charlie.
Just a little follow-on question for the dyslexic (me).
I accidently entered "ConcurrencyLimit", instead of "ConcurrentLimit" - doh!
How do I delete an eroneous db entry?
-
No, this won't affect the system. You can remove it :
config delprop imap ConcurrentLimit
-
Thanks.
But ConcurrentLimit is needed by the system. I'm guessing you meant ConcurrencyLimit instead. :)
Chhers
-
But ConcurrentLimit is needed by the system. I'm guessing you meant ConcurrencyLimit instead. :)
Well, as I'm very tired, I won't verify the use of ConcurrentLimit, but since the beginning of this thread, the key you wan't to modify is ConcurrencyLimit. :hammer:
-
So how do I do this for IMAPS ?
[root@tiger ~]# db configuration show imaps
imaps=service
ConcurrencyLimit=200
TCPPort=993
access=public
status=enabled
But my logs show...
2006-02-24 18:36:10.386116500 tcpsvd: info: pid 3624 from 192.168.1.110
2006-02-24 18:36:10.386120500 tcpsvd: info: concurrency 3624 192.168.1.110 7/6
2006-02-24 18:36:10.386122500 tcpsvd: info: deny 3624 0:192.168.2.9 ::192.168.1.110:4368 ./peers/0
2006-02-24 18:36:10.386231500 tcpsvd: info: end 3624 exit 100
2006-02-24 18:36:10.386250500 tcpsvd: info: status 6/400
Can someone spell out the steps for me ?
-
I have massive problems with the imap access from the local network.
I used sme 6.01 and fresh installed sme 7 pre3. I copied the Mails to the user directories and everything seemed ok. But the users get errors accessing the imap folders (offending imap command). It got better by adjusting the concurrency for imap to 1000 but I guess I get other problems with this.
The users access the mailserver with entourage or outlook express.
Even thunderbird gives an error.
Any hints?
thanks
Oliver
-
I have massive problems with the imap access from the local network.
...
Any hints?
Report your problems in detail via the Bug Tracker.