Re: Response 550 mailbox doesn't exist

2013-09-13 Thread Wietse Venema
Roman Gelfand: > If outgoing email bounced with 550,I would like, if not forever, for a > while, to bounce emails to that address locally. Is there a way to do > that? Wietse: > > To bounce mail before it is delivered: > > > > /etc/postfix/main.cf: > > transport_maps = hash:/etc/transport > >

Re: Response 550 mailbox doesn't exist

2013-09-13 Thread Roman Gelfand
This is a manual solution. Is there an automatic solution where based on the log a transport file or database is maintained... something that has smarts to automatically deal with 550's? On Fri, Sep 13, 2013 at 11:05 AM, Wietse Venema wrote: > Roman Gelfand: >> If outgoing email bounced with 550

Re: Response 550 mailbox doesn't exist

2013-09-13 Thread Wietse Venema
Roman Gelfand: > If outgoing email bounced with 550,I would like, if not forever, for a > while, to bounce emails to that address locally. Is there a way to do > that? To bounce mail before it is delivered: /etc/postfix/main.cf: transport_maps = hash:/etc/transport /etc/postfix/transport:

Response 550 mailbox doesn't exist

2013-09-13 Thread Roman Gelfand
If outgoing email bounced with 550,I would like, if not forever, for a while, to bounce emails to that address locally. Is there a way to do that? Thanks in advance