<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Alain Spineux schrieb:
<blockquote
 cite="mid:71fe4e760806170636m794d6b12re08d1396711e7a4a@mail.gmail.com"
 type="cite">
  <pre wrap="">On Tue, Jun 17, 2008 at 9:20 AM, Carsten Burghardt
<a class="moz-txt-link-rfc2396E" href="mailto:carsten@cburghardt.com"><carsten@cburghardt.com></a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Alain Spineux schrieb:

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:


The interesting part is missing


What do you mean? That is the complete communication I just replaced some
email-addresses.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
The mail incoming is missing
  </pre>
</blockquote>
I'm not sure what you mean. The mail text? There is nothing more in the
logfile.<br>
<blockquote
 cite="mid:71fe4e760806170636m794d6b12re08d1396711e7a4a@mail.gmail.com"
 type="cite">
  <pre wrap="">
  </pre>
  <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


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


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)
    </pre>
  </blockquote>
  <pre wrap=""><!---->
@domain2.com, that's it

  </pre>
  <blockquote type="cite">
    <pre wrap="">but that
can't be the case because I had the problem before I included that in the
virtual table.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Wrong, how could you receive email for @domain2.com without the entry
in this map ?
  </pre>
</blockquote>
Because I added alias entries to my users which I replaced now with the
entry in the virtual table. So the addressing is not caused by this
entry. The domains itself are added in the kolab frontend so that they
get included in the mydestination and masquerade_domains parameters.<br>
<blockquote
 cite="mid:71fe4e760806170636m794d6b12re08d1396711e7a4a@mail.gmail.com"
 type="cite">
  <pre wrap="">
  </pre>
  <blockquote type="cite">
    <pre wrap="">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?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
I thin the idea is to put the line
@domain1 @domain2
somewhere else.

I need to thing about that.</pre>
</blockquote>
<br>
I have a reference installation (normal postfix without kolab) that I
want to replace with this kolab server and there I have the following
configuration:<br>
virtual_alias_domains=the configured domains<br>
mydestination=contains only the local hostname<br>
<br>
And my virtual file contains all the existing users with alias<br>
<br>
In my kolab enviroment I have all domains listed in the mydestination.
Maybe that's the difference?<br>
<br>
<br>
Carsten<br>
</body>
</html>