You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The field length if pop and smtp fields in the users table is too short.
It's only 255 bytes which is very less on long user/domain names.
I would suggest 4096 bytes for those fields. AFAIR 4096 is the spec for path length in the file system.
The field length if
popandsmtpfields in theuserstable is too short.It's only 255 bytes which is very less on long user/domain names.
I would suggest 4096 bytes for those fields. AFAIR 4096 is the spec for path length in the file system.