Re: Setting up internal catch-all address

2020-03-08 Thread Abhijith Sethuraj
Oh nevermind. Just saw there's a newer update on this thread. On Sun, Mar 8, 2020, 13:31 Abhijith Sethuraj wrote: > Have you tried reordering your config so that individual stuff gets picked > up first and then if nothing succeeds use the catch all? I believe this is > just a logic flaw inside y

Re: Setting up internal catch-all address

2020-03-08 Thread Abhijith Sethuraj
Have you tried reordering your config so that individual stuff gets picked up first and then if nothing succeeds use the catch all? I believe this is just a logic flaw inside your config. On Fri, Mar 6, 2020, 17:24 Jivan Pal wrote: > Hello, > > All of my mailboxes are virtual, e.g. `al...@exampl

Re: Setting up internal catch-all address

2020-03-07 Thread Jivan Pal
Problem solved! Firstly, a correction to my original post. The file `/etc/postfix/virtual_mailboxes` should have had an aditional line, as follows: > == /etc/postfix/virtual_mailboxes == > al...@example.com example.com/alice/ > b...@example.com example.com/bob/ > catch...@example.com ex

Setting up internal catch-all address

2020-03-06 Thread Jivan Pal
Hello, All of my mailboxes are virtual, e.g. `al...@example.com` and `b...@example.com`. I would like to set up a catch-all virtual mailbox `catch...@example.com` such that mail sent to any other address `*@example.com` gets sent to `catch...@example.com`. Here is an excerpt of my config: > ==