i feel like you can use ;

always_bcc = [email protected]

in /etc/postfix/main.cf file


this will keep a copy of all mails which is received and send by your system in 
mailcopy mailbox.


-
--
---
Always try to find truth!!!


--- On Wed, 6/10/09, Wietse Venema <[email protected]> wrote:

> From: Wietse Venema <[email protected]>
> Subject: Re: Need to create a mail dead-end or "super" catch-all
> To: "Michael Glenney" <[email protected]>
> Cc: [email protected]
> Date: Wednesday, June 10, 2009, 2:00 AM
> Michael Glenney:
> > 
> > I have a request from one of our developers and I want
> to see if I can
> > fulfill it with Postfix.
> > 
> > We have a services platform that has the ability to
> send out mail to
> > users.  We have a QA version of that platform
> that has an old copy of
> > user data for testing.  For now the SMTP relay
> option of the QA server
> > is set to a non-existent host so that mail will not
> get sent to users.
> > They would like the ability to test the mail without
> worrying that a
> > mail will get sent to one of the users.
> > 
> > I would like to setup a IMAP/SMTP server on the local
> host and enable
> > the application to send to it.  I need all mail,
> no matter who it is
> > addressed to, to be delivered to one account on the
> server that will be
> > accessed via IMAP.  The server can never relay
> out.  Any message that
> > comes in on port 25 gets put in this mailbox.
> > 
> > Is this something that can be done with Postfix? 
> I don't need any hand
> > holding but a punt in the right direction would
> certainly be helpful.
> 
> /etc/postfix/main.cf:
>     virtual_alias_maps = static:[email protected]
> 
>     Wietse
> 




Reply via email to