From: | "Magnus Hagander" <mha(at)sollentuna(dot)net> |
---|---|
To: | "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org> |
Cc: | "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "Michael Fuhr" <mike(at)fuhr(dot)org>, <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: anoncvs still slow |
Date: | 2006-05-29 18:26:00 |
Message-ID: | 6BCB9D8A16AC4241919521715F4D8BCEA0F9C4@algol.sollentuna.se |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2006-05-29 18:29:06 | Re: Proposal for debugging of server-side stored procedures |
Previous Message | Andrew Sullivan | 2006-05-29 18:21:04 | Re: anoncvs still slow |