1 (edited by anaspa007 2017-03-02 13:19:18)

Topic: Alias modify

==== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.6
- Linux/BSD distribution name and version: Cent OS 7
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Web server (Apache or Nginx): Ngnix
- Manage mail accounts with iRedAdmin-Pro? No
- Related log if you're reporting an issue:
need to modify an created alias using my sql;
Creation command will be given below;
sql> USE vmail;
sql> INSERT INTO alias (address, goto, domain, islist) \
     VALUES ('original@example.com', \
             'user1@example.com,user2@example.com,user1@test.com', \
             'example.com', \
             1);

or   kindly send command for delete that alias
====

----

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

2

Re: Alias modify

anaspa007 wrote:

need to modify an created alias using my sql;

Just update the sql record you created. smile