Re: [qmailtoaster] password modification issue

2019-08-31 Thread Eric Broch
Try this In toaster.conf add service imap-login { service_count = 0 #client_limit = $default_client_limit process_min_avail = 4 # number of CPU cores vsz_limit = 1G}service pop3-login { service_count = 0} and restart dovecot From: https://wiki2.dovecot.org/LoginProcess On Sat, Aug 31,

Re: [qmailtoaster] password modification issue

2019-08-31 Thread Tahnan Al Anas
Hi Eric, Thanks for replying, I think issue is related with dovecot process limit. Can you tell me which file I need to modify to increase dovecot process limit? normally it should be present in dovecot.con file. I am attaching my dovecot file with this mail. master: Warning:

Re: [qmailtoaster] password modification issue

2019-08-31 Thread Eric Broch
Tahnan, With stock qmail & dovecot I was able to login to squirrelmail with password 'X' logout, change password in qmailadmin to password 'Y', and login to squirrelmail with password 'Y' Then, to my preference, I changed /etc/dovecot/toaster.conf setting auth_mechanisms = plain login

Re: [qmailtoaster] password modification issue

2019-08-31 Thread Tahnan Al Anas
Hi Eric, Additionally I am getting below error in log of dovecot process_limit (100) reached, client connections are being dropped -- -- Best Regards Muhammad Tahnan Al Anas On Sat, Aug 31, 2019 at 12:58 PM Tahnan Al Anas wrote: > Hi Eric, > > I tried below settings but still I am getting

Re: [qmailtoaster] password modification issue

2019-08-31 Thread Tahnan Al Anas
Hi Eric, I tried below settings but still I am getting the same error as below *ERROR:* Bad request: IMAP server does not appear to support the authentication method selected. Please contact your system administrator. After restarting dovecot, issue solve one time then again I get same error

Re: [qmailtoaster] password modification issue

2019-07-17 Thread Remo Mattei
Here is mine auth_cache_size = 128M auth_cache_ttl = 1 min auth_cache_negative_ttl = 1 min > On Jul 17, 2019, at 12:27, Tahnan Al Anas wrote: > > Hi Eric, > > Can you suggest configuration which will not ask password after changing it? > Additionally I found some time some user using email

Re: [qmailtoaster] password modification issue

2019-07-17 Thread Tahnan Al Anas
Hi Eric, Can you suggest configuration which will not ask password after changing it? Additionally I found some time some user using email cleint software complain that password are promoting, after giving dovecot restart, issue get fixed every time. any idea what can be the issue? -- -- Best

Re: [qmailtoaster] password modification issue

2019-03-28 Thread Eric Broch
Yes! There is a a setting in Dovecot that keeps passwords cached Have a look here. I can adjust dovecot install to fit your needs: https://wiki.dovecot.org/Authentication/Caching On 3/27/2019 11:08 PM, Tahnan Al Anas wrote: I am trying to modify user password via qmailadmin, after changing

[qmailtoaster] password modification issue

2019-03-27 Thread Tahnan Al Anas
I am trying to modify user password via qmailadmin, after changing password, I can not log in webmail without restarting dovecot. May be dovecot is holding session of previous password. What should I check ? -- -- Best Regards Muhammad Tahnan Al Anas