1

Topic: Iredadmin pro bug found?

Hi,

I was browsing through my options and i wanted to "Add mail alias" under domains / users/ aliases


then it somehow/somewhere tries to go to this link :

https://<mydomain>/iredadmin-pro-dev/create/maillist/evaldo.com.br

If you like i can make some screenshots.

cheers, Jochie

----

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

2

Re: Iredadmin pro bug found?

Thanks for your feedback, A screenshot will be helpful.

Also, may i know which version of iRedAdmin-Pro you use?

3

Re: Iredadmin pro bug found?

ZhangHuangbin wrote:

Thanks for your feedback, A screenshot will be helpful.

Also, may i know which version of iRedAdmin-Pro you use?

I just bought the Pro 1.0 Mysql Backend
Attached is the screenshot.

the "Add mail alias" is hardlinked to :   https://<myowndomain>/iredadmin-pro-dev/create/maillist/evaldo.com.br

lil snippet of source code :

<div class="col1-3 lastcol">
                            <div class="mark_blue bt-space10">
                                <ul class="standard clean-padding bt-space10">
                                    <li class="bt-space5"><a href="/iredadmin-pro-dev/create/maillist/evaldo.com.br" class="action_add">Add mail alias</a></li>
                                </ul>

                            </div>
                        </div>

Post's attachments

pic1.jpg 185.85 kb, 2 downloads since 2011-04-14 

You don't have the permssions to download the attachments of this post.

4

Re: Iredadmin pro bug found?

Thanks for the screenshot. It was fixed in v1.1.0, which will be available on May 01.
Mail me if you want to give it a try now.

You can fix it manually:

Open file "templates/default/mysql/domain/profile.html", replace below string:

/iredadmin-pro-dev/create/maillist/evaldo.com.br

With:

{{ctx.homepath}}/create/alias/{{ cur_domain }}

That's all.

5

Re: Iredadmin pro bug found?

Thanks smile