ZhangHuangbin wrote:
snpz wrote:Addressbook source (ldap_global) not found!
You didn't define global ldap address book "ldap_global" in Roundcube config file.
snpz wrote:2) Dec 10 18:07:15 mail postfix/smtpd[2652]: NOQUEUE: reject: RCPT from localhost[127.0.0.1]: 550 5.1.1 <vmail@example.com>: Recipient address rejected: User unknown in virtual mailbox table; from=<user1@example.com> to=<vmail@example.com> proto=ESMTP helo=<192.168.88.6>.
Either create user "vmail@" or create an alias (in /etc/postfix/aliases) for vmail.
There is an alias already in aliases - vmail: root
In /usr/share/apache2/roundcubemail/config/main.inc.php i have:
$rcmail_config['ldap_public']["example.com"] = array(
'name' => 'Global Address Book',
etc.
Still the same error messages!