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...