Hi ,
how can i get the complete list of mail recipient address in plesk 10.4 ?
With this query "select concat(mail.mail_name,"@",domains.name) as address from mail,domains,accounts where mail.dom_id=domains.id and mail.account_id=accounts.id order by address", I get a different number of recipients compared with the Plesk Panel (Home > Tools & Settings; Domains section).
I need a complete list with the four types of mailboxes (mailbox, mail groups, aliases and mailing list).
Thank you
Regards
Manuel
how can i get the complete list of mail recipient address in plesk 10.4 ?
With this query "select concat(mail.mail_name,"@",domains.name) as address from mail,domains,accounts where mail.dom_id=domains.id and mail.account_id=accounts.id order by address", I get a different number of recipients compared with the Plesk Panel (Home > Tools & Settings; Domains section).
I need a complete list with the four types of mailboxes (mailbox, mail groups, aliases and mailing list).
Thank you
Regards
Manuel