• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Question Often seeing table hash .../poplock... has changed -- restarting

tkalfaoglu

Silver Pleskian
I am seeing this in the mail logs every few minutes:

Sep 18 14:37:58 jedi postfix/smtpd[56365]: table hash:/var/spool/postfix/plesk-pop/poplock(0,lock|fold_fix) has changed -- restarting

Sep 18 14:37:58 jedi postfix/smtpd[56368]: table hash:/var/spool/postfix/plesk-pop/poplock(0,lock|fold_fix) has changed -- restarting

Is that normal?
Thanks, -t
 
Same thing
Nov 9 18:58:17 mail postfix/smtpd[1401]: table hash:/var/spool/postfix/plesk-pop/poplock(0,lock|fold_fix) has changed -- restarting
Nov 9 18:58:17 mail postfix/smtpd[1400]: table hash:/var/spool/postfix/plesk-pop/poplock(0,lock|fold_fix) has changed -- restarting
Nov 9 18:58:17 mail postfix/smtpd[1441]: table hash:/var/spool/postfix/plesk-pop/poplock(0,lock|fold_fix) has changed -- restarting
Nov 9 18:58:17 mail postfix/smtpd[1415]: table hash:/var/spool/postfix/plesk-pop/poplock(0,lock|fold_fix) has changed -- restarting

What does this means?!
 
That's normal behaviour: You seem to have enabled "POP3 before SMTP" in the mail server settings of your server. So Plesk stores the IP/username in the pop-lock database file to allow relaying for this user/IP for a certain time (specified by the "timeout" value in the mail server settings).

Postfix automatically detects changes to hash tables (such as poplock.db) and will restart the processes accessing those files to load the new data of the hash table.

So those messages are nothing to worry about, it's expected behaviour.
 
Back
Top