View Issue Details

IDProjectCategoryView StatusLast Update
0000845Main CAcert Websitepublic2013-01-15 14:43
Reporterjselzer Assigned ToUli60  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Fixed in Version2011 Q2 
Summary0000845: Cannot verify additional email address
Description1) "Email accounts" -> "Add"
2) Enter valid email address.
3) Click "I am authorized..."
Message: "Address has to be verified" (or somehow similar)
4) "Email accounts" -> "View"
5) New address is listed as "Unverified"
6) Check mail at https://ca-mgr1.it-sls.de/mail
7) No outgoing mail to this address is listed.
Additional InformationBecause I guess that this issue is not browser related, I have not listed any information about my client here. Just tell me if you see this differently and need more information.
TagsNo tags attached.
Reviewed by
Test Instructions

Relationships

related to 0000834 closedUli60 test.cacert.org Adding a domain results in wrong confirmation email 

Activities

Uli60

2010-08-18 10:13

updater   ~0001665

This problem seems to be functional related
see also https://bugs.cacert.org/view.php?id=834
on adding domains and email addresses an email probe
will be initiated, differently to the
create account verification, where the system
sends an email to the specified email address, sends
the probe function emails to domain specific email
addresses like postmaster@mydomain, administrator@mydomain
or webmaster@mydomain. Those addresses differ from the
primary email address of the used account, so therefor
the sent email address will not be listed under the
account that has been used for the probe function

Uli60

2010-08-18 10:40

updater   ~0001666

email address selection needs to be expanded for the Testserver Mgmt System
view my account - MAIL
  check primary email address
+ check secondary email addresses
+ check added domains and add aliases:
   root@, hostmaster@, postmaster@, admin@, webmaster@

Uli60

2010-08-18 14:56

updater   ~0001668

Probably this problem has been solved with a Testserver Mgmt System fix
by displaying not only mails for the primary email address of an account.
So also selecting mails for secondary accounts and the 5 known aliases
for domain add verification (i.e. postmaster@yourdomain)

following sql queries are needed to get those addtl. email addresses:
1. select users.id from users where email='primary-email-address-of-account';
2. select email.email from email where memid=[users.id-from-step1];
3. select domains.domain from domains where memid=[users.id-from-step1];

Problem has been fixed by MW

Uli60

2011-05-22 12:36

updater   ~0001982

problem fixed by edgarwahn around 2010-08-18

Werner Dworak

2012-12-21 04:59

updater   ~0003507

More than 3 month fixed and no complaints

Issue History

Date Modified Username Field Change
2010-08-18 06:12 jselzer New Issue
2010-08-18 10:13 Uli60 Note Added: 0001665
2010-08-18 10:15 Uli60 Relationship added related to 0000834
2010-08-18 10:40 Uli60 Note Added: 0001666
2010-08-18 10:40 Uli60 Assigned To => Uli60
2010-08-18 10:40 Uli60 Status new => confirmed
2010-08-18 14:56 Uli60 Note Added: 0001668
2011-05-22 12:36 Uli60 Note Added: 0001982
2011-05-22 12:36 Uli60 Status confirmed => solved?
2011-05-22 12:36 Uli60 Resolution open => fixed
2011-06-14 11:22 NEOatNHNG Category => cacert1.it-sls.de
2011-09-17 19:57 Uli60 Project test.cacert.org => Main CAcert Website
2011-09-17 19:57 Uli60 Category cacert1.it-sls.de => General
2012-12-21 04:59 Werner Dworak Note Added: 0003507
2012-12-21 04:59 Werner Dworak Status solved? => closed
2013-01-15 14:43 Werner Dworak Category General =>
2013-01-15 14:43 Werner Dworak Fixed in Version => 2011 Q2