1

Topic: Diasbled alias

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

I try to find how to disabled e-mail alias address ?

Thank you

Bye

----

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

2

Re: Diasbled alias

Just delete the entry in mysql table vmail.alias

USE vmail;
DELETE FROM alias WHERE address = 'alias@todestr.oy';