Topic: Can't create forwarder
==== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.7 MYSQL edition.
- Linux/BSD distribution name and version: CentOS release 6.9 (Final)
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Web server (Apache or Nginx): HTTPD
- Manage mail accounts with iRedAdmin-Pro? -
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====
Hello,
I cannot create a forwarder. Please help.
When I attempt to create it according to the documentation:
mysql> use vmail;
Database changed
mysql> UPDATE alias SET goto='a@b,c@d' WHERE address='e@f';
ERROR 1054 (42S22): Unknown column 'goto' in 'field list'
The column doesn't exist:
mysql> show columns from alias;
+--------------+--------------+------+-----+---------------------+-------+
| Field | Type | Null | Key | Default | Extra |
+--------------+--------------+------+-----+---------------------+-------+
| address | varchar(255) | NO | PRI | | |
| name | varchar(255) | NO | | | |
| accesspolicy | varchar(30) | NO | | | |
| domain | varchar(255) | NO | MUL | | |
| created | datetime | NO | | 1970-01-01 01:01:01 | |
| modified | datetime | NO | | 1970-01-01 01:01:01 | |
| expired | datetime | NO | MUL | 9999-12-31 00:00:00 | |
| active | tinyint(1) | NO | MUL | 1 | |
+--------------+--------------+------+-----+---------------------+-------+
8 rows in set (0.00 sec)
How can I fix this? Thank you!!
----
Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.