1 (edited by joelnishanthreddy 2015-08-12 09:10:21)

Topic: Cannot find Vmail table in sql

==== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.1
- Linux/BSD distribution name and version: centos 6.4
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): mysql
- Web server (Apache or Nginx): apache
- Manage mail accounts with iRedAdmin-Pro? NO
- Related log if you're reporting an issue:
====

So i am trying to find vmail in mysql databases in order to do the email alias. As defined in this link http://www.iredmail.org/docs/sql.create … mmand-line

BUT , i am not able to find vmail in my sql database list. I have attached a screenshot. Please Help!

Post's attachments

vmail.PNG
vmail.PNG 17.63 kb, 2 downloads since 2015-08-12 

You don't have the permssions to download the attachments of this post.

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: Cannot find Vmail table in sql

Could you please show me output of command "postconf smtpd_sender_login_maps"?

3

Re: Cannot find Vmail table in sql

ZhangHuangbin wrote:

Could you please show me output of command "postconf smtpd_sender_login_maps"?


I have attached the screenshot below smile

Post's attachments

vmail.PNG
vmail.PNG 12.97 kb, file has never been downloaded. 

You don't have the permssions to download the attachments of this post.

4

Re: Cannot find Vmail table in sql

According to the value of `smtpd_sender_login_maps`, you're running OpenLDAP backend, that means mail accounts are stored in OpenLDAP, not in MySQL, so there's no `vmail` database at all.

5 (edited by joelnishanthreddy 2015-08-13 11:19:30)

Re: Cannot find Vmail table in sql

I logged into ldap admin , but it gives me the following error.... is there a way i can do it on the server?
Is there a sample  slapd.conf and phpldapadmin/config.php which i can refer to. ? some how phpldapadmin didnt get configured while iredeadmin got configured.

Post's attachments

vmail.PNG
vmail.PNG 32.16 kb, file has never been downloaded. 

You don't have the permssions to download the attachments of this post.

6

Re: Cannot find Vmail table in sql

May i know what you're going to do with phpLDAPadmin?

7

Re: Cannot find Vmail table in sql

i wanted to create email alias, like forward all email from  email 1, email 2 ,email 3 forward them to Email4.

8

Re: Cannot find Vmail table in sql

You can find document here:
http://www.iredmail.org/docs/ (Search 'ldap:' please)