<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Alain Spineux schrieb:
<blockquote
 cite="mid:71fe4e760806161519s222db2e1g35b57e05c0b5a853@mail.gmail.com"
 type="cite">
  <blockquote type="cite">
    <pre wrap="">Does this append when the email is sent by a non authenticated user
sending from outside of
your local network ?


Exactly. That's what the communication looks like:
    </pre>
  </blockquote>
  <pre wrap=""><!---->
The interesting part is missing
  </pre>
</blockquote>
What do you mean? That is the complete communication I just replaced
some email-addresses.
<blockquote
 cite="mid:71fe4e760806161519s222db2e1g35b57e05c0b5a853@mail.gmail.com"
 type="cite">
  <blockquote type="cite">
    <pre wrap="">
#   maps
canonical_maps = hash:/etc/postfix/canonical
virtual_alias_maps =  hash:/etc/postfix/virtual,
       <a class="moz-txt-link-freetext" href="ldap:/etc/postfix/ldapdistlist.cf">ldap:/etc/postfix/ldapdistlist.cf</a>,
       <a class="moz-txt-link-freetext" href="ldap:/etc/postfix/ldapvirtual.cf">ldap:/etc/postfix/ldapvirtual.cf</a>
relocated_maps = hash:/etc/postfix/relocated
transport_maps = hash:/etc/postfix/transport,
<a class="moz-txt-link-freetext" href="ldap:/etc/postfix/ldaptransport.cf">ldap:/etc/postfix/ldaptransport.cf</a>
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
#virtual_mailbox_maps = $virtual_alias_maps
local_recipient_maps = $virtual_alias_maps, $alias_maps
    </pre>
  </blockquote>
  <pre wrap=""><!---->
The  problem is described here.
<a class="moz-txt-link-freetext" href="http://www.postfix.org/postconf.5.html#smtpd_reject_unlisted_recipient">http://www.postfix.org/postconf.5.html#smtpd_reject_unlisted_recipient</a>
One of the map should contains the email address or simply a "@the.domain.name"
remove it
  </pre>
</blockquote>
And this is the part that confuses me: the email-address is not listed
in any of these maps. I can send an email to mickeymouse with the same
result. The domain is listed in the virtual table and simply redirects
to my "main" domain as described in the Kolab FAQ (@domain1.com
@domain2.com) but that can't be the case because I had the problem
before I included that in the virtual table.<br>
So there must be something wrong with the ldap generated maps but I
have no clue how I can test this. Is that the normal behaviour of the
kolab postfix?<br>
<br>
<br>
<br>
Regards<br>
<br>
Carsten<br>
</body>
</html>