Thanks for that! Now I have a different problem. :( So, on my server I have three domains that each have an austin@ address. For example, aus...@domain1.com <mailto:aus...@domain1.com>, aus...@domain2.com <mailto:aus...@domain2.com>, aus...@domain3.com <mailto:aus...@domain3.com>.
The problem is that whenever I send an email to aus...@domain2.com <mailto:aus...@domain2.com> or aus...@domain3.com <mailto:aus...@domain3.com> it always goes to the aus...@domain1.com <mailto:aus...@domain1.com> account. What would be causing that to happen? It seems that it maybe has something to do with my setting for myorigin = /etc/mailname. The contents of the /etc/mailname file is domain1.com <http://domain1.com/>. Any further ideas to help me out? I really appreciate all of your help! I can post files or logs if you would like. Austin Witmer > On Jun 22, 2022, at 3:35 PM, Benny Pedersen <m...@junc.eu> wrote: > > On 2022-06-22 22:44, Austin Witmer wrote: > >> mailbox_transport = lmtp:unix:private/dovecot-lmtp >> Any tips? What am I missing? > > virtual_transport = $mailbox_transport > > so virtual users also use lmtp > > mailbox_ is system users, not virtual, thats why both should be defined