Discussion:
Email address 'user@domain.de' not in local domain
Henning
2014-02-09 10:43:49 UTC
Permalink
Hi,

I have a kolab setup with one primary domain, assume "domain.com". My
kolab server receives incoming mail for in total three domains
domain.com, domain.de and domain.net.
Mail reaches kolab-users because I configured alias entries for all the
three domains. That worked for a long time. Today I discovered, that
adding another alias via kolab-webadmin is not possible anymore. It
throws the exception

Email address 'user at domain.de' not in local domain.

(error while calling _validate_email_address_in_any_of_my_domains near
line 1116 in kolab_api_service_form_value.php)

mailHost for all users is and was always "localhost" (default, not
changeable in kolab-webadmin). The hostname of my machine is
"mail.domain.com" -- maybe this has something to with this (changed
somewhat recently)?

What's wrong here? Please help me out.

Henning
Henning
2014-02-11 12:15:50 UTC
Permalink
Hi,

this issue is temporarily resolved by commenting line 1117 in
kolab_api_service_form_value.php

if (!$this->_validate_email_address_in_any_of_my_domains($mail_address)) {
// throw new Exception("Email address '$mail_address' not in local
domain", 693);
}

In earlier versions this never happened. But this shouldn't be the end
of this...

Henning
Post by Henning
Hi,
I have a kolab setup with one primary domain, assume "domain.com". My
kolab server receives incoming mail for in total three domains
domain.com, domain.de and domain.net.
Mail reaches kolab-users because I configured alias entries for all the
three domains. That worked for a long time. Today I discovered, that
adding another alias via kolab-webadmin is not possible anymore. It
throws the exception
Email address 'user at domain.de' not in local domain.
(error while calling _validate_email_address_in_any_of_my_domains near
line 1116 in kolab_api_service_form_value.php)
mailHost for all users is and was always "localhost" (default, not
changeable in kolab-webadmin). The hostname of my machine is
"mail.domain.com" -- maybe this has something to with this (changed
somewhat recently)?
What's wrong here? Please help me out.
Henning
Henning
2014-02-13 10:02:37 UTC
Permalink
Quick update:

DO NOT COMMENT THE _validate_email_address_in_any_of_my_domains CHECK!

This made cyrus move my mailboxes from the primary domain name
(domain.com) to an other domain set as alias address (e.g. user at domain.de)!
Therefore those mailboxes were not accessible anymore.

Any other way to resolve the issue.

Henning
Post by Henning
Hi,
this issue is temporarily resolved by commenting line 1117 in
kolab_api_service_form_value.php
if (!$this->_validate_email_address_in_any_of_my_domains($mail_address)) {
// throw new Exception("Email address '$mail_address' not in local
domain", 693);
}
In earlier versions this never happened. But this shouldn't be the end
of this...
Henning
Post by Henning
Hi,
I have a kolab setup with one primary domain, assume "domain.com". My
kolab server receives incoming mail for in total three domains
domain.com, domain.de and domain.net.
Mail reaches kolab-users because I configured alias entries for all the
three domains. That worked for a long time. Today I discovered, that
adding another alias via kolab-webadmin is not possible anymore. It
throws the exception
Email address 'user at domain.de' not in local domain.
(error while calling _validate_email_address_in_any_of_my_domains near
line 1116 in kolab_api_service_form_value.php)
mailHost for all users is and was always "localhost" (default, not
changeable in kolab-webadmin). The hostname of my machine is
"mail.domain.com" -- maybe this has something to with this (changed
somewhat recently)?
What's wrong here? Please help me out.
Henning
_______________________________________________
users mailing list
users at lists.kolab.org
https://lists.kolab.org/mailman/listinfo/users
Tobias Brunner
2014-03-06 18:40:56 UTC
Permalink
Hi,

I'm facing exactly the same error. It worked until recently...
Any ideas how to debug this issue?

Cheers,
Tobias
Post by Henning
Hi,
I have a kolab setup with one primary domain, assume "domain.com". My
kolab server receives incoming mail for in total three domains
domain.com, domain.de and domain.net.
Mail reaches kolab-users because I configured alias entries for all the
three domains. That worked for a long time. Today I discovered, that
adding another alias via kolab-webadmin is not possible anymore. It
throws the exception
Email address 'user at domain.de' not in local domain.
(error while calling _validate_email_address_in_any_of_my_domains near
line 1116 in kolab_api_service_form_value.php)
mailHost for all users is and was always "localhost" (default, not
changeable in kolab-webadmin). The hostname of my machine is
"mail.domain.com" -- maybe this has something to with this (changed
somewhat recently)?
What's wrong here? Please help me out.
Henning
_______________________________________________
users mailing list
users at lists.kolab.org
https://lists.kolab.org/mailman/listinfo/users
Torsten Grote
2014-03-12 10:40:50 UTC
Permalink
Post by Tobias Brunner
I'm facing exactly the same error. It worked until recently...
Did you already create an issue for this?

Kind Regards,
Torsten
--
Torsten Grote
Kolab.org Community Manager

e: torsten at kolab.org
w: https://Kolab.org

pgp: 274D 4F97 Torsten Grote
Henning
2014-03-13 15:43:14 UTC
Permalink
I created one.
Post by Torsten Grote
Post by Tobias Brunner
I'm facing exactly the same error. It worked until recently...
Did you already create an issue for this?
Kind Regards,
Torsten
Henning
2014-03-24 10:00:18 UTC
Permalink
Hi,

I resolved the issue with the help of Aleksander Machniak.

https://issues.kolab.org/show_bug.cgi?id=2912

You have not to have separate domains in kolab-webadmin but one single
domains with the others assiciated (added) to it.

Henning
Post by Tobias Brunner
Hi,
I'm facing exactly the same error. It worked until recently...
Any ideas how to debug this issue?
Cheers,
Tobias
Post by Henning
Hi,
I have a kolab setup with one primary domain, assume "domain.com". My
kolab server receives incoming mail for in total three domains
domain.com, domain.de and domain.net.
Mail reaches kolab-users because I configured alias entries for all the
three domains. That worked for a long time. Today I discovered, that
adding another alias via kolab-webadmin is not possible anymore. It
throws the exception
Email address 'user at domain.de' not in local domain.
(error while calling _validate_email_address_in_any_of_my_domains near
line 1116 in kolab_api_service_form_value.php)
mailHost for all users is and was always "localhost" (default, not
changeable in kolab-webadmin). The hostname of my machine is
"mail.domain.com" -- maybe this has something to with this (changed
somewhat recently)?
What's wrong here? Please help me out.
Henning
_______________________________________________
users mailing list
users at lists.kolab.org
https://lists.kolab.org/mailman/listinfo/users
_______________________________________________
users mailing list
users at lists.kolab.org
https://lists.kolab.org/mailman/listinfo/users
Henning
2014-03-20 21:08:26 UTC
Permalink
The issue ID is #2912, see https://issues.kolab.org/show_bug.cgi?id=2912

Maybe others could verify the bug and add their comments.
Post by Henning
Hi,
I have a kolab setup with one primary domain, assume "domain.com". My
kolab server receives incoming mail for in total three domains
domain.com, domain.de and domain.net.
Mail reaches kolab-users because I configured alias entries for all the
three domains. That worked for a long time. Today I discovered, that
adding another alias via kolab-webadmin is not possible anymore. It
throws the exception
Email address 'user at domain.de' not in local domain.
(error while calling _validate_email_address_in_any_of_my_domains near
line 1116 in kolab_api_service_form_value.php)
mailHost for all users is and was always "localhost" (default, not
changeable in kolab-webadmin). The hostname of my machine is
"mail.domain.com" -- maybe this has something to with this (changed
somewhat recently)?
What's wrong here? Please help me out.
Henning
_______________________________________________
users mailing list
users at lists.kolab.org
https://lists.kolab.org/mailman/listinfo/users
Henning
2017-05-29 23:35:43 UTC
Permalink
Hi,

I have a single-domain setup with alias names and configured my
kolab.conf so that every user gets specific mail aliases within every
alias domain.

I can only change a users data via kolab-webadmin, when logged in as
directory manager, since the webadmin otherwise complains:

"Email address '***@domain.de' not in local domain"

Only Directory Manager somehow bypasses that restriction.

Same Problem here:
http://lists.kolab.org/pipermail/users-de/2016-September/002302.html

Best regards

Henning
Post by Henning
Hi,
I have a kolab setup with one primary domain, assume "domain.com". My
kolab server receives incoming mail for in total three domains
domain.com, domain.de and domain.net.
Mail reaches kolab-users because I configured alias entries for all the
three domains. That worked for a long time. Today I discovered, that
adding another alias via kolab-webadmin is not possible anymore. It
throws the exception
(error while calling _validate_email_address_in_any_of_my_domains near
line 1116 in kolab_api_service_form_value.php)
mailHost for all users is and was always "localhost" (default, not
changeable in kolab-webadmin). The hostname of my machine is
"mail.domain.com" -- maybe this has something to with this (changed
somewhat recently)?
What's wrong here? Please help me out.
Henning
_______________________________________________
users mailing list
https://lists.kolab.org/mailman/listinfo/users
Henning
2017-09-06 16:35:13 UTC
Permalink
Hi,

does anyone know how to change mail-addresses as kolab-admin user?

Best regards,

Henning
Post by Henning
Hi,
I have a single-domain setup with alias names and configured my
kolab.conf so that every user gets specific mail aliases within every
alias domain.
I can only change a users data via kolab-webadmin, when logged in as
Only Directory Manager somehow bypasses that restriction.
http://lists.kolab.org/pipermail/users-de/2016-September/002302.html
Best regards
Henning
Post by Henning
Hi,
I have a kolab setup with one primary domain, assume "domain.com". My
kolab server receives incoming mail for in total three domains
domain.com, domain.de and domain.net.
Mail reaches kolab-users because I configured alias entries for all the
three domains. That worked for a long time. Today I discovered, that
adding another alias via kolab-webadmin is not possible anymore. It
throws the exception
(error while calling _validate_email_address_in_any_of_my_domains near
line 1116 in kolab_api_service_form_value.php)
mailHost for all users is and was always "localhost" (default, not
changeable in kolab-webadmin). The hostname of my machine is
"mail.domain.com" -- maybe this has something to with this (changed
somewhat recently)?
What's wrong here? Please help me out.
Henning
_______________________________________________
users mailing list
https://lists.kolab.org/mailman/listinfo/users
_______________________________________________
users mailing list
https://lists.kolab.org/mailman/listinfo/users
Liutauras Adomaitis
2017-09-07 05:05:29 UTC
Permalink
Hi,
Post by Henning
Hi,
does anyone know how to change mail-addresses as kolab-admin user?
You mean with user which have kolab-admin role?
That is probably LDAP ACI issue. You should check your LDAP aci's and see if
users with kolab-admin role are allowed to search in the subtree where your
domains are defined.
You can use 389console to check your LDAP aci's or use ldapsearch command and
look specifically for "aci" attribute of the sub-tree defined by
domain_base_dn value in /etc/kolab/kolab.conf

Liutauras

Continue reading on narkive:
Loading...