Quantcast
Channel: iRedMail
Viewing all articles
Browse latest Browse all 14140

I would like to have non list aliases in the alias lists

$
0
0

==== Required information ====
- iRedMail version:
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):
- Linux/BSD distribution name and version:
- Related log if you're reporting an issue:
======== Required information ====
- iRedMail version: 1.9.1
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Linux/BSD distribution name and version: CENTOS 6
- Related log if you're reporting an issue:
====

I have many aliases where I do NOT want the to appear in a list to pick from and I have islets = 0 for the alias.

Creating a user account for a non users just does not seem right.

How can I get the alias only accounts that are not part of a list to display and be editable.

Here is how I get the list and only these non list aliases.

mysql vmail -e "select username,address,islist from alias A left JOIN mailbox M ON M.username = A.address WHERE islist = '0' and username IS NULL "


Viewing all articles
Browse latest Browse all 14140

Trending Articles