Email add response slowly #2866
-
Hi
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
That is how it works. At least in earlier releases there was an intentional delay, but AFAIK that's been resolved since. Now what happens is the command should add the user account to your That process once a change is detected (new account(s)) takes around 10-15 seconds usually AFAIK, which is definitely slow. You might add more than one account before the change detection kicks in, otherwise if your next add misses that window, it'll get detected after the first change detection processing is handled, and so forth. This isn't bad for small amount of users, but it's not ideal for a service that would frequently add new accounts. |
Beta Was this translation helpful? Give feedback.
That is how it works. At least in earlier releases there was an intentional delay, but AFAIK that's been resolved since.
Now what happens is the command should add the user account to your
postfix.accounts.cf
file, and then when changes have been detected (within a few seconds), we have a not so great approach, that recreates the accounts for Dovecot (which manages the real accounts) from scratch again, then Postfix and Dovecot restart.That process once a change is detected (new account(s)) takes around 10-15 seconds usually AFAIK, which is definitely slow. You might add more than one account before the change detection kicks …