Servus!
Hab nen Postfix 2.5.5 aufm Lenny laufen.
Postfix hat dabei virtual_mailbox_domains, dessen mails angenommen werden und via dovecot per pop/imap ausgeliefert werden.
läuft auch wunderbar.
problem:
die final-destination-domain-mails hätt ich auch gerne so gehandhabt. aber die final-destination kann man leider nich bei den virtual_mailbox_domains anlegen - da meckert postfix.
derzeit legt postfix die mails für die final destination in nen eigenen ordner ab.
wie kann man das ändern, dass auch die mails der final destination auch an dovecot übergeben werden? oder wie handhabt man das normalerweise?
Danke & Gruß
Colt Seavers
finaldestination zu virtual mailboxes umleiten?
-
- Posts: 189
- Joined: 2009-11-04 00:43
- Location: NRW
-
- Project Manager
- Posts: 11183
- Joined: 2003-02-27 01:00
- Location: Hamburg
Re: finaldestination zu virtual mailboxes umleiten?
Code: Select all
postconf -n
PayPal.Me/JoeUser ● FreeBSD Remote Installation
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
-
- Posts: 189
- Joined: 2009-11-04 00:43
- Location: NRW
Re: finaldestination zu virtual mailboxes umleiten?
...die relevanten zeilen lauten:
myhostname = mail.server.de
mydomain = server.de
mydestination = $myhostname, $mydomain, localhost....
virtual_mailbox_domains = domain1.de, domain2.de...
virtual_transport = dovecot
und die mails, die an server.de gehen, sollen am liebsten auch in ein virtuelles postfach gelangen..
myhostname = mail.server.de
mydomain = server.de
mydestination = $myhostname, $mydomain, localhost....
virtual_mailbox_domains = domain1.de, domain2.de...
virtual_transport = dovecot
und die mails, die an server.de gehen, sollen am liebsten auch in ein virtuelles postfach gelangen..
Last edited by coltseavers on 2010-02-12 22:58, edited 2 times in total.
-
- Project Manager
- Posts: 11183
- Joined: 2003-02-27 01:00
- Location: Hamburg
Re: finaldestination zu virtual mailboxes umleiten?
Nimm $mydomain aus mydestination raus und schon sollte es wie gewünscht funktionieren.
PayPal.Me/JoeUser ● FreeBSD Remote Installation
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
-
- Posts: 189
- Joined: 2009-11-04 00:43
- Location: NRW
Re: finaldestination zu virtual mailboxes umleiten?
ja danke - es funktioniert!
wusste nicht, dass es optionale angaben sind.
aber ohne die parameter machts ja auch irgendwie sinn. :-)
Vielen Dank!
wusste nicht, dass es optionale angaben sind.
aber ohne die parameter machts ja auch irgendwie sinn. :-)
Vielen Dank!