ispCP - Board - Support
Mails - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Development Area (/forum-1.html)
+--- Forum: Suggestions (/forum-2.html)
+--- Thread: Mails (/thread-3551.html)



Mails - elitepilot - 06-17-2008 12:31 PM

Man kann nicht zu deinem Mailkonto was als Weiterleitung und als Domainmail dient einen weiteres Konto zur weiterleitung hinzufügen, da man so auch das pw ändern muss damit das Postfach bestehen bleibt.


RE: Mails - kilburn - 06-17-2008 04:59 PM

This isn't the german corner man... Wink


RE: Mails - Cube - 06-18-2008 01:40 AM

He complains that it is not possible to add a second forward address to a mixed forward and mailbox address without entering the password a second time.

But normally you don't have to enter the password if you only want to change the forward list.
But checking this I discovered an error: the forward list is disabled and not editable. Perhaps that's what elitepilot means. This problem does not occur with disabled JavaScript. I will create a ticket with a patch.

EDIT: Here it is: http://www.isp-control.net/ispcp/ticket/1354


RE: Mails - kilburn - 06-18-2008 08:23 AM

I think I've spotted another bug. I'm unable to create an alias mail account if the user part already exists as a subdomain mail account. How to reproduce:

1) Add dmn.tld domain
2) Add sub.dmn.tld subdomain
3) Add user@sub.dmn.tld mail account
4) Add als.tld as domain alias of dmn.tld
5) Try to add user@als.tld

Expected result: the new mail account "user@als.tld" is created.
Current result: Error message telling you that the user already exists!

Ticket: #1335


RE: Mails - sci2tech - 06-19-2008 02:29 AM

Tested against r1229 and i can`t reproduce
Quote: user@als.tld
Auto respond: [Enable] Alias mail OK Delete
. I`ll update to r1230 test again and post here the result.
\\Later:
Tested against r1230, still can`t reproduce. Did you do skip some step?


RE: Mails - sci2tech - 06-19-2008 04:03 AM

DAMN, if only I would read you ticket Smile . I studied add_mail_acc to end at same conclusion. It`s a bug, that ocure when you have a subdomain and an domain alias with same id for one domain. I`ll test your patch and return with results (as far as i studied is ok, but i`ll test it anyway).
\\LATER:
tested and works