From: | "Marc G(dot) Fournier" <scrappy(at)hub(dot)org> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | Len Conrad <LenConrad(at)MEIway(dot)com>, "" <pgsql-admin(at)postgresql(dot)org> |
Subject: | Re: Fwd: Postfix SMTP server: errors from |
Date: | 2003-02-03 02:15:59 |
Message-ID: | 20030202221223.D16840@hub.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
yOn Sun, 2 Feb 2003, Tom Lane wrote:
> "Marc G. Fournier" <scrappy(at)hub(dot)org> writes:
> > 'K, this doesn't make sense ... is lconrad(at)go2france(dot)com a valid
> > recipient? *puzzled look*
>
> > In: MAIL FROM:<pgsql-admin-owner+M7187(at)postgresql(dot)org> SIZE=2629
> > Out: 250 Ok
> > In: RCPT TO:<lconrad(at)go2france(dot)com>
> > Out: 450 <pgsql-admin-owner+M7187(at)postgresql(dot)org>: Sender address rejected:
> > unverified sender address: host mail.postgresql.org[64.49.215.8]
> > said: 450
> > <pgsql-admin-owner+M7187(at)postgresql(dot)org>: User unknown in local
> > recipient
> > table (in reply to RCPT TO command)
>
> Reading between the lines of the error message, it looks to me like
> meiway.com's mail server is programmed to take the MAIL FROM address,
> connect back to the sending server, and see if it can RCPT TO that
> address before it will accept the incoming mail.
>
> I have zero sympathy for that approach, but won't waste our list
> bandwidth on exactly why it's a brain-dead sociopathic antispam
> technique.
>
> What seems odd is that it didn't work. Shouldn't postgresql.org
> have accepted pgsql-admin-owner+M7187(at)postgresql(dot)org as an incoming
> mail address?
Hrmmmm:
venus# telnet mail.postgresql.org smtp
Trying 64.49.215.8...
Connected to mail.postgresql.org.
Escape character is '^]'.
220 postgresql.org ESMTP Postfix (2.0.2)
vrfy pgsql-admin-owner+M7187(at)postgresql(dot)org
252 pgsql-admin-owner+M7187(at)postgresql(dot)org
should have worked ... I know I was having problems with the use of the +
in the email address, that I just fixed .. maybe this was just before that
fix/
From | Date | Subject | |
---|---|---|---|
Next Message | Len Conrad | 2003-02-03 03:05:31 | Re: Fwd: Postfix SMTP server: errors from |
Previous Message | Tom Lane | 2003-02-02 17:46:34 | Re: Vacuum full hang |