zEitEr
Super Moderator
Hello,
Following this guide: http://www.directadmin.com/features.php?id=1461 we have an issue with one user:
If we remove temporary /usr/local/directadmin/data/users/userbob and run
all is fine, the rewrite action fails on that single user:
Going into details of user domains I checked all the /etc/virtual/*/passwd of the user's domains.
Amongh the other I found wrong records in one of the domain's passwd file:
but that should be
I'm not sure whether or not it's OK to leave it as it is now (I mean the function set_pop_user()). Still I'd like to ask you to add a check probably to prevent the Segmentation fault.
Following this guide: http://www.directadmin.com/features.php?id=1461 we have an issue with one user:
Code:
Program Location: getHomeDir : userbobProgram Location: getHomeDir : userbob : done
Program Location: getHomeDir : userbob
Program Location: getHomeDir : userbob : done
Program Location: getHomeDir : userbob
Program Location: getHomeDir : userbob : done
Program received signal SIGSEGV, Segmentation fault.
0x00000000004b4f6c in Email::set_pop_user(ConfigFile*, char const*, char const*, char const*, char const*, Config*, char const*, unsigned long long) ()
(gdb) q
If we remove temporary /usr/local/directadmin/data/users/userbob and run
Code:
/usr/local/directadmin/dataskq
all is fine, the rewrite action fails on that single user:
Code:
echo "action=rewrite&value=email_passwd" >> /usr/local/directadmin/data/task.queue
Going into details of user domains I checked all the /etc/virtual/*/passwd of the user's domains.
Amongh the other I found wrong records in one of the domain's passwd file:
Code:
email.box:!$1$JHamD****************fIHkdfspm/0
Code:
bado:$1$lu1D****************fIHk:1762:8::/home/userbob/imap/domain.com/bado:/bin/false
I'm not sure whether or not it's OK to leave it as it is now (I mean the function set_pop_user()). Still I'd like to ask you to add a check probably to prevent the Segmentation fault.