dear I know this is not a good idea but this is for an internal server
in order to auto-create mailboxes.
A script parse the catch-all mailbox and create the appropriate mailbox
THe behavior is when i send mail to use...@domain.tld the catch-all
take the hand and all mails are transfered to it noexist...@domain.tld
so i have 2 choices :
enable catch-all but all mail going trough the catch-all mailbox
disable catch-all and forgot the script...
On 30/06/2010 16:11, Ansgar Wiechers wrote:
On 2010-06-30 Charles Marcus wrote:
On 2010-06-30 10:00 AM, Ansgar Wiechers wrote:
On 2010-06-30 David Touzeau wrote:
I would like to redirect messages that recipient are not listed in
aliases to a single mailbox
have set
virtual_alias_maps=hash:/etc/postfix/virtual
use...@domain.tld use...@domain.tld
use...@domain.tld use...@domain.tld
use...@domain.tld use...@domain.tld
@domain.tld noexist...@domain.tld
is there is way to do this ?
The above should do what you want, provided that noexistant is an
existing mailbox.
But of course, there is generally no good reason to do this, and it
totally breaks recipient validation so should never be done without a
*very* good reason.
Indeed, I should've mentioned that implementing catch-all usually is not
a good idea.
Regards
Ansgar Wiechers