> On Jul 8, 2020, at 6:13 AM, Paul Littlefield <i...@paully.co.uk> wrote: > > $ cat /etc/postfix/virtual > @test.com @example.com > joe.blo...@test.com /home/jbloggs/.maildir
NO! The RHS value in virtual(5) tables is an *address*, not a filename. The correct syntax is: @test.com @example.com joe.blo...@test.com joe.blo...@test.com Delivering that to a particular file is done via aliases(5) or virtual_mailbox_maps, depending on whether that address resolves to local(8) or virtual(8). It could also be handed off via LMTP to Cyrus IMAP or Dovecot, in which case the mailbox location is configured outside of Postfix. -- Viktor.