<!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">
<br>
dovecot   unix  -       n       n       -       -       pipe
<br>
<blockquote cite="mid:4BD181D5.8020809@marcel-hartmann.com" type="cite">   
flags=DRhu user=vmail:vmail argv=/usr/libexec/dovecot/deliver -d
${recipient}
  <br>
</blockquote>
<br>
Wenn du bei Postfix recipient delimeter + benutzen möchtest, dann muss
du hier eine Kleinigkeit ändern.<br>
<pre>dovecot unix    -       n       n       -       -      pipe
<span class="anchor" id="line-2-3"></span>  flags=DRhu user=vmail:vmail argv=/usr/local/libexec/dovecot/deliver
<span class="anchor" id="line-3-3"></span>  -f ${sender} -d ${user}@${nexthop} -a ${recipient}

<a class="moz-txt-link-freetext" href="http://wiki.dovecot.org/LDA/Sieve">http://wiki.dovecot.org/LDA/Sieve</a>
</pre>
In Dovecot muss recipient delimeter auch konfiguriert werden.<br>
<br>
<blockquote cite="mid:4BD181D5.8020809@marcel-hartmann.com" type="cite"><br>
  <blockquote type="cite"><br>
Was für ein Resultat wird dir angezeigt wenn du eine gültige Domäne die
in virtual_mailbox_domains angeführt ist abfragst?
    <br>
postmap -q marcel-hartmann.com
mysql:/etc/postfix/virtual_mailbox_domains.cf
    <br>
  </blockquote>
1
  <br>
</blockquote>
OK.<br>
<br>
<br>
<blockquote cite="mid:4BD181D5.8020809@marcel-hartmann.com" type="cite">
  <blockquote type="cite"><br>
Was für ein Resultat wird dir angezeigt wenn du eine gültige Email
Adresse eines Postfaches die in virtual_mailbox_maps angeführt ist
abfragst?
    <br>
postmap -q <a class="moz-txt-link-abbreviated" href="mailto:hans@marcel-hartmann.com">hans@marcel-hartmann.com</a>
mysql:/etc/postfix/virtual_mailbox_maps.cf
    <br>
  </blockquote>
postmap -q <a class="moz-txt-link-abbreviated" href="mailto:mail@marcel-hartmann.com">mail@marcel-hartmann.com</a>
mysql:/etc/postfix/mysql-virtual-mailbox-maps.cf
  <br>
Das ergibt: 1
  <br>
</blockquote>
OK<br>
<br>
<blockquote cite="mid:4BD181D5.8020809@marcel-hartmann.com" type="cite"><br>
postmap -q <a class="moz-txt-link-abbreviated" href="mailto:hans@marcel-hartmann.com">hans@marcel-hartmann.com</a>
mysql:/etc/postfix/mysql-virtual-alias-maps.cf
  <br>
ergibt dann: <a class="moz-txt-link-abbreviated" href="mailto:mail@marcel-hartmann.com">mail@marcel-hartmann.com</a>
  <br>
</blockquote>
OK<br>
<br>
<blockquote cite="mid:4BD181D5.8020809@marcel-hartmann.com" type="cite"><br>
Hans ist ein ALias der auf mail in der Domain marcel-hartmann.com
forwarden soll! Hans ist also KEINE Mailbox, er legt mir aber das
Maildir für hans an und legt nix in mail ab, da wos eigentlich landen
sollte.
  <br>
  <br>
virtual_mailbox_domains bekommt also eine 1 bei der Domain, da sie da
gelistet ist.
  <br>
virtual_mailbox_maps bekommt die 1 weil die Mailbox vorhanden ist
  <br>
virtual_alias_maps bekommt das korrekte Ziel aus der map nämlich hans
-> mail in der Domain marcel-hartmann.com.
  <br>
</blockquote>
<br>
Sieht ja einmal soweit gut aus.<br>
In einer anderen Email von dir habe ich gesehen das du in deiner
postfix.conf<br>
<pre wrap=""><small><small>receive_override_options = no_address_mappings
</small></small></pre>
definiert hast.<br>
Damit schaltest du virtual_alias_maps ab!<br>
Was sind deine Beweggründe hierfür?<br>
<br>
<a class="moz-txt-link-freetext" href="http://postfix.eu.org/postconf.5.html#no_address_mappings">http://postfix.eu.org/postconf.5.html#no_address_mappings</a><br>
Disable canonical address mapping, virtual alias map expansion,
address masquerading, and automatic BCC (blind carbon-copy)
recipients. This is typically specified BEFORE an external content
filter. <br>
<br>
<a class="moz-txt-link-freetext" href="http://postfix.eu.org/ADDRESS_REWRITING_README.html#virtual">http://postfix.eu.org/ADDRESS_REWRITING_README.html#virtual</a><br>
<br>
<br>
Kommentiere doch einmal die Einstellung aus, starte Postfix neu und
versuche es noch einmal.<br>
<br>
<blockquote cite="mid:4BD181D5.8020809@marcel-hartmann.com" type="cite"><br>
Gruß und danke,
  <br>
Marcel
  <br>
  <br>
</blockquote>
<br>
Grüße,<br>
Thomas<br>
<br>
</body>
</html>