Project

General

Profile

Actions

tickets #125417

open

discourse01 - mail server configuration problem

Added by pjessen over 1 year ago. Updated 7 months ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
2023-03-06
Due date:
% Done:

0%

Estimated time:

Description

mx1 has a couple of messages pending - host discourse01.infra.opensuse.org[192.168.47.83] said: 451 4.3.5 ab8ba0e372b8686d1c7a87ca07e632ff@forums.opensuse.org: Recipient address rejected: Server configuration problem (in reply to RCPT TO command))

From discourse01:

2023-03-06T07:49:48.620017+00:00 discourse01 postfix/spawn[14407]: warning: command /usr/bin/discourse-smtp-fast-rejection exit status 127
2023-03-06T07:49:48.620302+00:00 discourse01 postfix/smtpd[14402]: warning: premature end-of-input on private/policy while reading input attribute name
2023-03-06T07:49:48.630792+00:00 discourse01 postfix/spawn[14407]: warning: command /usr/bin/discourse-smtp-fast-rejection exit status 127
2023-03-06T07:49:48.631054+00:00 discourse01 postfix/smtpd[14405]: warning: premature end-of-input on private/policy while reading input attribute name
2023-03-06T07:49:49.624138+00:00 discourse01 postfix/spawn[14407]: warning: command /usr/bin/discourse-smtp-fast-rejection exit status 127
2023-03-06T07:49:49.624419+00:00 discourse01 postfix/smtpd[14402]: warning: premature end-of-input on private/policy while reading input attribute name
2023-03-06T07:49:49.624489+00:00 discourse01 postfix/smtpd[14402]: warning: problem talking to server private/policy: Connection reset by peer
2023-03-06T07:49:49.624550+00:00 discourse01 postfix/smtpd[14402]: NOQUEUE: reject: RCPT from mx1.infra.opensuse.org[192.168.47.95]: 451 4.3.5 <ab8ba0e372b86
86d1c7a87ca07e632ff@forums.opensuse.org>: Recipient address rejected: Server configuration problem; from=<SRS0=xwvm=6Z=improving.com=Roy.Zhang@opensuse.org> 
to=<ab8ba0e372b8686d1c7a87ca07e632ff@forums.opensuse.org> proto=ESMTP helo=<mx1.opensuse.org>
2023-03-06T07:49:49.633048+00:00 discourse01 postfix/spawn[14407]: warning: command /usr/bin/discourse-smtp-fast-rejection exit status 127
2023-03-06T07:49:49.633837+00:00 discourse01 postfix/smtpd[14405]: warning: premature end-of-input on private/policy while reading input attribute name
2023-03-06T07:49:49.633987+00:00 discourse01 postfix/smtpd[14405]: warning: problem talking to server private/policy: Connection reset by peer
2023-03-06T07:49:49.634079+00:00 discourse01 postfix/smtpd[14405]: NOQUEUE: reject: RCPT from mx1.infra.opensuse.org[192.168.47.95]: 451 4.3.5 <c24a2b1253c2b
7f705228385a04e2460@forums.opensuse.org>: Recipient address rejected: Server configuration problem; from=<SRS0=lvH0=63=nefkom.net=karl.mistelberger@opensuse.
org> to=<c24a2b1253c2b7f705228385a04e2460@forums.opensuse.org> proto=ESMTP helo=<mx1.opensuse.org>
Actions #1

Updated by pjessen over 1 year ago

From mx1:

911C78BF      28741 Wed Mar  1 18:51:45  SRS0=xwvm=6Z=improving.com=Roy.Zhang@opensuse.org
(host discourse01.infra.opensuse.org[192.168.47.83] said: 451 4.3.5 <ab8ba0e372b8686d1c7a87ca07e632ff@forums.opensuse.org>: Recipient address rejected: Server configuration problem (in reply to RCPT TO command))
                                         ab8ba0e372b8686d1c7a87ca07e632ff@forums.opensuse.org

AB31E7D9       3837 Fri Mar  3 08:26:37  SRS0=lvH0=63=nefkom.net=karl.mistelberger@opensuse.org
(host discourse01.infra.opensuse.org[192.168.47.83] said: 451 4.3.5 <c24a2b1253c2b7f705228385a04e2460@forums.opensuse.org>: Recipient address rejected: Server configuration problem (in reply to RCPT TO command))
                                         c24a2b1253c2b7f705228385a04e2460@forums.opensuse.org
Actions #2

Updated by crameleon about 1 year ago

  • Subject changed from discourse01 - server configuration problem to discourse01 - mail server configuration problem
  • Private changed from Yes to No
Actions #3

Updated by crameleon about 1 year ago

The /usr/bin/discourse-smtp-fast-rejection script got tired of returning 127, so it decided to disappear:

sh-4.4# journalctl -u postfix -g fast-rej |tail -n10
Jun 07 15:05:08 discourse01 spawn[32751]: fatal: spawn_comand: execvp /usr/bin/discourse-smtp-fast-rejection: No such file or directory
Jun 07 15:05:09 discourse01 postfix/spawn[32749]: warning: command /usr/bin/discourse-smtp-fast-rejection exit status 1
Jun 07 16:15:16 discourse01 spawn[1228]: fatal: spawn_comand: execvp /usr/bin/discourse-smtp-fast-rejection: No such file or directory
Jun 07 16:15:17 discourse01 postfix/spawn[1227]: warning: command /usr/bin/discourse-smtp-fast-rejection exit status 1
Jun 07 16:15:18 discourse01 spawn[1229]: fatal: spawn_comand: execvp /usr/bin/discourse-smtp-fast-rejection: No such file or directory
Jun 07 16:15:19 discourse01 postfix/spawn[1227]: warning: command /usr/bin/discourse-smtp-fast-rejection exit status 1
Jun 07 17:25:16 discourse01 spawn[2327]: fatal: spawn_comand: execvp /usr/bin/discourse-smtp-fast-rejection: No such file or directory
Jun 07 17:25:17 discourse01 postfix/spawn[2326]: warning: command /usr/bin/discourse-smtp-fast-rejection exit status 1
Jun 07 17:25:18 discourse01 spawn[2328]: fatal: spawn_comand: execvp /usr/bin/discourse-smtp-fast-rejection: No such file or directory
Jun 07 17:25:19 discourse01 postfix/spawn[2326]: warning: command /usr/bin/discourse-smtp-fast-rejection exit status 1

sh-4.4# ls /usr/bin/discourse*
ls: cannot access '/usr/bin/discourse*': No such file or directory
sh-4.4# hostname
discourse01
Actions

Also available in: Atom PDF