Problem solved.
The data has been imported from another ISPConfig server to the new ISPConfig server database. Then I found that ISPConfig has recreated the accounts and entries in the following files automatically:
- /etc/passwd, /etc/shadow and /etc/group
- /etc/postfix/virtusertable
- /etc/postfix/local-host-names
I would to confirm whether this is true!!!
But the problem is that /etc/shadow does not contain the passwd.
The solution is to copy exactly the /etc/passwd, /etc/group and /etc/shadow from the old server to the new one. This solves the problem. No config problem with dovecot only a few adjustments is needed as follows:
/etc/dovecot/dovecot.conf
protocols = imap imaps pop3 pop3s
listen = *
mail_location = maildir:~/Maildir
protocol pop3{
pop3_uidl_format = %08Xu%08Xv
}
You may tune the config as you wish
invoke-rc.d dovecot restart
then do a netstat -tanlp to view whether pop3 pop3s imap and imaps port and program are running
Thanks
shafeek
Recent comments
11 hours 12 min ago
12 hours 12 min ago
15 hours 59 min ago
17 hours 13 min ago
20 hours 49 min ago
1 day 4 hours ago
1 day 12 hours ago
1 day 14 hours ago
2 days 5 hours ago
2 days 7 hours ago