Re: anoncvs still slow - Mailing list pgsql-hackers

From Magnus Hagander
Subject Re: anoncvs still slow
Date
Msg-id 6BCB9D8A16AC4241919521715F4D8BCEA0F9C4@algol.sollentuna.se
Whole thread Raw
In response to anoncvs still slow  (Michael Fuhr <mike@fuhr.org>)
List pgsql-hackers
> > > Run something like:
> > > mailq | grep "Recipient address rejected"
> >
> > I thought that the above was supposed to be a perm error,
> not temp?
> > Does anyone know what I need to set in postfix on svr1 to
> change it to
> > a perm?
>
> Yes, htat's what I sent before :-)
>
> c) Change svr1 parameters to:
> unknown_relay_recipient_reject_code = 550 and
> unknown_local_recipient_reject_code = 550

By the way, the proper way to fix it it o use a relay_recipient_map. To
this map, add all the users that are valid in postgresql.org, and
install it on svr4. Then svr4 will reject the connections *before* it
queues up the mail, and it'll also get rid of the incorrect bounces.

//Magnus


pgsql-hackers by date:

Previous
From: Andrew Sullivan
Date:
Subject: Re: anoncvs still slow
Next
From: Tom Lane
Date:
Subject: Re: Proposal for debugging of server-side stored procedures